Skip to content

Commit

Permalink
Update root README.md
Browse files Browse the repository at this point in the history
Added link to Getting started tutorial and link to create a Codespace.
  • Loading branch information
amansinghoriginal authored Oct 25, 2024
1 parent 8c8ca56 commit 12ec5a8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Learning about Drasi
This repo contains code for sample applications that use Drasi as an end-to-end solution for change detection and real-time reactions. The applications will help you understand how to implement and deploy Drasi for different scenarios. Each app folder within this repo has a README.md which details what the scenario for the app, code for the apps, requisite test data, and how to run the samples.
This repo contains code for a tutorial and a few sample applications that use Drasi as an end-to-end solution for change detection and real-time reactions. The tutorial The applications will help you understand how to implement and deploy Drasi for different scenarios. Each app folder within this repo has a README.md which details what the scenario for the app, code for the apps, requisite test data, and how to run the samples.

## Getting Started with Drasi
#### Detect and react to your first database change using Drasi
[This step-by-step tutorial](https://drasi.io/getting-started/) will help you get Drasi up and running quickly and show you how easy it is to create Sources, Continuous Queries, and Reactions.
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/drasi-project/learning)

## Sample Applications
This repo has the following applications in folders:
Following sample applications demonstrate usage of Drasi in different scenarios:
1. [Building comfort](apps/building-comfort)- Drasi for a building management scenario
2. [Curbside pickup](apps/curbside-pickup)- Drasi for a notification service to alert drivers when orders are ready for pickup
3. [Fleet POC](https://github.com/drasi-project/learning/tree/main/apps/fleet-poc)- Drasi for an efficient solution to translate vehicle telemetery into actionable insights for Connected Fleet scenarios
Expand Down

0 comments on commit 12ec5a8

Please sign in to comment.