- Monorise
Simplify Single table design with DynamoDB
- Use DynamoDB as a Graph DB
- Access data through simple API calls
- Relationships management between entities
- No more writing complex DynamoDB queries
- Entity
- Mutual
- Tag
Learn more about these concepts in our Concepts Guide.
npm install @monorise/core @monorise/cli @monorise/react @monorise/base
git clone https://github.com/monorist/monorise.git
cd monorise
npm install
import { yourFunction } from 'your-package-name';
yourFunction('example');
npx @monorise/cli
Link to full docs (in repo or external site):
👉 View the Docs
Or briefly explain the core API in the README itself if it’s small.
We welcome contributions!
Check out our contributing guide and code of conduct.
git checkout -b your-feature
git commit -m 'add amazing feature'
git push origin your-feature
.
├── src/ # Main source code
├── tests/ # Unit and integration tests
├── examples/ # Example usage
└── README.md
- Core DynamoDB Data Layer
- React data access
- CLI Generator
- Test cases
- Component for SST/Pulumi for simpler setup
# Start test environment
npm run start:test-core-env
# Test only available for core now
npm -w @monorise/core run test
- Node.js
- Your Framework
- Other dependencies...
Distributed under the MIT License.
See LICENSE
for more information.
- Inspiration, references, or shout-outs