https://github.com/dbroeglin/ossdb
OSS DB PoC
https://github.com/dbroeglin/ossdb
audit cmdb graph neo4j
Last synced: about 4 hours ago
JSON representation
OSS DB PoC
- Host: GitHub
- URL: https://github.com/dbroeglin/ossdb
- Owner: dbroeglin
- License: apache-2.0
- Created: 2016-07-11T20:46:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T09:09:42.000Z (over 7 years ago)
- Last Synced: 2025-06-28T19:51:13.251Z (10 months ago)
- Topics: audit, cmdb, graph, neo4j
- Language: PowerShell
- Size: 1.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple OSS DB experiment with Neo4J
## Disclaimer
This is a simple experiment. It was tested only on PowerShell core on Mac OS X. Feedback welcome but use at your own risks.
## Usage
Copy ```Config.sample.ps1``` to ```Config.ps1``` and adjust the configuration to your
local setup.
Run the following command to completely cleanup your database and reload all CSV files:
Invoke-Build -File ./OSSDb.build.ps1
You can then experiment various queries from ```query.cypher``` in the neo4j
web interface.
## Setup
### Install the Neo4j DotNet driver
nuget install Neo4j.Driver -OutputDirectory ./nuget/
### Install Invoke Build
Install-Module InvokeBuild
### Install Neo4j
#### On MacOS X with Homebrew
brew install neo4j
#### On Windows with Chocolatey
choco install neo4j-community