Create a Neo4j database to import AMT/Snomed drug files and provide a REST interface to access the data
Snomed - Python
For a Groovy version => https://github.com/pradeepvemulakonda/snomed-groovy
Environment: mac(any linux or windows env) with python 3.6.1 and py2neo 3.1.2. Use a virtual environment to avoid any conflicts or errors.
CreateCreate a Neo4j database to import Snomed drug files and provide a REST interface to access the data.
For information reg Neo4j please visit http://neo4j.com/
Application is written in python and accepts a Snomed-CT zip file. The data from Snomed-CT around 3 miliion rows of TDV files will be uploaded to the graph database Neo4j.
Neo4j is a NoSql graph database which has a rich query capabilities which makes it ideal for decesion support and BI.