Skip to content

Supporting new APIs for postgres implementation #82

@kotharironak

Description

@kotharironak

Recently, there are 4 new APIs were added in document store:

  • Aggregate

    • CloseableIterator aggregate(final org.hypertrace.core.documentstore.query.Query query)
  • Find

    • CloseableIterator find(final org.hypertrace.core.documentstore.query.Query query)
  • count

    • long count(final org.hypertrace.core.documentstore.query.Query query)
  • Bulk Operation On Array Value

    • BulkUpdateResult bulkOperationOnArrayValue(BulkArrayValueUpdateRequest request) throws Exception
  • Bulk Update

    • BulkUpdateResult bulkUpdate(List bulkUpdateRequests) throws Exception

For the above APIs, we have implementation for MongoDB, however, we are lacking its support for Postgres. Can we add the support the support?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions