Implement BulkWrite API

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 0.0.16
    • Affects Version/s: None
    • Component/s: CRUD
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The CRUD API spec calls for a bulkWrite methods like so:

      bulkWrite(requests: WriteModel[], options: Optional<BulkWriteOptions>): BulkWriteResult;
      

      This is not particularly idiomatic for Go and it requires pre-allocating all the models, which isn't ideal for "open-ended" operations.

      We should consider a more idiomatic approach and implement that instead of the literal method called for in the CRUD spec.

            Assignee:
            Divjot Arora (Inactive)
            Reporter:
            David Golden
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: