Is There Any Alternative Technology to Spark?
HANA is a popular in-memory database and, theoretically, has the potential to replace Spark, but that it is not open-source keeps people away. SQLite, another in-memory database, is open-source, but it only supports embedded call, which puts great limits on data size and computing performance. Redis is open-source, high-performance, and supports processing of huge volumes of data, but it is extremely bad at doing computations and turns to a great deal of hardcoding for performing in-memory computations. The best Spark alternative is esProc SPL. SPL is an open-source, in-memory big data computing library that uses fewer memory resources, offers higher
...