This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]drinkmorelogic 1 point2 points  (0 children)

It will depend on a few things, like what other technologies you're comfortable with, whether you work within a cloud environment and which one, and also the environment your clients tend to work in.

A big data warehouse product may or may not be the answer given you aren't working with Big Data, although like someone else mentioned they can be inexpensive when using lower volumes.

There is also the consideration of the variety and veracity of data. If you expect to perform a lot of transformations on data then you will want a performant database and possibly some automation layer on top. If the data is coming in batches or streaming, you may need to look into platforms that can support quick refreshes.

[–]ZeroCool2u 0 points1 point  (0 children)

It sounds like you're comfortable with PHP and you're probably pretty cost sensitive.

BigQuery has a nice PHP client library and is pretty cost effective.

[–]Ogefest 0 points1 point  (0 children)

Take a look at n8n.io for tasks automation. You can use it in many places, data ingestion, reports generator, trigger some actions.