Skip to content

Terraform module to deploy Neo4j on Oracle Cloud Infrastructure (OCI)

License

Notifications You must be signed in to change notification settings

oracle-quickstart/oci-neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oci-neo4j

This is a Terraform module that deploys Neo4j on Oracle Cloud Infrastructure (OCI). It is developed jointly by Oracle and Neo4j.

Prerequisites

First off you'll need to do some pre deploy setup. That's all detailed here.

Clone the Module

Now, you'll want a local copy of this repo by running:

git clone https://github.com/oracle-quickstart/oci-neo4j.git

Deploy

The TF templates here can be deployed by running the following commands:

cd oci-neo4j/simple
terraform init
terraform plan
terraform apply

The output of terraform apply should look like:

Apply complete! Resources: 14 added, 0 changed, 0 destroyed.

Outputs:

Core server private IPs = 10.0.0.3,10.0.0.2,10.0.0.4
Core server public IPs = 150.136.212.76,129.213.91.51,132.145.183.234

You can access the Neo4j browser at http://<core_public_ip>:7474 with the default login neo4j/neo4j. You will be prompted to change the password at first login.

About

Terraform module to deploy Neo4j on Oracle Cloud Infrastructure (OCI)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published