All Projects → aws-samples → Amazon Neptune Samples

aws-samples / Amazon Neptune Samples

Licence: other
Samples and documentation for using the Amazon Neptune graph database service

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Amazon Neptune Samples

graph-explorer
Graph Explorer
Stars: ✭ 27 (-88.21%)
Mutual labels:  gremlin
Exram.gremlinq
A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.
Stars: ✭ 84 (-63.32%)
Mutual labels:  gremlin
Gremlin Orm
gremlin-orm is an ORM for graph databases in Node.js
Stars: ✭ 136 (-40.61%)
Mutual labels:  gremlin
Cypher For Gremlin
Cypher for Gremlin adds Cypher support to any Gremlin graph database.
Stars: ✭ 267 (+16.59%)
Mutual labels:  gremlin
Gremlin Scala
Scala wrapper for Apache TinkerPop 3 Graph DSL
Stars: ✭ 462 (+101.75%)
Mutual labels:  gremlin
Tinkerpop
Apache TinkerPop - a graph computing framework
Stars: ✭ 1,309 (+471.62%)
Mutual labels:  gremlin
janusgraph-dotnet
JanusGraph .NET Gremlin Language Variant (GLV)
Stars: ✭ 18 (-92.14%)
Mutual labels:  gremlin
Graph Notebook
Library extending Jupyter notebooks to integrate with Apache TinkerPop and RDF SPARQL.
Stars: ✭ 199 (-13.1%)
Mutual labels:  gremlin
Llvm2graphml
Explore LLVM Bitcode interactively using a graph database
Stars: ✭ 44 (-80.79%)
Mutual labels:  gremlin
Vscode Cosmosdb
VS Code extension for Azure Databases
Stars: ✭ 131 (-42.79%)
Mutual labels:  gremlin
Janusgraph.cn
分布式图数据库 JanusGraph 中文社区,关于 JanusGraph 的一切
Stars: ✭ 273 (+19.21%)
Mutual labels:  gremlin
Janusgraph
JanusGraph: an open-source, distributed graph database
Stars: ✭ 4,277 (+1767.69%)
Mutual labels:  gremlin
Ogre
Clojure library for querying Apache TinkerPop graphs
Stars: ✭ 118 (-48.47%)
Mutual labels:  gremlin
gremlin-ogm
An Object Graph Mapping Library For Gremlin
Stars: ✭ 32 (-86.03%)
Mutual labels:  gremlin
Express Cassandra
Cassandra ORM/ODM/OGM for Node.js with optional support for Elassandra & JanusGraph
Stars: ✭ 163 (-28.82%)
Mutual labels:  gremlin
sqerzo
Tiny ORM for graph databases: Neo4j, RedisGraph, AWS Neptune or Gremlin
Stars: ✭ 28 (-87.77%)
Mutual labels:  gremlin
Goblin
A Python 3.5 rewrite of the TinkerPop 3 OGM Goblin
Stars: ✭ 90 (-60.7%)
Mutual labels:  gremlin
Gremlin Javascript
JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
Stars: ✭ 209 (-8.73%)
Mutual labels:  gremlin
Unipop
Data Integration Graph
Stars: ✭ 184 (-19.65%)
Mutual labels:  gremlin
Ferma
An ORM / OGM for the TinkerPop graph stack.
Stars: ✭ 130 (-43.23%)
Mutual labels:  gremlin

Amazon Neptune Samples

Samples and documentation for using the Amazon Neptune graph database service

Tools and Utilities

You may also be interested in the Amazon Neptune Tools github repository, which includes tools for data export, conversion, gremlin client load balancing, and more.

Amazon Neptune Graphs and Jupyter Notebooks

Whether you’re creating a new graph data model and queries, or exploring an existing graph dataset, it can be useful to have an interactive query environment that allows you to visualize the results. This directory has samples from two blog posts to show you how to achieve this by connecting an Amazon SageMaker notebook to an Amazon Neptune database. Using the notebook, you load data into the database, query it and visualize the results.

Writing to Amazon Neptune from Amazon Kinesis Data Streams

This example demonstrates using an Amazon Kinesis Data Stream and AWS Lambda to issue batch writes to Amazon Neptune. The code samples use the Gremlin API, but it can be readily adapted for RDF graphs as well.

ETL Process for Transforming and Loading Data Into Amazon Neptune

The following lab uses the open IMDB dataset. This is a small subset of the full IMDB.com application. With this dataset, we want to develop an application that allows for us to find whether or not an actor or actress is no more than six degrees separated from the actor Kevin Bacon. In this example, AWS Glue and Amazon Athena are used to discover and transform the relational model used by IMDB into a graph model that can be loaded into Amazon Neptune. This pattern can be used to transform other relational models into graph models for similar purposes.

Gremlin

Chatbot Full Stack Application

This is an example of using Amazon Neptune in combination with Amazon Comprehend and Amazon Lex to build a full stack knowledge graph application with NLP and Natural Language Search capabilities.

Collaborative Filtering

This is an example of using Gremlin and making recommendations using collaborative filtering. It includes examples of loading data and Gremlin traversals.

Visualize data in Amazon Neptune using VIS.js library

This GitHub lab will take you through hands-on excercise of visualizing graph data in Amazon Neptune using VIS.js library. Amazon Neptune is a fast, reliable, fully-managed graph database service available from AWS. With Amazon Neptune you can use open source and popular graph query languages such as Apache TinkerPop Gremlin for property graph databases or SPARQL for W3C RDF model graph databases.

Property Graph Data Models

These examples demonstrate a "working backwards" approach to designing and implementing an application graph data model and queries based on a backlog of use cases.

The design process here is shown in "slow motion", with each use case triggering a revision to the data model, the introduction of new queries, and updates to existing queries. In many real-world design sessions you would compress these activities and address several use cases at once, converging on a model more immediately. The intention here is to unpack the iterative and evolutionary nature of the many modelling processes that often complete in the "blink of an eye".

SPARQL

Coming soon!

Related samples

Serverless Application with AWS AppSync and Amazon Neptune

You may also be interested in this example serverless application that uses AWS AppSync GraphQL and Amazon Neptune.

License Summary

This sample code is made available under a modified MIT license. See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].