|
|
|
|
|
by WookieRushing
2226 days ago
|
|
Its basically a compute engine that maintains all state in memory and does distributed computations similarly to Spark. The big thing it adds is that it isn't stuck to any storage format. It has a connector that lets you load data into it from basically anything, from mysql dbs to hdfs files to whatever. So you can do cross database joins and just not care about where the data lives. You can also output to almost any database too. |
|