Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Faker | 230 | 5 | 1 | 6 years ago | 9 | August 27, 2015 | 2 | apache-2.0 | Java | |
Provides fake data to your Android apps :) | ||||||||||
Better Mock | 171 | 14 | a month ago | 29 | October 31, 2023 | 14 | mit | JavaScript | ||
Forked from Mockjs, Generate random data & Intercept ajax request. Support miniprogram. | ||||||||||
Dolos | 23 | 3 years ago | 3 | JavaScript | ||||||
a friendly data mocking service to generate random data in the required format, all written in basic javascript; exactly how beginners like. | ||||||||||
Faker | 21 | 2 | 7 months ago | 25 | April 12, 2022 | 1 | apache-2.0 | Java | ||
A Java library for generating fake data such as names, addresses, and phone numbers. | ||||||||||
Spongemock | 12 | 54 | 1 | a year ago | 8 | December 19, 2022 | mit | Python | ||
PyThOn bAsED cLi CoMmAnD aNd MOdULE FoR mOCkInG tExt LIkE sPoNgEbOb WOuLd | ||||||||||
Createandfake | 11 | 2 years ago | 53 | August 26, 2021 | 3 | mpl-2.0 | C# | |||
A C# class library that handles mocking, test data generation, and validation. | ||||||||||
T.apex | 8 | 6 years ago | mit | Apex | ||||||
Swiss knife for unit testing in Apex | ||||||||||
Node Dummy Api | 6 | 3 | 6 years ago | 14 | May 16, 2018 | 3 | mit | JavaScript | ||
The lightweight alternative to bulky APIs | ||||||||||
Random Signal | 6 | 18 | 1 | 6 years ago | 3 | March 14, 2014 | 1 | mit | JavaScript | |
Generate a pseudo-random signal stream for mocking Sensor data | ||||||||||
Avro Mocker | 6 | 6 years ago | 1 | other | Java | |||||
Generate mock data based on an Apache Avro schema and specific cardinality settings |
A handy data mocking api to generate data in given schema
Ever wanted to get random data for that app you were building, say no more. Dolos, the god of deception and trickery is here for you.
To take part in the development of this project, refer the github projects board. We have setup beginner level issues, and labelled them as well ! Feel free to claim any issue (or open a new one) and contribute to the development of the project.
To setup project locally, fork the repository.
# install dependencies
npm install
# run the server
npm run start:dev
The docker-compose.yml file contain:
For development, you can run the Dolos using Docker Compose by following this steps below:
.env
with some dependencies variables.docker-composer up -d
for build all containers and prepare them to the first run.docker-composer up
and that's it, let's code!docker-compose down
The IP address to use:
- phpMyAdmin: 0.0.0.0:8081
- Dolos: 0.0.0.0:3000
- Portainer: 0.0.0.0:9000
Readup the detailed plan of the project and how to contribute here.