Skip to content

Roadmap

Sam Gerené edited this page Nov 19, 2017 · 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. The Nancy framework is being upgraded to .NET Core which brings many advantages such as the super fast Kestrel web server. The CDP4 Web Services will be upgraded to .NET Core and Nancy version 2.0.0. The CDP4-SDK has been developed with this in mind with support for netstandard 1.6.

PostgreSQL 10

The CDP4 Web Services make use of PostgreSQL version 9.6.6 to store the data. PostgreSQL version 10 has recently been released. The database will be migrated to version 10.

Clone this wiki locally