Skip to Main Content

page_parts

What is custom datasets

Custom datasets are datasets, where you define and configure everything using a JSON configuration file. Use this, when you need to get synthetic test data that needs more complex definitions or needs to mimick your production data perfectly. They are created by POSTing the JSON configuration file to the DATA endpoint:


https://binubuo.com/api/data

If you are using your RapidAPI account for access, you need to change the URL part: "binubuo.com/api" to binubuo.p.rapidapi.com

The basic structure of a custom dataset is a column section where you define your columns and what generator is used to create the data as well as any added arguments. Also, it is only in custom datasets that you can use the special data generators (incremental numbers, timestamps or dates).

When you define your datasets using the JSON configuration, the creation will also take care of inter column references, such as using generated names to generate emails or using country references within the column.

Anchor Points

On this page