...
We need a new interface to do bulk load without network bandwidth wasting and skip the Pulsar management. A brief Brief requirements of the new interface:
...
- JSON format is flexible, ideally, the import API ought to parse user's JSON files without asking user to reformat the files according to a strict rule.
- User Users can store scalar fields and vector fields in a JSON file, with row-based or column-based. The import() API can support both of them.
...