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

chore(db): init Hive for storing data #8

Closed
abhigyantrips opened this issue Aug 25, 2024 · 2 comments · Fixed by #13
Closed

chore(db): init Hive for storing data #8

abhigyantrips opened this issue Aug 25, 2024 · 2 comments · Fixed by #13
Assignees
Labels
🏁 status: ready for work Ready for work 💻 type: code For repository code related to the project 🌟 goal: addition To add a new feature

Comments

@abhigyantrips
Copy link
Contributor

we require using Hive for storing the following:

  1. the JWT for the API
  2. the settings and profile for the app

this will probably have to be initialized before starting the app, will need to look into that.

@abhigyantrips abhigyantrips added 🏁 status: ready for work Ready for work 🌟 goal: addition To add a new feature 💻 type: code For repository code related to the project labels Aug 25, 2024
@abhigyantrips abhigyantrips self-assigned this Aug 25, 2024
@abhigyantrips
Copy link
Contributor Author

also the Hive docs are recommending Isar, which is a database by the same author but "superior in every way"? gotta research about that before we choose between the two

@abhigyantrips
Copy link
Contributor Author

also the Hive docs are recommending Isar, which is a database by the same author but "superior in every way"? gotta research about that before we choose between the two

update: Hive is essentially a wrapper around Isar, which converts it from a complete database to a simple KV store (ref: isar/hive#1292). with that in mind, we'll just go with Hive for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏁 status: ready for work Ready for work 💻 type: code For repository code related to the project 🌟 goal: addition To add a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant