March 06 2019, 19:37

Does anyone know if there is a service something like an online NoSQL database where one can dump data from the front end of a website or some real-time system, which would quickly save it into an unlimited cluster, and then allow aggregation and reporting from it using a relatively simple programming language? Essentially, like Google Analytics but without the analytics, yet with the appropriate tools to write it? Supporting map/reduce, distributed processing, etc. The main feature here is a) not to host it yourself but in the cloud, b) pay only for resources, c) not to bother creating proprietary solutions and maintaining infrastructure.

Leave a comment