Skip to content

Commit

Permalink
Add Elasticsearch backend (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
vprivat-ads authored Nov 6, 2023
1 parent d035774 commit c74eb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ packages:
Backends are hosted in their own repositories:

- [stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac): Postgres backend implementation with [PgSTAC](https://github.com/stac-utils/pgstac).
- [stac-fastapi-sqlalchemy](https://github.com/stac-utils/stac-fastapi-sqlalchemy) Postgres backend implementation with [sqlalchemy](https://www.sqlalchemy.org/).
- [stac-fastapi-sqlalchemy](https://github.com/stac-utils/stac-fastapi-sqlalchemy): Postgres backend implementation with [sqlalchemy](https://www.sqlalchemy.org/).
- [stac-fastapi-elasticsearch](https://github.com/stac-utils/stac-fastapi-elasticsearch): Backend implementation with [Elasticsearch](https://github.com/elastic/elasticsearch).

`stac-fastapi` was initially developed by [arturo-ai](https://github.com/arturo-ai).

Expand Down

0 comments on commit c74eb68

Please sign in to comment.