0

I have a Elasticsearch and Neptune database, only graph relations are store in Neptune.

I'm doing "Alias Switching" in ES, is there a feature like this in Neptune?

user1187968
  • 7,154
  • 16
  • 81
  • 152
  • What are you looking to alias exactly in Neptune? In ES I see an alias as a kind of shortcut name to an index or stream. Are you looking to alias the cluster DNS itself or something else? – Kelvin Lawrence Feb 15 '22 at 19:04
  • I want to setup alias to a collection of vertex. – user1187968 Feb 16 '22 at 16:23
  • There is nothing quite like that in Gremlin but you could use a `PartitionStrategy` to indicate certain vertices are part of a group. This essentially is syntactic sugar around adding a property to each vertex of the form `'group':'g1'` If that sounds useful I can add an example in an answer. – Kelvin Lawrence Feb 16 '22 at 16:49

0 Answers0