You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2889, #2927.
Summary of loader changes:
* Support live loading JSON files
* Support loading RDF or JSON stream instead of requiring files in live loader
* Auto-detect compressed load data instead of requiring extension in filename in both loaders
* Auto-detect JSON load data instead of requiring extension in filename in both loaders
* Lots of refactoring of live and bulk loaders to share code for the same functionality
Fixesdgraph-io#2889, dgraph-io#2927.
Summary of loader changes:
* Support live loading JSON files
* Support loading RDF or JSON stream instead of requiring files in live loader
* Auto-detect compressed load data instead of requiring extension in filename in both loaders
* Auto-detect JSON load data instead of requiring extension in filename in both loaders
* Lots of refactoring of live and bulk loaders to share code for the same functionality
The bulk loader supports loading RDF or JSON data. The live loader should support the same.
The text was updated successfully, but these errors were encountered: