CDS API is the core component of CDS. To start CDS API, the only mandatory dependencies are a PostgreSQL database, a Redis server and a path to the directory containing other CDS binaries.
There is are two ways to set up CDS:
At the minimum, CDS needs a PostgreSQL database >= 9.6 (version 14.0 recommended) and Redis >= 3.2. But for serious usage your may need:
See Configuration template for more details
You’ll find binaries on CDS Releases