stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.26k stars 117 forks source link

Move `datastore` HTTP server API to `hook.io-datastore` project #223

Open Marak opened 8 years ago

Marak commented 8 years ago

We should decouple the HTTP server component ( REST routes ) of the datastore API from the core hook.io project and move it to the hook.io-datastore project.

This should be a fairly simple refactor. Will most likely reverse-proxy to a new service which is only running hook.io-datastore.

It's not causing any immediate issues, but it will be better to remove this additional database client processing logic from the front-end.

Low priority.