-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
39 additions
and
284 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
docs/modules/ROOT/pages/neo4jstore.adoc → docs/documentation/Neo4jStore-0.1.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
== Using the Neo4j store and examples | ||
|
||
== Migrating an existing implementation to the Neo4j Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= RDFLIB + Neo4j User Guide | ||
:doctype: book | ||
:icons: font | ||
:source-highlighter: coderay | ||
:toc: left | ||
:toclevels: 2 | ||
|
||
toc::[] | ||
|
||
= Chapter 1: Introduction | ||
|
||
== Section 1.1: Purpose | ||
This section provides an overview of the purpose of this documentation. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
* xref:index.adoc[Introduction] | ||
* xref:gettingstarted.adoc[Getting Started] | ||
* xref:neo4jstore.adoc[Neo4j Store] | ||
* xref:neo4jstoreconfig.adoc[Store Configuration] | ||
* xref:examples.adoc[Examples] | ||
* xref:contributing.adoc[Contributing] | ||
* xref:index.adoc[Introduction] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
# RDFLib-Neo4j | ||
|
||
The **rdflib-neo4j** project is a Python-based https://rdflib.readthedocs.io/en/stable/[RDFLib Store] backed by Neo4j. | ||
You can use this library for high-performance RDF data ingestion into the Neo4j database. | ||
|
||
This library works with all types of Neo4j deployments, whether on-premise or cloud-hosted (Neo4j Aura). | ||
|
||
## Documentation | ||
|
||
- To get started, see the link:quickstart[Quickstart] page. | ||
- For details on the available Python classes, see the link:neo4jstore[Neo4j Store] page. | ||
- Example code fragments are available under link:examples[Examples]. | ||
- If you want to contribute to this project, see link:contributing[Contributing]. | ||
jsdhdfvjfdvfv |