space-cloud icon indicating copy to clipboard operation
space-cloud copied to clipboard

Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes

Results 122 space-cloud issues
Sort by recently updated
recently updated
newest added

### The problem faced currently? There is no confirmation prior to deletion so accidental deletion happens ![image](https://user-images.githubusercontent.com/3840244/177340331-2392fb6a-8edf-4838-9109-1dd7177e14cf.png) ### How can we solve it? Give a prompt before deleting it

### The problem faced currently? Database gets overwhelmed by the number of connections when the gateway scales up. ### How can we solve it? We should add native support for...

area/mission-control
enterprise
area/gateway

### The problem faced currently? Boring classic user interface ### How can we solve it? A total visual overhaul using tailwind CSS. See SupaBase userinterface Resources : - https://devdojo.com/tails/app -...

🗣 discussion
area/mission-control

Hello, [ArangoDB](https://www.arangodb.com/) is one amazing open-source multi-model graph DB (basically a replacement for MongoDB, Redis, Neo4j, and ElasticSearch, all-in-one), and has great support for Kubernetes, with its [kube-arangodb](https://github.com/arangodb/kube-arangodb) operator! It...

### The problem faced currently? Suppose we have a REST service which exposes more than 50 endpoints. To convert the REST API service to Graphql API we can use Graphql...

### Describe the bug I have the following schema: ``` type users { id: ID! @primary name: String email: String address: address @link(table: address, from: id, to: user_id) } type...

🐛 bug
p/low
area/gateway

Old join syntax ``` query users { aggregate { sum { age } max { age } } } ``` New syntax ``` query { expenditures(group: ["user_id"]) @postgres { user_id...