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
whilo 2019-11-20T07:55:26.171300Z

I have an idea for my research workflow for some time now: https://github.com/replikativ/datahike/issues/97

🚀 3
whilo 2019-11-20T07:55:48.171900Z

I would be interested what your opinions are about it?

whilo 2019-11-20T07:57:16.173400Z

I would use Datahike inside of my literate programming setup (org-mode) to conduct scientific research on large scale distributed machine learning infrastructure.

whilo 2019-11-20T07:57:35.173800Z

@csm301’s GC work will come in handy for that.

csm 2019-11-20T18:39:32.177100Z

IMO, that sounds like a killer feature for datahike. I could imagine forking a database for different use cases, and having independent transactions take place, then possibly have a merge back together to get a single source of truth. It sounds like a good way to handle the limitation of having a single transactor.

knubie 2019-11-20T19:30:39.177500Z

Found an interesting article on hacker news recently about local-first software: https://news.ycombinator.com/item?id=21581444

knubie 2019-11-20T19:35:11.178300Z

Is this kind of software possible to build with datahike today?