https://github.com/Zero-Data-Labs/datastore-server
https://github.com/Zero-Data-Labs/datastore-server
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Zero-Data-Labs/datastore-server
- Owner: verida
- Created: 2020-01-06T22:19:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:26:56.000Z (over 3 years ago)
- Last Synced: 2024-12-31T02:42:48.535Z (over 1 year ago)
- Language: JavaScript
- Size: 531 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Deprecated!
This package is deprecated.
See [Verida Storage Node](https://github.com/verida/storage-node).
# Welcome to Verida Datastore Server
This server acts as middleware between web applications built using the [Verida Datastore](http://www.github.com/verida/datastore) and the underlying databases storing user data.
Key features:
- Ensure all API requests come from verified on chain users (via user signed messages)
- Manage database users, linking them to valid on chain DID's
- Manage permissions for individual databases
- Add a second layer of security by managing per-database ACL validation rules
- Providing applications with user's database DSN's (including user credentials)
## Verida Projects
Also see:
- [Verida Datastore](http://www.github.com/verida/datastore)
- [Verida Datastore Demo](http://www.github.com/verida/datastore-demo)
- [Verida Schemas](http://www.github.com/verida/schemas)