Ask HN: Cheapest and simplest way to set up a data analytics stack?
I am developing a small project that needs to pull data from various sources, but the size probably won't exceed 20 gigabytes in 12 months.
My question is: should I go for a cloud service or could I avoid using GCP/AWS/Azure, etc., and set up a virtual machine with open-source software only (which software do you recommend)?
Tutorials, blogs, etc in the matter are welcome!
4 comments
[ 2.1 ms ] story [ 23.6 ms ] threadObs this advice depends a bit on exactly the type of data, but as generic advice it's probably the simplest place to start
So I'm expecting to ingest data coming from dbs like postgresql/mysql, sql server, etc.
Once the data is ingested, I'll make reports and dashboards. Probably will use metabase for that.
It installs as a single binary, reads every data format, interacts with Postgres, MySQL, and even SQL Server, and has the most efficient and versatile SQL engine.
At this moment in time, nothing beats ClickHouse.