Dataflow is a toolbox where you can manage nodes to import, transform, execute by linking each blocs to create a chain of events.
Many type of nodes are available to create your needs. By default a logic order is made to understand the system of nodes:
Connect
Use inputs data (GMC, Meta, CSV, Scrapped) to start Dataflow with set of products
Generate
Use Gen AI to generate new data from scratch or from your set of products (images, vidéos, text)
Transform
Optimise your data using filters, mappings and join to get a clean dataset ready to be used as an output
Publish
Deploy your data as a product database or to enrich applications like Google or Meta
Interface
Dataflow presents a modulabe interface where nodes can be created and linked between them.
Each node is task dedicated to its function. For example the Merchant API node is an data extractor and the Mappings node is a transform task.
When connected nodes are always executed from left to right
Nodes
When adding a node, differents choices is available according to your needs. To learn about each node please visit the node associated article.
Status
Each node has a status, defining its state during the process of execution.
By default a node starts if the previous linked node is completed (except the starting chain node).
Filters
Use filters to highlight specific node and find them easily.
Layout Bar
Use the layout bar to add nodes and navigate through Dataflow. You can move the background, rearrange nodes and more.






