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

More storage adapters #42

Closed
1 of 6 tasks
HerbCaudill opened this issue Oct 22, 2019 · 1 comment
Closed
1 of 6 tasks

More storage adapters #42

HerbCaudill opened this issue Oct 22, 2019 · 1 comment

Comments

@HerbCaudill
Copy link
Member

We currently only provide browser-based persistent storage using IndexedDb. A superpeer running in a serverless function would need access to a third-party hosted datastore like Redis, MongoDB or DynamoDB. An installable Electron app might prefer to work with self-contained, portable documents in the file system; or with a database like Sqlite.

  • IndexedDb
  • Sqlite
  • File system
  • Redis
  • MongoDB
  • AWS DynamoDB
@HerbCaudill
Copy link
Member Author

closing in favor of individual issues:
#32 MongoDB
#60 DynamoDB
#61 SQLite
#62 File system

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

No branches or pull requests

1 participant