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

Local sql query able sink #55

Open
gedw99 opened this issue Dec 18, 2020 · 2 comments
Open

Local sql query able sink #55

gedw99 opened this issue Dec 18, 2020 · 2 comments

Comments

@gedw99
Copy link

gedw99 commented Dec 18, 2020

Genji is a sql store based on badger dB. Been getting very high perf when using it on projects because it’s embedded and because it’s badgerdb and not SQLite.

would you consider adding it as a sink store ?

https://github.com/genjidb/genji

genji has no HA aspects but I think it’s possible in the future using raft badger / pebble implementations out there

I am considering adding benthos to allow scriptable transformations also.

https://github.com/Jeffail/benthos

@kelindar
Copy link
Collaborator

@gedw99 I just realised that I forgot to reply to this. Genji could potentially be added, but it would create a duplicate of the data. Also not sure if it's going to fit well with the columnar design of talaria.

Benthos would be very good sink candidate indeed, PRs are welcome as we've started refactoring some of the streaming stuff here. Also still need to add kafka/avro support :-)

@gedw99
Copy link
Author

gedw99 commented Jun 21, 2021

its cool.

genji is pretty flexible, since its just badgerdb under it.
But, looking at how it would work as a sin with Talaria, I cant seem to find in the current code how the columns are structured and how a query works with it.

Regarding Benthos. sure. benthos does not need kafka / avro btw.

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

No branches or pull requests

2 participants