replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.63k stars 97 forks source link

GraalVM native image support #336

Closed whilo closed 1 year ago

whilo commented 3 years ago

The stack of Datahike is very self-contained and therefore particularly interesting for a native-image.

awb99 commented 2 years ago

Babashka has a pod api. Perhaps @borkdude could help to add datahike to babashka

To mw the combination of datahike and babashka sounds like a great combo. Then one could do ad-hoc queries to datahike databases from the shell.

borkdude commented 2 years ago

Maybe you can take a look at datalevin, which already exposes itself as a babashka pod:

https://github.com/juji-io/datalevin#babashka-pod

whilo commented 1 year ago

This was solved with #337. We discussed deeper Babashka integration as future work, but the command line client should already work well with it now.