Percas
Percas is a persistent cache service.
Getting Started
To get started with Percas, you can follow these steps:
- Build the project:
cargo x build - Start a local server:
./target/debug/percas start --config-file dev/config.toml
Now, you can put and get a key-value pair into the cache using the following command:
curl -X PUT -H 'Content-Type: application/json' http://localhost:7654/my_lovely_key -d 'my_lovely_value'
curl -X GET -H 'Content-Type: application/json' http://localhost:7654/my_lovely_key
License
This work is licensed by Apache License 2.0.
We're still developing a suitable license model. So far, Apache License 2.0 fits it well. Any source code and releases delivered under the current license model can be used following Apache License 2.0 from then on.