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 persistent storage #6

Open
tomfa opened this issue Aug 26, 2019 · 1 comment
Open

Implement persistent storage #6

tomfa opened this issue Aug 26, 2019 · 1 comment
Assignees

Comments

@tomfa
Copy link
Collaborator

tomfa commented Aug 26, 2019

Storage is planned to be a simple, generic key-value storage that returns json. /api/data/<id> should return the (json) value from the key <id>.

Alternatives:

  • S3, where key = "filename" and value is its content
  • Firebase.

@andrroy and me talked briefly about it yesterday. We're both noobs in Firebase, and want to learn. So we're leaning towards that.

There's dummy storage code in api/data/[id].js.

@tomfa tomfa changed the title Implement persistant storage Implement persistent storage Aug 26, 2019
@tomfa
Copy link
Collaborator Author

tomfa commented Sep 23, 2019

This gist can be related if we choose aws s3 storage
https://gist.github.com/tomfa/7bb519a34262353087a83712539eb6b0

@tomfa tomfa self-assigned this Sep 29, 2019
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