bfrgoncalves / INNUENDO_REST_API

Frontend application and REST API for the INNUENDO Platform
GNU General Public License v3.0
5 stars 5 forks source link

Remove Allegrograph database dependency #148

Open bfrgoncalves opened 5 years ago

bfrgoncalves commented 5 years ago

Currently, Allegrograph is used on the INNUENDO Platform for:

The above tasks could be achieved without Allegrograph by storing the information on the general INNUENDO postgres database, removing one additional dependency from the platform that is currently being underused.

To do that, it would be required to:

Backend:

Frontend:

All these modification should be made in the INNUENDO_REST_API repository.