after we get all the data, we must find a way of presenting it nicely. we would like to have APIs for querying one or several databases. we would also like to have a way of showing on-the-fly analytics.
@pablocerdeira suggested the following framework:
an old-school SQL server for storing the data (e.g., PostgreSQL);
ElasticSearch for querying + kibana for visualization.
after we get all the data, we must find a way of presenting it nicely. we would like to have APIs for querying one or several databases. we would also like to have a way of showing on-the-fly analytics.
@pablocerdeira suggested the following framework:
an old-school SQL server for storing the data (e.g., PostgreSQL);
ElasticSearch for querying + kibana for visualization.
any ideas?