hyper63 / hyper

A service framework leveraging ports and adapters architecture to scale on your terms
https://docs.hyper.io
Apache License 2.0
75 stars 10 forks source link

List Indexes #486

Open tripott opened 2 years ago

tripott commented 2 years ago

Related Issue: https://github.com/hyper63/hyper-adapter-couchdb/issues/32

Admittedly, it's a happy coincidence with CouchDB that allows looking at all of the indexes, since hyper doesn't currently have a listIndexes API, but my intuition says we should lock this down and instead introduce an explicit API for listing indexes, with a hyper schema describing its shape, and possible removeIndex, once/if the feature requests come in for it.

tripott commented 2 years ago

Related to Delete Index Issue: https://github.com/hyper63/hyper/issues/488