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

Implement a filesystem database backend #54

Open
Misterblue opened this issue Oct 26, 2020 · 1 comment
Open

Implement a filesystem database backend #54

Misterblue opened this issue Oct 26, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Misterblue
Copy link
Collaborator

For simple metaverse-server setup, implement a storage backend that does not require MongoDB but rather uses just the filesystem.
Stretch goal would be an object storage backend (S3, ...) but real requirement is for simple, one-thing-to-install-and-build server solution.

@Misterblue Misterblue added the enhancement New feature or request label Oct 26, 2020
@Misterblue
Copy link
Collaborator Author

One solution for this might be using run-time installable MongoDB that has been developed for testing. Several projects exist for NodeJS that install and run MongoDB on demand. This was developed for test suites but the mechanism could be used for an easy MongoDB that is persisted in the filesystem.

Some projects I found are:
https://github.com/mongodb-js/mongodb-prebuilt
https://github.com/jeresig/mongo-in-memory
https://github.com/nodkz/mongodb-memory-server

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