Quickstart
Your first event in 2 minutes
Pick your path. Both work. One’s faster.
Path A: Cloud (2 minutes)
Section titled “Path A: Cloud (2 minutes)”You have an account. You want events flowing. Now.
Best for: Getting started, seeing it work, building on production.
Path B: Local Development (5 minutes)
Section titled “Path B: Local Development (5 minutes)”You want DeltaBase running on your machine. Experiment offline. Break things safely.
Best for: Development workflow, testing, working without internet.
Not sure which?
Section titled “Not sure which?”Start with Cloud. It’s faster, and you can always add local dev later.
Most developers:
- Send their first event via Cloud (to see it work)
- Set up local dev when they start building features
- Deploy to production using the same SDK
The code is identical. Only the baseUrl changes.
Other quickstart pages
Section titled “Other quickstart pages”- What is DeltaBase? - The 5-minute overview
- Installation - Add DeltaBase to an existing project
What’s next?
Section titled “What’s next?”Once you see it working, build something real in learn/.
Want to understand the concepts? Check out event sourcing fundamentals and the Decider Pattern.