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

Move backend storage into database #45

Open
srikarg89 opened this issue Mar 15, 2021 · 1 comment
Open

Move backend storage into database #45

srikarg89 opened this issue Mar 15, 2021 · 1 comment
Labels
documentation enhancement New feature or request

Comments

@srikarg89
Copy link
Member

Currently, all data is being stored in a blackbox.txt file. It should instead be stored in a database, and all frontends should query from that database to view our data. We could potentially also make the database accessible over the internet.

@srikarg89 srikarg89 added the enhancement New feature or request label Mar 15, 2021
@srikarg89
Copy link
Member Author

While doing this, we should work on a more efficient transmission for socketio, it's really bulky right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant