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

Migrate Rock Database to use an actual database system #215

Open
ThisIsBrady opened this issue Aug 25, 2022 · 0 comments
Open

Migrate Rock Database to use an actual database system #215

ThisIsBrady opened this issue Aug 25, 2022 · 0 comments
Labels
2-Star Mid-level issue, may take some research enhancement

Comments

@ThisIsBrady
Copy link
Member

Rock DB currently looks up from two tsv files. This requires a large and confusing process to search through the files to find the data we want.

Using a proper database system (maybe using Sequelize and a local sqlite database) would simplify the lookup process and likely improve search results.

@ThisIsBrady ThisIsBrady added enhancement 2-Star Mid-level issue, may take some research labels Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Star Mid-level issue, may take some research enhancement
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant