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

https://github.com/maritzstl/data-reference

POC to explore mapping avro objects to and from graphql
https://github.com/maritzstl/data-reference

Last synced: 12 minutes ago
JSON representation

POC to explore mapping avro objects to and from graphql

Awesome Lists containing this project

README

          

# Setup

**Prerequisites:**
1. npm
2. yarn
3. glass of water. remember to drink some. its good for you

**Installing and Running**:
1. Clone the repo
```
git clone git@github.com:MaritzSTL/data-reference.git
```
2. Install dependencies
```
cd data-reference
yarn install
```
3. Serve it
```
yarn run serve
```
Navigate to http://localhost:4000/graphql

## Other References
* https://aseigneurin.github.io/2018/08/02/kafka-tutorial-4-avro-and-schema-registry.html