You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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