Skip to content

Instantly share code, notes, and snippets.

@FxIII
FxIII / schema-generator.py
Last active March 7, 2022 09:20 — forked from ikwattro/schema-generator,py
Hume Schema Generator
import os
from neo4j import GraphDatabase
import json
import random
import logging
import uuid
# default parameters
URI = "bolt://localhost:7687"