Creating and Manipulating Data-Structures (Map, Dict, Hash) with APOC (#7)

12 Jul, 2018



While Cypher can create and use literal maps/documents, APOC adds functions to create and update them dynamically and also convert or extract data from maps. Maps can also be used as an in-memory cache during your statement.

Related Videos