Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions REPOSITORIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@ This project is organized as a monorepo with 4 main services:
- **Setup**:
```bash
cd api
npm install
npm run start:dev
pnpm install
pnpm run start:dev
```

## 3. Streaming SDK (`/streaming-sdk`)
## 3. Streaming SDK (`/xstreamroll-sdk`)
- **Framework**: TypeScript SDK
- **Description**: Client library for publishing events and interacting with streams
- **Setup**:
```bash
cd streaming-sdk
cd xstreamroll-sdk
npm install
npm run build
```

## 4. Stream Processing (`/stream-processing`)
## 4. Stream Processing (`/xstreamroll-processing`)
- **Framework**: Node.js with TypeScript
- **Description**: Dedicated service for processing real-time streaming data
- **Setup**:
```bash
cd stream-processing
cd xstreamroll-processing
npm install
npm run start
```
Expand Down
Loading