/dozer-js

Primary LanguageJavaScriptApache License 2.0Apache-2.0




Connect any data source, combine them in real-time and instantly get low-latency gRPC and REST APIs.
⚡ All with just a simple configuration! ⚡️

Overview

This repository provides client libraries for Dozer.

Libraries

Dozer JS Client

Typescript wrapper over several gRPC services generated automatically when you run Dozer.

# npm
npm install @dozerjs/dozer
# yarn
yarn add @dozerjs/dozer
# pnpm
pnpm add @dozerjs/dozer

You can find usage instructions here

Dozer React

React component library that makes it convenient to create views using Dozer APIs.

# npm
npm install @dozerjs/dozer-react
# yarn
yarn add @dozerjs/dozer-react
# pnpm
pnpm add @dozerjs/dozer-react

You can find usage instructions here

Dozer Vue

Vue component library that makes it convenient to create views using Dozer APIs.

# npm
npm install @dozerjs/dozer-vue
# yarn
yarn add @dozerjs/dozer-vue
# pnpm
pnpm add @dozerjs/dozer-vue

You can find usage instructions here

Release

pnpm run changeset
pnpm run changeset version

Enter and exit beta

pnpm run changeset pre enter beta
# pnpm run changeset pre exit

pnpm run version