NetsBlox / cloud

The new and improved NetsBlox cloud!
3 stars 0 forks source link
netsblox rust

NetsBlox Cloud

This contains:

Versioning

To simplify determining compatibility, all crates share the same version number using semantic versioning. This may change in the future to give the CLI and server both a version number and an API version number (similar to docker). This is already somewhat there but hasn't yet been made official. (I would expect an autogenerated compatibility table and/or version numbers reported by the CLI itself for the server, server API, client, and client API.)

Quick Start

This has yet to be completed but we are planning to make this available as a docker image. If you want to build from source, check out the development section.

Development

First, install stable rust (rustup recommended). Next, start a local instance of MongoDB and Minio. (I usually run them using docker but native is also fine.) Minio configuration details can be found here. Then run the server with

cd crates/cloud
RUN_MODE=local cargo run

To customize the deployment, check out the configuration file.

Check out the architecture document for an overview of the codebase.