nc_create_cache | R Documentation |
Creates and saves a new cache instance with the given information. Also generates a new Docker container with the given information if one does not already exist.
nc_create_cache( cache_name, neo4j_pass = "password", http_port = 7474, bolt_port = 7687, url = NULL )
cache_name |
the name of the cache and associated Docker container |
neo4j_pass |
the password for the Neo4j instance |
http_port |
the port that Neo4j will use from inside of the Docker container for its HTTP connection |
bolt_port |
the port that Neo4j will use from inside of the Docker container for its Bolt connection |
url |
the url used to connect to the Neo4j database |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.