bulk

package
v0.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2017 License: AGPL-3.0, Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NumBadgerWrites     = expvar.NewInt("dgraph-bulk-loader_badger_writes_pending")
	NumReducers         = expvar.NewInt("dgraph-bulk-loader_num_reducers_total")
	NumQueuedReduceJobs = expvar.NewInt("dgraph-bulk-loader_reduce_queue_size")
)
View Source
var BulkCmd = &cobra.Command{
	Use:   "bulk",
	Short: "Run Dgraph bulk loader",
	Run: func(cmd *cobra.Command, args []string) {
		if len(args) > 0 {
			fmt.Fprintf(os.Stderr, "No free args allowed, but got: %v\n", args)
			os.Exit(1)
		}
		run()
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL