https://github.com/rocicorp/mono
99% of Queries in Zero Milliseconds
https://github.com/rocicorp/mono
Last synced: 3 months ago
JSON representation
99% of Queries in Zero Milliseconds
- Host: GitHub
- URL: https://github.com/rocicorp/mono
- Owner: rocicorp
- License: apache-2.0
- Created: 2023-02-09T04:42:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-18T01:01:46.000Z (3 months ago)
- Last Synced: 2025-10-19T13:02:42.726Z (3 months ago)
- Language: TypeScript
- Homepage: https://zero.rocicorp.dev/
- Size: 754 MB
- Stars: 2,321
- Watchers: 17
- Forks: 96
- Open Issues: 166
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-repos - rocicorp/mono - 99% of Queries in Zero Milliseconds (TypeScript)
README
# Rocicorp Monorepo
This is the mono repo for [Rocicorp](https://rocicorp.dev/)'s two main products (as of 2024).
## Zero
Web site and docs: https://zero.rocicorp.dev/.
### Code
- [packages/zero-client](./packages/zero-client): The main client library. It uses replicache under the hood.
- [packages/zero-cache](./packages/zero-cache): The server side code.
- [packages/zql](./packages/zql): The IVM (incremental view maintenance) engine as well as the query language/API.
- [@rocicorp/zero-docs](https://github.com/rocicorp/zero-docs): The docs for zero is currently in a separate repo.
- [apps/zbugs](./apps/zbugs): The bug tracker app.
## Replicache
Web site and docs https://replicache.dev/.
### Code
- [packages/replicache](./packages/replicache): The replicache client library.
- [packages/replicache/doc](./packages/replicache/): The docs for replicache is in this mono repo.
## Older Projects
### Reflect
Reflect is no longer under development. The code lives in the [rocicorp/reflect-archive](https://github.com/rocicorp/reflect-archive) repo.