简体   繁体   English

无论如何,是否只能使用 python 从 aws neptune 备份/存档命名图形数据?

[英]Is there anyway to take backup/archive of a named graph data only from aws neptune using python?

Neptune has a feature of snapshot but instead of taking backup for a single named graph, it takes backup of the complete cluster. Neptune 具有快照功能,但它不是对单个命名图进行备份,而是对整个集群进行备份。 Is there anyway it can specifically get the backup of give graph name only?(sparql)无论如何它只能专门获得给图名称的备份吗?(sparql)

Amazon Neptune now supports the Graph Store Protocol and you can use that as another option. Amazon Neptune 现在支持图形存储协议,您可以将其用作另一个选项。

curl --request GET \
'https://your-neptune-endpoint:port/sparql/gsp/?graph=http%3A//www.example.com/named/graph'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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