Creation of Transactional Client #792
Replies: 1 comment
-
you can have a look at https://github.com/stac-utils/stac-fastapi-pgstac/blob/df4c12abdc2a4cb016e57d5da88423fa97e32fad/stac_fastapi/pgstac/transactions.py#L68-L204
nothing else than just being async
stac-fastapi modules serve as base for backend libraries like stac-fastapi-pgstac or https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch. The current maintainers (myself and other devseed team member) are aware that the docs could be better but we are focusing on the code for the moment, but we will be more than happy to review any PR 🙏 |
Beta Was this translation helpful? Give feedback.
-
Hey Team,
I want to create a Client for performing the operations of Create, Update and Delete on the Stac objects.
Basically the operations that I see here: https://stac-utils.github.io/stac-fastapi/api/stac_fastapi/types/core/
I had few queries in this regards:
Thank you 😄
Beta Was this translation helpful? Give feedback.
All reactions