Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.