Skip to content

indykite/3edges-utils

Repository files navigation

Prim-Utils

https://nulli2020.atlassian.net/wiki/spaces/PP/pages/2463629313/How+to+use+Connectors+from+Prim-Utils

Install Gremlin

If you want to use Memgraph you have two options: Cypher or Gremlin

npm install gremlin

Visualization tool (Gremlin)

https://gdotv.com/

Memgraph Documentation

https://nulli2020.atlassian.net/wiki/spaces/PP/pages/2455404547/How+to+use+MemGraph+locally

LOG_LEVELS

To hide all logs

  • LOG_LEVEL="none"

To show only: error

  • LOG_LEVEL="error"

To show only: error, warn

  • LOG_LEVEL="warn"

To show only: error, warn, debug

  • LOG_LEVEL="debug"

To show only: error, warn, debug, info

  • LOG_LEVEL="info"

To show only: error, warn, debug, info, log

  • LOG_LEVEL="log"

If you don't define LOG_LEVEL by default will show everything

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published