Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csv #9

Open
gedw99 opened this issue Jan 13, 2023 · 5 comments
Open

csv #9

gedw99 opened this issue Jan 13, 2023 · 5 comments
Labels
new feature Requests to add new functionality

Comments

@gedw99
Copy link

gedw99 commented Jan 13, 2023

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
Copy link
Author

gedw99 commented Jan 16, 2023

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

@ayoisaiah
Copy link
Owner

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

@gedw99
Copy link
Author

gedw99 commented Jan 17, 2023

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.

@ayoisaiah ayoisaiah added the new feature Requests to add new functionality label Nov 27, 2023
@GrimPixel
Copy link

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

@edofe99
Copy link

edofe99 commented Jun 21, 2024

Where are statistics located? How can I export them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Requests to add new functionality
Projects
None yet
Development

No branches or pull requests

4 participants