Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Neo4j - Community Edition

Neo4j | 4.4.3

Linux/Unix, Ubuntu ubuntu-bionic-18.04-amd64-server - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

10 AWS reviews

5-star reviews ( Show all reviews )

    Jid

The pre-neo4j.sh shell script has an error

  • June 14, 2019
  • Review verified by AWS Marketplace

In the file /etc/neo4j/pre-neo4j.sh
the script has an error and should be like this:

Original:

if [ $? -ne 0 || "$EXTERNAL_IP_ADDR" = "" ] ; then
echo "pre-neo4j.sh: Advertising internal IP since instance lacks external public IP"
export EXTERNAL_IP_ADDR=$INTERNAL_IP_ADDR
fi

Fixed version

if [[ $? -ne 0 || "$EXTERNAL_IP_ADDR" = "" ] ]; then
echo "pre-neo4j.sh: Advertising internal IP since instance lacks external public IP"
export EXTERNAL_IP_ADDR=$INTERNAL_IP_ADDR
fi


missing brackets.


    TahorSuiJuris

Outstanding... !!!

  • February 10, 2019
  • Review verified by AWS Marketplace

Easy to install. Support is fantastic. State of the Art back-end solution. Documentation is extensive and may need sequential order, especially on Google SERP.


    Nick Doyle

Perfect

  • April 18, 2018
  • Review verified by AWS Marketplace

Neo4j very good on the support, heaps of info on their site & this image is perfect. Super easy way to get into Graph DBs.
I recommend also trying the free hosted "sandbox" instances on their site, they're preloaded with interesting data & walk you through them, and no hosting fees


showing 1 - 3