An open API service indexing awesome lists of open source software.

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.

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