Posted on

AWS makes Neptune, its graph database service, serverless



Share

Nearly five years ago, Amazon Web Services (AWS) launched Neptune, a service for running apps that need a graph database to store and query connected data sets. Now, to keep up with the serverless trend, AWS is expanding the offering with Amazon Neptune Serverless, a serverless option for Neptune that automatically scales to support variable graph database workloads.
Unlike traditional databases, graph databases store nodes and relationships instead of tables, columns and documents. Developers building apps that track relationships among connected data points use graph databases to understand those relationships within the full data set; graph database use cases include contact tracing, fraud detection, drug discovery and even network security.
Graph databases are powerful, to be sure. But they’re also unpredictable in …

Read More