简体   繁体   中英

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. Is there anyway it can specifically get the backup of give graph name only?(sparql)

Amazon Neptune now supports the Graph Store Protocol and you can use that as another option.

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

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