Created
July 30, 2014 00:52
-
-
Save MichaelDrogalis/62070c8de42c744184d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{:onyx/name :partition-datoms | |
:onyx/ident :datomic/partition-datoms | |
:onyx/type :input | |
:onyx/medium :datomic | |
:onyx/consumption :sequential | |
:onyx/bootstrap? true | |
:datomic/uri db-uri | |
:datomic/t t | |
:datomic/datoms-per-segment batch-size | |
:datomic/partition :com.mdrogalis/people | |
:onyx/batch-size batch-size | |
:onyx/doc "Creates ranges over an :eavt index to parellelize loading datoms downstream"} | |
...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment