Once I clone the datahike repo, how do I build, run tests, etc? (How can I run this in clojurescript?)
Is there an example or blog demonstrating importing data from an example worksheet?
Excel worksheet
If you can save it as CSV, there is the data.csv Clojure library for reading it. Would that do?
@benjamin.hougland There's also docjure: https://github.com/mjul/docjure
@benjamin.hougland we do not support importing data from excel or csv in datahike at the moment. I'm currently working on an importer from SQL tables and other datalog variants.
@steedman87 you may run tests with leiningen's lein test
which runs all tests on the JVM. Due to updated dependencies we currently can't support ClojureScript but fixing that is on our roadmap for this year. As for running it in your application you can simply add datahike to your dependencies and start working with it in your REPL.
Thanks for the replies. I was thinking more about a good function example that would format the output from docjure into something that datahike would accept with minimal fuss. I will giving it a go later today (this will be a good excercise for a clojure newbie like me). Do you mind if I pass my on my attempt for code review?
You are welcome to invite reviewers to look at your code. Whether you get any takers for your invitation depends on who is interested.
Great, thanks!
You may also add me for review.