RedisGraph/redisgraph-bulk-loader

Bulk load already existing graph?

Closed this issue · 2 comments

Is there anyway to Bulk Load into already existing graph?

BULk load spec describes the following: https://redis.io/docs/stack/graph/design/bulk_spec/

The endpoint cannot be used to update existing graphs, only to create new ones. For this reason, the first query in a sequence of BULK commands should pass the string literal "BEGIN".

@DavidTou you might want to look at the bulk update functionality