Skip to content

A collection of tools to move data from MapR-DB to MapR-ES

Notifications You must be signed in to change notification settings

abhidotravi/db-streams-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DB-STREAMS TOOL

A collection of tools to help move data from DB to Streams and vice-versa.

Export MapR-DB JSON to MapR-ES

  • Provide any MapR-DB JSON table path as input

  • Provide a MapR-ES path as output

  • You could optionally specify topic / partition / maximum messages to produce.

Command to run:

java -cp db-streams-tool.jar com.mapr.db.tools.CopyTableToStream

Usage: CopyTableToStream -table </path/to/table> -stream </path/to/stream> [Options]

Options: -h or -help -topic [default topic: default] -partition -maxmsgs

Example:

java -cp db-streams-tool.jar com.mapr.db.tools.CopyTableToStream -table /business_table -stream /sample_stream -topic topic1 -maxmsgs 1000

About

A collection of tools to move data from MapR-DB to MapR-ES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages