Skip to content

cyberdyne-ventures/skynet-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Data Layer For the Skynet Project

For pre-processing alerts and detection artifacts, and their entities, for ingestion into the Skynet knowledge graph. Prerequisites: an instance of neo4j (https://neo4j.com/product/neo4j-graph-database/) You can use the Python module in the recognizer folder to process your raw alerts or you can ingest the sample alerts in the data folder which are pre-processed.

This doc covers setup of the entire project: (https://github.com/cyberdyne-ventures/skynet-data/blob/main/SETUP.md)

Once installed, this is a sort of select all in the neo4j data layer:

match(n:ENTITY)
where n.view = 2
return n

Visualization

After the data layer is running, download and run the web server which provides a user interface: https://github.com/cyberdyne-ventures/skynet-web

Ideas

About

Data Layer For the Skynet Project, Including Sample Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •