The recipe is the backbone of any Graphext proyect
ds
, and so the simplest possible
recipe looks like
create_project
which accepts a dataset
as input and has no output. This is a special case. Since the result of this step
is the creation of a project, it doesn’t generate any output that can be further
processed inside the recipe.
However, in practice you’ll almost always want to somehow transform or enrich your dataset
and so you’ll want to add one or more of the many steps available
in Graphext before the final step of project creation. A complete reference
for all the steps available and how to use them lives under the API Docs