hyper
hyper copied to clipboard
A service framework leveraging ports and adapters architecture to scale on your terms
As an engineer maintaining the hyper cloud platform, I would the like the `hyper-connect` SDK to use the `signedUrl` flow for `storage.upload` and `storage.download`, whenever possible so that load can...
after attempting to remove an object from a storage bucket that is not there the response is true and the status code is 201.
Attempted to delete file and then proceeded to download file successfully. return status code of deleting a file is 201 - created.
I believe this has something to do with the context in which the file is loaded ie. the test modules directory, the test modules root directory or the current directory....
> As a developer building on top of hyper cloud, > I want the ability to delete an index from a data service instance > so that I can get...
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...
## Use Case > As a developer building on top of the hyper cloud and trying to debug performance issues with our indexes > I want to utilize an `EXPLAIN`...
Our data service API is mostly based on Mango CouchDB. When creating an index, `fields` follows the [sort syntax](https://docs.couchdb.org/en/stable/api/database/find.html#find-sort). Right now, we only allow `fields` as a `string[]`, but also...