Skip to main content
Chaca Logo

Welcome to CHACA

Generate and export mock data datasets with your rules for your test or development environment

$ npm install chaca

Create data schemas with your rules

Chaca was designed so that you can create datasets defined with your own business rules and they can be reused, generated and exported for later use.

Chaca Schema Code
Chaca Export Code

Export your data in different formats

Chaca allows you to export any type of data in the format you want to an external file, including the data generated by your datasets so that you can use it in your applications.

javascript
java
json
typescript
postgresql
csv
yaml
python

Use our REST API

Don't worry, if you want to use our features without having to download our npm package you can Use our developer-friendly REST API to create schemas and with your rules

Chaca Api Request Code