You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
Can't we use an embedded database like RocksDB or SQLite to store the data? The latter might be more lightweight but the former allows for concurrent access, so I prefer RocksDB. There are a bunch more available options, it's your call.
This reduces dependencies, so there'll be less friction to adopting gShort 'cause we don't have to bother bringing up an external MongoDB instance. Thoughts?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can't we use an embedded database like RocksDB or SQLite to store the data? The latter might be more lightweight but the former allows for concurrent access, so I prefer RocksDB. There are a bunch more available options, it's your call.
This reduces dependencies, so there'll be less friction to adopting gShort 'cause we don't have to bother bringing up an external MongoDB instance. Thoughts?
The text was updated successfully, but these errors were encountered: