Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Created July 30, 2014 00:52
Show Gist options
  • Save MichaelDrogalis/62070c8de42c744184d9 to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/62070c8de42c744184d9 to your computer and use it in GitHub Desktop.
[{: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