Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marios-mamalis/neo4j_scot
- Owner: Marios-Mamalis
- Created: 2024-08-11T17:57:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:38:29.000Z (5 months ago)
- Last Synced: 2024-11-03T08:41:58.413Z (2 months ago)
- Topics: neo4j, sparql
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.