Gemrails / cuttlefish-cmdb

CMDB leveraging Neo4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuttlefish CMDB

Configuration Management Database leveraging Neo4j (graph database). Represents networks as they exist in real life (as a graph).

This project is still in development. The majority of it is untested.

Usage

There are various types of auth enabled: none, basic (username and pass), and Google OAuth2. You can set which one to use in the source code under CONFIG VARS. This will be made into a separate config file at a later time.

Local Deployment

Initialize a Neo4j DB instance on port 7474 (default). Navigate to project directory and run gunicorn app:app. It should run on port 8000.

Current functionality

As of now, Cuttlefish is just a fancy datastore. You can add an asset and its owner, and see it displayed in the asset list. You can change properties off assets (except owner). You can also remove assets. These are stored in a Neo4j database. So basically, this doesn't do anything you can't already do with Neo4j and Cypher. Unless of course you don't know Cypher. But it's a lot prettier here.

##TBD

Major updates, loosely ordered by priority, include

  • graph visualization of networks
  • automatically adding assets via a network scan or uploading of network logs
  • Adding users via some directory API is also on my list.

Small changes, loosely ordered by priority, include

  • bootstrap / datatables: CDN to local
  • separate / organize HTML/CSS/JS files

Testing

Warning: Testing will clear the local Neo4j database. Do not test if you have important data loaded. Not that end users should be testing things anyway.

Licence / Copyright

This project is licensed under GNU AGPLv3. It can be found LICENSE.txt. It is also licensed under the Neo Technology Contributor License Agreement v1.0.

Contact

Author: Brandon Tsao.
Email: BrandonSTsao@gmail.com

About

CMDB leveraging Neo4j

License:GNU Affero General Public License v3.0


Languages

Language:Python 47.2%Language:HTML 35.7%Language:CSS 9.7%Language:JavaScript 5.2%Language:Shell 1.9%Language:Gherkin 0.3%