getdozer / dozer-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

License:Apache License 2.0


Languages

Language:JavaScript 57.4%Language:TypeScript 41.0%Language:Vue 1.0%Language:CSS 0.4%Language:HTML 0.1%Language:Shell 0.1%