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

https://github.com/tty47/setget

Set & Get API
https://github.com/tty47/setget

Last synced: 3 months ago
JSON representation

Set & Get API

Awesome Lists containing this project

README

        

# Description

The resources in this repo deploys a service to Kubernetes using Helm.

There are two componentes:
- MySQL: We are going to use this service as database.
- SetGet: An API service that has two endpoints:
- `/get`: Returns one of the previously persisted string values (a random one).
- `/set`: Accepts a body value and persists it, the body looks like:
- ```json
{
"item": "value to insert"
}
```

Go to [INSTALLATION.md](./INSTALLATION.md) to install the service in your cluster.

---

Jose Ramon Mañes