v0.9.0
This is the first release of Space Cloud with all major modules implemented (database, functions, file storage, user management and static).
Supported Technologies
- Databases: MongoDB, PostgreSQL and PostgreSQL compatible databases, MySQL and MySQL compatible databases
- Brokers: Nats
- File Storage Technologies: Local storage and Amazon S3
Features
Database module
- Create, read, update, delete data into your database
- Batch multiple database operations into a single transaction
- Subscribe to changes in your database in realtime
User Management module
- Basic Email Signup / signin
- Read and edit profiles
- Password encryption
File Storage module
- Upload / download files
- Create folder
- List folders/file in a folder
- Delete file/folder
Functions module
- Call functions from frontend or other backend function
Static hosting
- Host static files
- Proxy pass to other upstream servers