Beni Ben zikry
Beni Ben zikry
This PR addresses several issues discussed at length in #216 It allows for additional config files to be mounted into ``SPARK_CONF_DIR`` and adds compatibility to the upstream by changing ``DefaultSparkConfDir``...
## Problem to Solve I would be happy if Typedb would have clear documentation, process and support for deploying on Kubernetes. We've tested Grakn in the past using a simple...
Hi there, thanks a lot for the work you put in, we use the extension every day 👍 As the title mentions, a simple spec with "width":"container" won't work. Do...
Hi there, we're testing out the library against a causal cluster with multiple database support. We didn't find a proper way ( let me know if we just missed something...
Cypher addition ( neo4j parser + driver ) caused a huge increase to the uberjar footprint - [ ] Look into FFI to https://github.com/cleishm/libcypher-parser as an alternative
See https://github.com/bbenzikry/neo4clj/issues/1 The following does not work ``` match(e:testing) with collect(e.date) as dates, ["column1", "column2"] as columns unwind dates as dt with [{_date:dt, _name:columns[0], avg:tointeger(rand() * 100)},{_date:dt, _name:columns[1], avg:tointeger(rand() *...