DataConsole - Datomic / DataScript / DataHike Console

I’ve been working on a CRUD Console for Clojure’s Datalog databases Datomic, DataScript and DataHike.

Here’s a sneak peak: https://youtu.be/RgF0hy6tEQs

It differs from Datomic Console or REBL in that it a) is meant to be useful to non-technical users and b) provides extension points for developers to:

  • add custom parameterized queries
  • provide custom views for how entity attribute values should be rendered, e.g. images and links
  • provide pre-written functions that can be passed arguments and run through the UI by the end-user

This arose from a business need at theshopgrid.com. I’m curious: is this problem you run into at the companies you work at? And how do you deal with it right now?

6 Likes

Looks awesome!

P.S. The audio is extremely low in the video.

Thank you! I just tested the audio. It’s quite loud at max volume for me. Is your youtube video player volume possibly moved to low?

I’m amazed cljfx is being seriously used in real world projects :smiley:

2 Likes

Love it! Waiting for your public release.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.