erickvictor / hypergraph-csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with Export CSV in Hygraph

This example demonstrates how to mutate Hygraph data with node.

How to Use

Download Manually

git clone https://github.com/erickvictor/hypergraph-csv.git

Install & Run:

docker run -d --name redis-stack-server -p 6379:6379 redis/redis-stack-server:latest
cd hypergraph-csv
npm install
npm run start
# or
cd hypergraph-csv
yarn
yarn start

About


Languages

Language:JavaScript 97.3%Language:Shell 2.7%