/neo4j_cazy

Primary LanguageJupyter NotebookMIT LicenseMIT

Introduction

This repository contains code and data for my article "Neo4j for CAZy".

  1. The convert.ipynb are for data processing and analyses.

  2. The data folder contains the six CSV to be imported into Neo4j.

  3. the index.js is for Apollo Graphql.

Prerequisite

Neo4j Desktop

Nodejs

Run

Download the raw data with the two scripts in crawler/

Both generate json output in the stdout. So please redirect their results into two Json file.

The Jupyter notebook contains the codes that generate all the necessary CSVs for Neo4j from the two Json files for this project.

Authors

  • Sixing Huang - Concept and Coding

License

This project is licensed under the MIT License - see the LICENSE file for details