Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created October 19, 2021 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/fe073075e38d73d91476f22018ba5f15 to your computer and use it in GitHub Desktop.
Save Hkazanci93/fe073075e38d73d91476f22018ba5f15 to your computer and use it in GitHub Desktop.
Creating a stream on each shard
'XADD', 'edges_matched_{%s}' % shard_id, '*','source',f'{source_entity_id}','destination',f'{destination_entity_id}','source_name',source_canonical_name,'destination_name',destination_canonical_name,'rank',1,'year',year)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment