Bulk Create/Update Nodes

Hi,

I hope you are doing well.

Does anyone know if there is any way to create/update records/nodes in bulk? Currently, I am using the queries directly to perform the operations and not the RedisGraph SDK. So I would like to know if there is any way to perform bulk operations using the query directly.

Any help would be appreciated.

Looking forward to hearing from you.

Thanks,
Hammad Rasheed

Using GRAPH.QUERY there’s no way of performing bulk operations, please consider looking into redisgraph-bulk-loader

@SWilly22 thanks a lot for your response. I really appreciate that. I’ll look into that