- 13
- 128 473
Mockaroo
เข้าร่วมเมื่อ 5 มี.ค. 2016
www.mockaroo.com
Need some mock data to test your app? Mockaroo lets you generate up to 1,000 rows of realistic test data in CSV, JSON, SQL, and Excel formats.
Need some mock data to test your app? Mockaroo lets you generate up to 1,000 rows of realistic test data in CSV, JSON, SQL, and Excel formats.
Creating JSON data with Fabricate
Fabricate is a free cloud tool for generating realistic but fake data for any database in seconds. In this tutorial I show you some techniques for generating JSON data in Fabricate.
มุมมอง: 10
วีดีโอ
Creating a Mock API with Fabricate
มุมมอง 34วันที่ผ่านมา
Fabricate is a free cloud tool for generating realistic but fake data for any database in seconds. In this tutorial I show you how to put a Mock API in front of your Fabricate database.
A Quick Overview of Fabricate
มุมมอง 705หลายเดือนก่อน
Fabricate is a free cloud tool for generating realistic but fake data for any database in seconds.
Create Data For Any Domain Using Fabricate's AI Generator
มุมมอง 1642 หลายเดือนก่อน
Fabricate is a free cloud tool for generating realistic but fake data for any database in seconds. In this video we show you how to use Fabricate's AI generator to create realistic for any domain.
How to Derive One Column from Another in Fabricate
มุมมอง 1203 หลายเดือนก่อน
Here's how you can compute the value of one column from other columns in your table using Fabricate's SQL generator.
Defining Foreign Key Relationships in Fabricate
มุมมอง 1103 หลายเดือนก่อน
Here's how you can define a foreign key relationship between two tables in Fabricate.
Creating a Fake Database from Scratch with Fabricate
มุมมอง 3243 หลายเดือนก่อน
Fabricate is the easiest way to create a realistic but entirely fake relational database.
How to generate datasets related by a foreign key using Mockaroo
มุมมอง 34K3 ปีที่แล้ว
In this video I show you how to create two datasets related by a foreign key column using mockaroo.com.
How to stream fake IoT data from Mockaroo to an MQTT endpoint
มุมมอง 2.9K3 ปีที่แล้ว
A tutorial on how to stream fake IoT data from mockaroo.com to an MQTT endpoint running on your local machine using ngrok.
Mocking a REST API with Mockaroo
มุมมอง 25K7 ปีที่แล้ว
In addition to being a powerful realistic data generation tool, Mockaroo also allows you to create mock APIs. In this video I show you how to create a basic CRUD API for managing users.
How to generated nested JSON objects and arrays in Mockaroo
มุมมอง 21K8 ปีที่แล้ว
Have a deeply nested structure you need to recreate? In this tutorial I'll show you how to use "." notation to create the data you need.
How to tweak the value of a field using inline formulas in Mockaroo
มุมมอง 15K8 ปีที่แล้ว
Need to tweak the value of one of Mockaroo's built-in datatypes? In this tutorial I'll show you how to change the value of any field using inline formulas.
How to use formulas to create custom data types in Mockaroo
มุมมอง 29K8 ปีที่แล้ว
Here's how you can use the Formula data type in Mockaroo to create your own custom data type.
Free - 100 rows per table. Silver - 100k rows per table. Gold - 10m rows per table. Enterprise - unlimited. There is no limit on the number of tables, only on rows.
how many rows (max) can be generated using fabricate?
Great.
Great! Thanks Mark!
I'm getting {"error":"string not matched"} when I add schema "Users" data = generate 1 data['id'] = params['id'] data
The code at 6:31 is giving me {"error":"string not matched"}
Hi , thank you for the video, question- how can I set ratio between 'cost' and 'revenue' columns? meaning cost column can't be more than 30% from revenue column
guys, you need to name the schema in cap letter else you get the "error undefined method" error. You guys should have mentioned that
should have mentioed users.json should be created in schema
Thanks - that really was a case of 'simple, when you know how' !
this is so amazing
very helpful
can't we use regular expressions somewhere to generate more accurate data like phone numbers exactly matching the region codes with valid real looking phone numbers
This looks promising, but I must be missing something because I couldn't find data types for basic types like "string". I found boolean but all the other potential types for my schema weren't really data types but more like values that were represented by categories (like a "country" datatype. The screens don't have any info or tooltips to guide you, but overall this looks very promising. I just want to map some basic data and can't find the correct types
nice clip, now I understand how to create data in mockaroo
Thanks for the video. Could you please tell me how can I generate Germany country specific addresses(Is there any formula)?. Currently I have --- field name : 'address' and type : 'Street address' But the above field type is giving only US street address and not for any other country.
sorry sir ! Can i generate utf-8 format data ? Such as vietnamese or japanese
Beeceptor.com also helps in creating a mock APIs
This helped me a great deal in my latest development efforts. Thanks for a great system.
how can i have row number as T1,T1,T1,T1,T2,T2,T2,T2.... upto 1000th row
right in the spot, thank you
plz upload custom distribution dataset tutorial
Nice, tnks
thanks this is awesome
Is there a way to multiply the data in two fields (price * quantity) and output that sum into a new field called (total)?
Did you ever figure out how to do it?
with 'Formula' datatype you can manipulate almost any data in the mock
is it possible to mock an array of values only? "errors" : [ "error1", "error2" ]
Select Data Type as custom list and to the fieldname add a range. So for your query fieldname will be errors[2] and in the custom list you can write error1, error2.
How can I do if I want in the type Country, for example, 30% of data is Germany, 20% Colombia, 10% China, 10% France , 30% Argentina ?