Bulk Load API
This chapter describes how to use the Bulk Load API.
About the Bulk Load API
Data records can be added or replaced via the Dgraph's Bulk Load Interface.
Bulk Load sample program
The following sample program will be used to illustrate the Bulk Load classes and methods.
Records, assignments, and data types
A
Data.Record
is the fundamental data type for loading data into an Endeca data store.
Sending records to the data store
The
BulkIngester
class is the primary entry point for the client-side Bulk Load Interface for loading data into an Endeca data store.