Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Use different DB for better RPi combability #3

Open
eljenso opened this issue Jul 12, 2015 · 1 comment
Open

Use different DB for better RPi combability #3

eljenso opened this issue Jul 12, 2015 · 1 comment
Assignees

Comments

@eljenso
Copy link
Owner

eljenso commented Jul 12, 2015

Currently mongoDB is used for saving the current queue and the track history.

MongoDB does not officially support ARM, so installing mongo on the RPi is not straightforward (see the install doc).
Since the this software is designed to run be runnable on the RPi, other options are preferable.
Options would be:

  • Another NoSQL DB
  • In-memory DB
  • Simple variables
@eljenso eljenso self-assigned this Jul 12, 2015
@eljenso eljenso assigned eljenso and unassigned eljenso Aug 3, 2015
@eljenso
Copy link
Owner Author

eljenso commented Dec 3, 2015

Will switch to NeDB.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant