Skip to content

[cimi] support bulk delete of resources from a collection #1695

@konstan

Description

@konstan

Background: GNSS will be using Nuvla as its data base for storing and deleting ~10K * N SO documents per hour. (N is the number of stations - in the projects for 8 month there will be 3 stations). It would be good to have bulk delete operation based on query.

Propose where to put it in the API and make sure it doesn’t conflict with any of the current CIMI patterns.

Options:

  1. DELETE a set of objects in a collection based on CIMI filter (eg. $filter=resource:timestamp>='time_start' and resource:timestamp<='time_end')
  2. “bulk delete” operation on collections (providing list of objects to delete).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions