Amazon Neptune Graph DB Reaches GA
Written by Kay Ewbank   
Wednesday, 06 June 2018

Amazon says its graph database Neptune is now Generally Available, though only in the US and EU. Neptune is a fully managed service that can be used to create relationship graphs of highly connected datasets.

Neptune is based on a purpose-built, high-performance graph database engine optimized for storing billions of relationships and querying the graph with milliseconds latency. It supports two open standards for describing and querying graphs - Apache TinkerPop3 style Property Graphs queried with Gremlin, and Resource Description Framework (RDF) queried with SPARQL. Gremlin is a graph traversal language where a query is a traversal made up of discrete steps following an edge to a node, while SPARQL is a declarative language based on Semantic Web standards from W3C. Data can be imported from S3, and for the Resource Description Framework (RDF) graph model, Neptune supports Turtle, N-Triples, N-Quads, and RDF/XML serializations. Property graphs are limited to CSV.

The development team for Neptune has created some sample repos that you can try to see how it works, including an example of building a collaborative filtering recommendation engine for video game preferences.

neptune use case

 

Neptune is designed to be highly available, with read replicas, point-in-time recovery, continuous backup to Amazon S3, and replication across Availability Zones. The version that has been made generally available has a few changes from the preview. Apart from performance improvements, the main changes are that it now comes with support for AWS CloudFormation, and has AWS Command Line Interface and SDK support. CloudFormation is a service that  can be used to model and set up your Amazon Web Services resources. You create a template that describes all the AWS resources that you want and AWS CloudFormation handles the provisioning and configuring those resources for you. The other change to the GA version is that it has support for IAM roles with bulk loading from Amazon Simple Storage Service (S3)

 

neptunelogo

More Information

Neptune Website

Amazon Neptune Samples Repo

Related Articles

Amazon Neptune Graph Database

Visualizing Graph Data

Google Cayley Graph Database

Sparql moves closer

Azure Updates Announced At MS Connect()

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Google Android PC "Is Incredible"
29/09/2025

Google has revealed more details of its plans to release a version of Android for PCs. The information came during the keynote session at the recent Qualcomm Snapdragon Summit that took place in Maui, [ ... ]



Google Agent Dev Kit Adds LangChain4j Integration
13/10/2025

Google has updated its Agent Development Kit for Java to add integration with the LangChain4j LLM framework. This expands the range of large language models available to users of the development kit t [ ... ]


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 06 June 2018 )