The following assumes that you have completed the steps for setting up your local environment as well as creating an account and project. If you have not done this you must follow the instructions here:
- Setting Up your Machine
- as well as the Developer prerequisites
- Install npm (node package manager)
- You also need to install the protobuf compiler.
- Mac OS X
brew install protobuf
- linux
sudo apt install protobuf-compiler
- Or alternatively (src and bins)
- Mac OS X
- Your Lightbend Cloudstate Account
- Creating a Project
Grab the sample application from github:
https://github.com/lightbend/cloudstate-samples
Event sourced example with postgres statefulstore
. Simple shop front end to interact with.
CRDT chat with simple front end web interface, friends storage, and presence state.
The license is Apache 2.0, see LICENSE-2.0.txt.
This project is NOT supported under the Lightbend subscription.
This project is maintained mostly by @coreyauger and @cloudstateio.
Feel free to ping above maintainers for code review or discussions. Pull requests are very welcome–thanks in advance!