Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Last active September 20, 2016 08:11
Show Gist options
  • Save eedeebee/3494150 to your computer and use it in GitHub Desktop.
Save eedeebee/3494150 to your computer and use it in GitHub Desktop.
MarkLogic Content Pump Examples
mlcp.sh import \
-host localhost \
-port 8006 \
-username user \
-password ******* \ 
-input_file_path /data/latest
mlcp.sh export \
-host localhost \
-port 8006 \
-username user \
-password ******* \
-output_type archive \
-output_file_path /out/collections \
-compress true
mlcp.sh import \
-host localhost \
-port 8006 \
-username user \
-password ******* \ 
-input_file_path example.nt \
-mode local \
-input_file_type RDF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment