github.com/aavshr/aws-sdk-go@v1.41.3/service/neptune/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package neptune provides the client and types for making API 4 // requests to Amazon Neptune. 5 // 6 // Amazon Neptune is a fast, reliable, fully-managed graph database service 7 // that makes it easy to build and run applications that work with highly connected 8 // datasets. The core of Amazon Neptune is a purpose-built, high-performance 9 // graph database engine optimized for storing billions of relationships and 10 // querying the graph with milliseconds latency. Amazon Neptune supports popular 11 // graph models Property Graph and W3C's RDF, and their respective query languages 12 // Apache TinkerPop Gremlin and SPARQL, allowing you to easily build queries 13 // that efficiently navigate highly connected datasets. Neptune powers graph 14 // use cases such as recommendation engines, fraud detection, knowledge graphs, 15 // drug discovery, and network security. 16 // 17 // This interface reference for Amazon Neptune contains documentation for a 18 // programming or command line interface you can use to manage Amazon Neptune. 19 // Note that Amazon Neptune is asynchronous, which means that some interfaces 20 // might require techniques such as polling or callback functions to determine 21 // when a command has been applied. In this reference, the parameter descriptions 22 // indicate whether a command is applied immediately, on the next instance reboot, 23 // or during the maintenance window. The reference structure is as follows, 24 // and we list following some related topics from the user guide. 25 // 26 // See https://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31 for more information on this service. 27 // 28 // See neptune package documentation for more information. 29 // https://docs.aws.amazon.com/sdk-for-go/api/service/neptune/ 30 // 31 // Using the Client 32 // 33 // To contact Amazon Neptune with the SDK use the New function to create 34 // a new service client. With that client you can make API requests to the service. 35 // These clients are safe to use concurrently. 36 // 37 // See the SDK's documentation for more information on how to use the SDK. 38 // https://docs.aws.amazon.com/sdk-for-go/api/ 39 // 40 // See aws.Config documentation for more information on configuring SDK clients. 41 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 42 // 43 // See the Amazon Neptune client Neptune for more 44 // information on creating client for this service. 45 // https://docs.aws.amazon.com/sdk-for-go/api/service/neptune/#New 46 package neptune