All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs-for-virtdata.01_binding_functions.using_bindings.md Maven / Gradle / Ivy

There is a newer version: 5.17.0
Show newest version
---
title: Using Bindings
weight: 15
---

The functions which you can use to generate data in your workloads are
mapped into your operations by name, just like you would do with a
prepared statement, for example.

These functions can be stitched together in small recipes. When you give
these mapping functions useful names in your workloads, they are called
bindings.

Here is an example:

```yaml
bindings:
 numbers: NumberNameToString()
 names: FirstNames()
```

These are two bindings that you can use in your workloads. The names on the left
are the _binding names_ and the functions on the right are the _binding recipes_.
Altogether, we just call them _bindings_.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy