Skip to content

Roadmap

samatrhea edited this page Dec 30, 2019 · 10 revisions

Roadmap

The following items are high level improvements to the CDP4 Web Services that are planned to be implemented in the near future.

.NET Core - Kestrel

Currently the CDP4 Web Services are implemented using the Nancy web framework version 1.4.4. The CDP4 Web Services are hosted on Ubuntu in combination with Mono and Nginx.

In order to benefit from .NET Core (preferably version 3.1) and the super fast Kestrel web server an investigation is ongoing to either upgrade to Nancy version 2.0.0 or to replace Nancy with ASP.NET Core 3.1.

PostgreSQL 12

The CDP4 Web Services make use of PostgreSQL version 9.6.x to store the data. PostgreSQL version 12 is available, the CDP4 will be updated to be compatible with this version. Tthe goal is to be compatible with 9.6.x and greater to allow a seamless upgrade between PostgreSQL versions.

Clone this wiki locally