Skip to content

Commit 5d4c0a4

Browse files
authored
Create USING_NEO4J.md
1 parent 1cbfc95 commit 5d4c0a4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

USING_NEO4J.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Experimenting with the Neo4j graph database Python STIX DataStore
2+
3+
The Neo4j graph database Python STIX DataStore is a proof-of-concept implementation to show how to store STIX content in a graph database.
4+
5+
## Limitations:
6+
7+
As a proof-of-concept it is mininal in its functionality.
8+
9+
## Installing Neo4j
10+
11+
## Installing Neo4j python library
12+
13+
## Implementation Details
14+
15+
We would like to that the folks at JHU/APL for their implementation of [STIX2NEO4J.py](https://github.com/opencybersecurityalliance/oca-iob/tree/main/STIX2NEO4J%20Converter), which this code is based on.

0 commit comments

Comments
 (0)