Bulk Load API
This section 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 domain.
Sending records to the data domain
The
BulkIngester
class is the primary entry point for the client-side Bulk Load Interface for loading data into an Endeca data domain.