Can can we use live uploader followed by bulk uploader?
In out PoC (Proof of Concept) implementation…
- We wanted upload initial data using bulk uploader. Bulk loader command is something like below
dgraph bulk -f /bulk/data/ -s /schema/my_schema.rdf --replace_out --num_go_routines=5 --reducers=2 --format=rdf --store_xids --map_shards=3 --reduce_shards=3
- Apply daily delta feeds using Live uploader. Live uploader command is something like below
dgraph live --files /live/data --schema /schema/my_schema.rdf --alpha alpha-service:9080 --zero zero-service:5080 --format=rdf --upsertPredicate "xid" -b 3000