Skip to content

OPAL-Project/OPAL-Cache

Repository files navigation

OPAL-Cache

Dim Sums Travis David David

OPAL - Cache micro-service


The opal-cache service provides caching capabilities to the opal eco-system. The opal-cache stores which queries have been executed in the past, and when identical queries are submitted to the system in the future, it automatically returns the answer, without triggering any computation. To do so, the opal-cache communicates with the opal-interface every time a query is submitted to the opal system.

We provide the API documentation in swagger 2.0 format. You can paste the content in the swagger editor to render the API documentation.

Configuration

At its construction, the opalCache microservice receives a configuration object that MUST respect the following schema:

About

Cache services for OPAL. Code as of 20-02-2020.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published