buggregator / server

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.
https://buggregator.dev/
Other
544 stars 19 forks source link

Replace KV storage with surrealdb #114

Closed butschster closed 2 months ago

butschster commented 7 months ago

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.

gander commented 7 months ago

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 commented 7 months ago

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 commented 5 months ago

https://github.com/dolthub/dolt