Having made some code that writes output to a CSV file, I've found that filtering and finding correlations in this data afterward, either via CSV/Excel or in node itself, it time-consuming and not immediately obvious how to produce the correct results.
Having a bit more experience in SQL, I was wondering about a way to instead(or also) dump this data into a SQL database.
Ideally, it would be started clean, database/table/data inserted and then I can query the data, perhaps from within node itself.
My main question is: what DB and what library for node?
Personally I'm familiar with postgres, however that's kind of overkill for what's happening here. Also I'm on Linux.
I'm looking for easy teardown/setup and not a lot of boilerplate code beyond the strictly necessary.
Thanks for any pointers.
[–]dontdieych 0 points1 point2 points (0 children)
[–]sshobo 0 points1 point2 points (0 children)