datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
2020-05-30T02:10:52.299700Z

> datahike/java/IEntity has been compiled by a more recent version of the Java Runtime (class file version 57.0), this version of the Java Runtime only recognizes class file versions up to 55.0 Iā€™m at openjdk@11 o_O

2020-05-30T02:11:52.300100Z

do i actually need jdk 13 to run datahike?

2020-05-30T02:17:11.301Z

I would LOVE to have access from Bababshka šŸ™‚

whilo 2020-05-30T03:35:42.304900Z

@laheadle I am also using org-roam and have thought about proposing Datahike to its author. Can you reach out to him and maybe he is interested? We have GraalVM on the agenda, but it has not top priority yet. Last time I tried the compilation ran forever, I am not sure why. It might be related to our core.async usage, or, as @borkdude suggested, the filestore backend, although that would be bad for the GraalVM if it cannot compile Java's filesystem IO. If you like to break it down by gradually compiling konserve, hitchhiker-tree and Datahike with GraalVM, we are willing to help of course. An alternative is to use our new REST API and have a local instance running, that should work right away and the interface would be similar to the one of the GraalVM binary.

whilo 2020-05-30T03:37:40.305200Z

No, this was a mistake during the release procedure and is resolved in a SNAPSHOT built https://github.com/replikativ/datahike/issues/165

whilo 2020-05-30T07:54:24.305800Z

So this would be a way to get quickly started.

borkdude 2020-05-30T08:34:39.306200Z

a datahike babashka pod would be awesome, similar to https://github.com/babashka/babashka-sql-pods

timo 2020-05-30T11:51:34.306700Z

@grischoun thanks for this excellent article: https://lambdaforge.io/2020/05/25/java-api.html

šŸ‘ 4
whilo 2020-05-30T17:53:14.309100Z

@timok Thanks! Were things unclear or left open? We have got some good feedback here and tried to clarify: https://www.reddit.com/r/java/comments/gqtxg7/how_to_use_datahikes_java_api_to_build_a_web/. We still need to put this into an FAQ for Java developers.

timo 2020-05-30T18:37:47.309500Z

I just enjoyed reading it and had the feeling that I could start a SpringBoot project right away but I am not a Java dev so am probably not the right one to find any shortcomings.