An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.