focus icon indicating copy to clipboard operation
focus copied to clipboard

csv

Open gedw99 opened this issue 2 years ago • 5 comments

would be good if the data instead of being in bolt can be in a csv.

the use case is saving the events in git and committing them.

Its possible. to have both because the csv is just he events, which then is used to modify the bolt db.

gedw99 avatar Jan 13 '23 14:01 gedw99

If I did not explain this very well please just ask me.

gedw99 avatar Jan 16 '23 18:01 gedw99

Do you mean exporting the data to a CSV file? Or making a CSV file the primary data store?

ayoisaiah avatar Jan 17 '23 05:01 ayoisaiah

hey :)

I am the one that sent you an email...

Here is the flow:

make a change event ( with payload) as a piece of data ( struct). sent to nats, which stores it. nats can run embedded with anything btw.

THen anything else running can: subscribe to the nats topic append to a csv

--

so if you embed nats then ALL the of the flow can be done inside your app.

But if others want to do other things and even run them somewhere else it's also possible. like make a invoice or a chart or anything really.

Basically its now plugable by just subscribing to the events.

gedw99 avatar Jan 17 '23 13:01 gedw99

Maybe exporting statistics to TSV? It doesn't require quoting the comma.

GrimPixel avatar Feb 02 '24 10:02 GrimPixel

Where are statistics located? How can I export them?

edofe99 avatar Jun 21 '24 13:06 edofe99