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

Replace KV storage with surrealdb #114

Closed
butschster opened this issue Dec 5, 2023 · 3 comments
Closed

Replace KV storage with surrealdb #114

butschster opened this issue Dec 5, 2023 · 3 comments
Assignees
Milestone

Comments

@butschster
Copy link
Member

We need to find an alternative to the current key-value (KV) storage system used in Bugregator for managing events and settings. One potential replacement is SurrealDB, an in-memory database. It's essential to investigate SurrealDB to determine its feasibility as a substitute for our existing KV storage solution. Relevant information can be found at https://github.com/surrealdb/surrealdb.

@butschster butschster added this to the 1.0 milestone Dec 5, 2023
@butschster butschster self-assigned this Dec 5, 2023
@gander
Copy link

gander commented Dec 6, 2023

When I mentioned SurrealDB to you, I meant that LIVE SELECT can replace data propagation via WebSocket (supposedly the same, but different). Is this what you need?

@butschster
Copy link
Member Author

When I mentioned SurrealDB to you, I meant that LIVE SELECT can replace data propagation via WebSocket (supposedly the same, but different). Is this what you need?

I need some persistent storage inside container. And there are two options: SurrealDB or Postgres.

@roxblnfk
Copy link
Member

https://github.com/dolthub/dolt

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

No branches or pull requests

3 participants