David Bach
David Bach
A current workaround is starting a kernel outside of emacs and connecting to it via: `jupyter-connect-repl`
The examples are not up-to-date with changes from a few months ago. We are now exclusively using core.async channels for communication between the server and Clojure. I'll create an issue...
Yeah sure! We should update the readme too and provide some more instructions :) When you have a look here in the `core.cljc` file you see an example: https://github.com/comnik/clj-3df/blob/9d0352b49c2618d23641d8692779c4e6e924f9e9/src/clj_3df/core.cljc#L291-L320
If you use `create-publication` the `conn` map will contain a `:pub` key that has an async-pub which dispatches on the name of the registered query. In this case it would...
The examples should work now. For the example `rga` you need to use a different branch from the server. `ldbc` requires you to have the data...
Added a logistics example
- [ ] Add possible explicit `:ValueType` For example unix timestamps `(> ?t {:Instant 132352525})` for things that cannot be inferred.
Corresponding PR in Differential Dataflow: https://github.com/TimelyDataflow/differential-dataflow/pull/156