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
- Host: GitHub
- URL: https://github.com/maritzstl/data-reference
- Owner: MaritzSTL
- Created: 2019-01-08T18:40:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T18:45:07.000Z (over 7 years ago)
- Last Synced: 2025-03-03T03:14:48.095Z (over 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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