https://github.com/rush-db/examples
Code samples and projects demonstrating quick RushDB integration across various use cases
https://github.com/rush-db/examples
Last synced: over 1 year ago
JSON representation
Code samples and projects demonstrating quick RushDB integration across various use cases
- Host: GitHub
- URL: https://github.com/rush-db/examples
- Owner: rush-db
- License: mit
- Created: 2025-01-26T09:19:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T13:46:43.000Z (over 1 year ago)
- Last Synced: 2025-02-16T14:48:01.726Z (over 1 year ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples
This folder contains code samples and projects demonstrating quick integration with RushDB across various use cases.
## Available Examples
- **[Express Example](./express-rushdb-sdk)**
REST API built with Express and TypeScript that shows how to integrate RushDB using its SDK.
It includes examples for creating, updating, deleting, and searching across a structure of resources (Company → Department → Employee), as well as advanced aggregation queries.
- **[NextJS Example](./nextjs-filters-rushdb-sdk)**
NextJS application with Typescript that shows how to use RushDB SDK for large UI components and business logic.
It includes example with live filters and search by search query.
Feel free to explore each example to see how RushDB can simplify data modeling and querying for modern applications.