Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mockium to Online Test Data Generation in related_tools.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs-src/docs/050-misc/related_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Free online tools for generating test data.
- [Mock Turtle](https://mockturtle.net/) - uses an interesting tree based GUI to generate fairly complex JSON data structures.
- [LambdaTest Data Generator](https://www.lambdatest.com/free-online-tools/test-data-generator) Very simple data generator with 9 data types. Export as JSON, CSV or XML, but no control over the number of rows of data generated.
- [Mobile Fish Random Test Data Generator](https://www.mobilefish.com/services/random_test_data_generator/random_test_data_generator.php) - generate up to 5000 records of a 'people' type data.
- [Mockium](https://softwium.com/mockium/) - generate random data in the browser for JSON, CSV, SQL, and XML.

### Online CSV Editor

Expand Down Expand Up @@ -112,4 +113,4 @@ Libraries to help format data into human readable ascii tables.
- [Sorenson Node Debugging Ascii Table](https://github.com/sorensen/ascii-table) - Javascript Ascii table generation originally for node debugging output.
- [Ascii Table 3](https://github.com/AllMightySauron/ascii-table3) - Javascript extended version of Sorenson with predefined table styles
- [OpenBase Ascii Table](https://openbase.com/js/ascii-data-table/documentation) - Javascript simple table layout with configurable column widths
- [Ozh Ascii Tables](https://github.com/ozh/ascii-tables) - Javascript format data into tables supports adding comment lines to output for different programming languages also outputs media wiki markup
- [Ozh Ascii Tables](https://github.com/ozh/ascii-tables) - Javascript format data into tables supports adding comment lines to output for different programming languages also outputs media wiki markup