STORDIS / orca_nw_lib

gNMI python package for SONiC switch discovery and management.
Apache License 2.0
2 stars 3 forks source link

Use neomodel to interact with Graph DB instead of Cypher. #15

Closed kamalkrbh closed 1 year ago

kamalkrbh commented 1 year ago

Neomodel facilitates OGM, which is easier to implement in comparision to neo4j driver which is only cypher based implements and requires cypher expertise.