Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marios-mamalis/neo4j_scot

Utilities for loading data from statistics.gov.scot to a neo4j database
https://github.com/marios-mamalis/neo4j_scot

neo4j sparql

Last synced: 21 days ago
JSON representation

Utilities for loading data from statistics.gov.scot to a neo4j database

Awesome Lists containing this project

README

        

# Neo4j Scot
A set of utilities for loading data from statistics.gov.scot to Neo4j.

## Installation
Requires Python 3.9
```
pip install -r requirements.txt
```

The Neo4j database must also have the `neosemantics`(n10s) plugin
[installed](https://neo4j.com/labs/neosemantics/installation/) in case raw RDF
data are to be stored with `main.import_from_rdf`.

The example script for LLM usage on the created graph (`llm_inference_on_graph.py`) also requires the APOC Neo4j library.