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
Aaron Cummings 2020-07-12T00:32:54.480100Z

Relevance Podcast, Episode 19, Rich talks about codeq, which I think is what you're looking for.

respatialized 2020-07-12T16:36:55.486300Z

I'm not sure if I'm asking this question in the right place, but I'm coming across a performance bug with jetty/ reitit when trying to replicate the datahike-server (https://github.com/replikativ/datahike-server) project. I ported it to tools.deps and the latest versions of the underlying packages and I'm now encountering a 20-second delay in starting the jetty server (I confirmed this doesn't happen when doing lein run with a fresh clone of the repo). I tried profiling it but I don't get any more descriptive information than start_thread in the flamegraph so I don't really know where the performance penalty is coming from. I figured I'd ask here in case anyone has seen this or a similar bug before and can point me in the right direction for further investigation and debugging.

kkuehne 2020-07-13T08:25:51.487Z

Thanks for the info. I haven't looked at performance, since the server is a work in progress right now. I'm working on the database representation on the client side in the admin-endpoints branch. Also we might add a sockets interface for functions like listen!.