Expose your tables as REST Data Generators
Making test data available to developers that looks like your database schema, is a task that usually either never happens,
or spreadsheets are created and copied around. With the Binubuo Python Client, you can connect to your database and create
a REST API within minutes, generating random data that looks exactly like your database table. Exposing true and realistic
synthetic datasets to developers with ease, allows them to create code much faster.
Here we are showing a Postgres table (customer table from Sakila sample database)
, then the Binubuo Python client and with just one command
, we create a fully deployed REST API ready to use by all developers.