IBM / datascienceontology

Data Science Ontology
https://www.datascienceontology.org
Creative Commons Attribution 4.0 International
36 stars 14 forks source link

Publish backend code #16

Closed sander closed 4 years ago

sander commented 4 years ago

Thank you for sharing this interesting project.

If I’m not mistaken, datascienceontology-frontend uses a CouchDB + Node.js backend at api.datascienceontology.org. I could not find the source code for it however. Is it publicly available somewhere for collaboration?

epatters commented 4 years ago

Hi @sander, thanks for your interest in the project.

That is correct. The backend at api.datascienceontology.org is a simple Node.js app that sits in front of CouchDB and a Redis cache. I have not publicly released it but I can certainly do so if there is interest.

epatters commented 4 years ago

BTW, for a while I've been considering migrating to a graph database, possibly Dgraph, to enable more flexible querying, but I haven't yet been able to dedicate the time.

epatters commented 4 years ago

OK, I've sanitized the Git history and released the backend at epatters/datascienceontology-backend. The source code for the REST API and the CouchDB config is all there.

Unfortunately, the OpenWhisk actions for generating the wiring diagrams are not self-contained, but this is a start. Let's track any followup issues at the new repo.

sander commented 4 years ago

That was quick, thank you!