#percas #server #percas-client

percas-client

A client for talking to the Percas server

2 releases

Uses new Rust 2024

new 0.0.2 Apr 17, 2025
0.0.1 Apr 16, 2025

#1 in #percas

Download history 63/week @ 2025-04-10

66 downloads per month

Apache-2.0

14KB
107 lines

Percas

Percas is a persistent cache service.

Getting Started

To get started with Percas, you can follow these steps:

  1. Build the project: cargo x build
  2. 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.

Dependencies

~4–19MB
~190K SLoC