Skip to content

Overview

Under Construction

This section is currently under construction and collects short, goal-oriented recipes.

Purpose

Start here after you have completed at least one tutorial and want to achieve a specific goal.

We need to add some specific use cases here, maybe comes from converting the adapters for the registry.

  1. How do I create a standalone Docker image for a BioCypher KG?
  2. How do I use or create an Adapter to read data? (planned – builds on the Adapters tutorial)
  3. How do I combine data from different Adapters? (planned – builds on the Basics and Adapters tutorials)
  4. How do I create a graph from a CSV file? (planned – builds on the Basics tutorial)
  5. How do I convert a graph to a Pandas DataFrame? (planned – uses the Pandas tutorial)
  6. How do I create a complete pipeline (from CSV file to Neo4j)? (planned – builds on Basics + Neo4j offline tutorial)
  7. How do I configure BioCypher? (planned – complements the configuration reference)
  8. How do I define a schema for my graph? (planned – complements the schema configuration reference and ontology explanations)