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

Datastore Options #1

Closed
SamJUK opened this issue May 30, 2023 · 0 comments
Closed

Datastore Options #1

SamJUK opened this issue May 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@SamJUK
Copy link
Owner

SamJUK commented May 30, 2023

Look into data store options.

File

✅ Simple to implement
✅ Useful for OBS integration (tail last line of file)
✅ Have a CSV afterwards that can be piped into other programs or read on the fly
❌ Can impact I/O speed

SQLLite

✅ Simple low requirement file based DB
✅ Allows querying of data (min/max/avg HR, timescales etc)
✅ Good for graphing / analyzing

Redis

✅ Memory Based Stoage
✅ Allows for networked access
❌ Extra dependency to install and manage

MonogoDB

✅ Allows for networked access
❌ Extra dependency to install and manage

MySQL

✅ Allows for networked access
❌ Extra dependency to install and manage

@SamJUK SamJUK added the enhancement New feature or request label May 30, 2023
@SamJUK SamJUK closed this as completed Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant