简体   繁体   中英

Testing Neptune (Graph DB) Locally

I have already found the "Request Preview" page , apart from that is there any way to deploy and test Neptune locally?

AWS Neptune can be tested only from within the VPC. What you can probably do is
1. Create an ec2 instance in the same VPC
2. Install Gremlin/ SPARQL console in ec2 (if you need to execute queries)
3. connect to Neptune via ec2
4. Execute queries

Neptune DB can be either SPARQL/ Gremlin. It is based on the first query you hit.

If SPARQL, metaphacts can be used for the visual representation of the database.

Update: Neptune is Generally Available in 4 regions as of June 2018 and you should be able to create instances on your own without requiring any white-listing. You can use some of the cloud formation examples to get a test setup created in minutes. There is no other way to test Neptune unfortunately.

如果您想在本地设置neptune Db,请查看此帖子https://dev.to/designfrontier/neptune-gremlin-local-dev-setup-469l

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM