Skip to content

Commit

Permalink
Neo4j ORM (#408)
Browse files Browse the repository at this point in the history
* Make Direct Dark Green

* Update GapAnalysis.tsx

Signed-off-by: John Harvey <[email protected]>

* Trial implementation of Neo4J ORM

* Populate Neo4j DB using model

* More progress in conversion

* get ORM working

* Fix tests

* Remove old NeoDB driver connection

* Fix: id issue

* Fix: Tags strings splitting

* linting fixes

* Remove  NeomodelPath reference

* Revert rebase bug

---------

Signed-off-by: John Harvey <[email protected]>
  • Loading branch information
john681611 authored and northdpole committed Oct 28, 2023
1 parent 58f5aa0 commit 495bf8b
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 264 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Vagrantfile

## act secrets
.secrets/
.env

### conventions ###
venv/
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ Alternatively, you can use the dockerfile with
Some features like Gap Analysis require a neo4j DB running you can start this with
<pre>make docker-neo4j</pre>
enviroment varaibles for app to connect to neo4jDB (default):
- NEO4J_URI (localhost)
- NEO4J_USR (neo4j)
- NEO4J_PASS (password)
- NEO4J_BOLT_URL (bolt://neo4j:password@localhost:7687)

To run the web application for production you need gunicorn and you can run from within the cre_sync dir
<pre>make prod-run</pre>
Expand Down
Loading

0 comments on commit 495bf8b

Please sign in to comment.