https://github.com/oduortoni/data-vault
A privacy-first, extensible, pluggable data store system for structured personal data entry and access control, with minimal infrastructure overhead.
https://github.com/oduortoni/data-vault
go javascript rust sqlite
Last synced: 5 months ago
JSON representation
A privacy-first, extensible, pluggable data store system for structured personal data entry and access control, with minimal infrastructure overhead.
- Host: GitHub
- URL: https://github.com/oduortoni/data-vault
- Owner: oduortoni
- License: apache-2.0
- Created: 2025-06-24T05:45:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-03T14:19:54.000Z (11 months ago)
- Last Synced: 2025-08-03T15:03:06.396Z (11 months ago)
- Topics: go, javascript, rust, sqlite
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-vault
A privacy-first, extensible, pluggable data store system for structured personal data entry and access control, with minimal infrastructure overhead.
## usage
```bash
git clone https://github.com/oduortoni/data-vault.git
```
There are two implementations of the project
1. GO
```bash
cd data-vault/go-dev
```
there is a README.md file that will guide you
2. Rust
```bash
cd data-vault/rust-dev
```
similarly, there is a README.md file that will guide you
## preview
You can check the live preview of the rust site at:
[data-vault](https://data-vault.onrender.com)
## contributions