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
From a user's perspective, dgraph bulk and dgraph load are two commands that do the same thing: load external data onto the database.
Users, then, might expect that they can used the same way. Command line options that do the same thing should have the same name, options that have the same name should do the same thing, etc.
Internally, both commands should also use the same code whenever possible instead of having two implementations.
The text was updated successfully, but these errors were encountered:
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
From a user's perspective, dgraph bulk and dgraph load are two commands that do the same thing: load external data onto the database.
Users, then, might expect that they can used the same way. Command line options that do the same thing should have the same name, options that have the same name should do the same thing, etc.
Internally, both commands should also use the same code whenever possible instead of having two implementations.
The text was updated successfully, but these errors were encountered: