Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdionysus/kapua
A fully decentralised storage, compute, database and networking platform
https://github.com/tomdionysus/kapua
Last synced: about 2 months ago
JSON representation
A fully decentralised storage, compute, database and networking platform
- Host: GitHub
- URL: https://github.com/tomdionysus/kapua
- Owner: tomdionysus
- License: mit
- Created: 2023-12-01T22:17:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T01:10:21.000Z (12 months ago)
- Last Synced: 2024-04-12T16:08:55.272Z (9 months ago)
- Language: C++
- Size: 169 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kapua
A fully decentralised storage, compute, database and networking platform, in C++11.
## Building
### Dependencies:
Please see [dependencies](docs/dependencies.md) in the docs.
### Build
```sh
git clone https://github.com/tomdionysus/kapua
cd kapua
mkdir build
cd build
cmake ..
make
```## Documentation
* [Project Goals](docs/goals.md)
* [Philosophy](docs/philosophy.md)
* [Infrastructure](docs/infrastructure.md)
* [Routing](docs/routing.md)
* [Storage](docs/storage.md)## License
Kapua is licensed under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). Please see [LICENSE](LICENSE) for details.