Skip to content
Snippets Groups Projects
README.md 1.92 KiB

pipeline status coverage report

Cache service

This project has been migrated to Eclipse Foundation, and it can be found under https://gitlab.eclipse.org/eclipse/xfsc/

Cache service exposes HTTP interface for working with Redis.

Basic Architecture

flowchart LR  
	A[Client] -- request --> B[HTTP API] 
	subgraph cache 
		B --> C[(Redis)] 
	end

API Documentation

The API Documentation is accessible at /swagger-ui path in OAS 3.0 format. If you use the docker-compose environment, it's exposed at http://localhost:8083/swagger-ui

Dependencies

There must be a running instance of Redis visible to the service. The address, username and password of Redis must be provided as environment variables.