1 comment

[ 3.5 ms ] story [ 26.9 ms ] thread
I started working on this during the COVID lockdown - with all that extra time. Helped keep me sane(ish). I call it OpenDMP: https://github.com/rhinoman/odmp

Anyway - this project is meant to help with a lot of the low level plumbing that goes with managing data in small-ish organizations that do DS, ML, etc.

Still in the early phases of development. I definitely need to make deployment easier (DevOps is not really my forte), and a number of features are still lacking :)

Some tech info:

- Backend is primarily Kotlin and Spring Boot. It relies heavily on Apache Camel.

- Running inline Python or Clojure scripts is supported.

- The Frontend is a Clojurescript (re-frame) app.