All 22 Dependencies
Every package Space Cloud depends on, ranked by repo health score.
Space Cloud is an open-source, Kubernetes-native backend platform that eliminates the need to write backend code by dynamically generating secure GraphQL and REST APIs for any database. Rather than sending raw SQL or resolver code, clients describe queries as JSON objects that Space Cloud validates against configurable security rules before generating and executing the appropriate database operation.
Built in Go and designed around Kubernetes and Istio, Space Cloud handles the full backend stack: CRUD operations with cross-database joins, real-time data subscriptions via WebSocket, file storage integration with S3 and Google Cloud Storage, event-driven webhooks triggered by database or file events, and fine-grained JWT-based access control without requiring custom middleware.
The platform abstracts service mesh complexity by automatically applying Istio-based mTLS encryption, traffic policies, and autoscaling-to-zero to all deployed workloads. Developers interact with a unified GraphQL interface that spans databases, microservices, and file storage, making Space Cloud useful for teams who want Firebase-like developer ergonomics on infrastructure they control.
Space Cloud is currently in maintenance mode; the project recommends Hasura or WunderGraph for new deployments. Existing self-hosted installations remain fully functional under the Apache 2.0 license, and the codebase serves as a reference implementation of dynamic query generation and Kubernetes-native BaaS architecture.