Core Typesets
These are the built-in types
Core types can be either unrelated or correlated.
- Unrelated
- Truly random data. For example, the person type is unrelated. For example, if you choose firstName, lastName and fullName, each one of these is randomly output som fullName will not be the chosen firstName and lastName.
- Correlated
- Related data. For example, the location data is correlated. For example, if you choose city, state, zip, phone, all these will be accurate in the sense, city will be guaranteed to be in the state with correct zip and phone numbers will have the right area code.
Person
- Unrelated random data
- For example, fullName will not be firstName + LastName
Finance
- Unrelated random data
Miscellaneous
-
Unrelated random data
Reviews are special!- Review
- Subject: Any string, generally is a field reference
- Category: Drop down. Choose from store | product | restaurant | hotel | service
- Rating: Int fromm 1 to 5, generally is a field reference - Review output will reflect all above 3.
- Review
Location
-
Correlated data
- For example, State, Zip, GPS, Phone Area Code etc. will be accurate for a given city.
- gpsNearby Radius: specified in miles
- Check out Configure section at bottom of page
List of Cities
state | cities |
---|---|
New York | New York City, Buffalo, Rochester, Syracuse, Albany |
California | Los Angeles, San Francisco, San Diego, Sacramento, San Jose |
Texas | Houston, Dallas, Austin, San Antonio, El Paso |
Florida | Miami, Orlando, Tampa, Jacksonville, Fort Lauderdale |
Illinois | Chicago, Springfield |
Canada | Toronto, Vancouver, Montreal, Calgary, Ottawa, Edmonton, Quebec City, Winnipeg |
Pennsylvania | Philadelphia, Pittsburgh, Allentown, Harrisburg, Scranton |
Ohio | Columbus, Cleveland, Cincinnati, Toledo |
Georgia | Atlanta, Savannah, Augusta, Columbus |
North Carolina | Charlotte, Raleigh, Greensboro, Asheville |
Michigan | Detroit, Grand Rapids, Lansing, Warren |
New Jersey | Newark, Atlantic City |
Product
-
Correlated data
- Check out Configure section at bottom of page
How Products are generatedProducts are generated from built in tables like (snippet):
category sub-category products Electronics Computing Laptop, Desktop, Tablet, Monitor, All-in-One, Mini PC, Workstation, Chromebook Mobile Smartphone, Smartwatch, Earbuds, Charger, Tablet, Power Bank, Phone Case, Screen Protector Groceries Fresh Apples, Bananas, Tomatoes, Lettuce, Carrots, Cucumbers, Berries, Potatoes, Onions, Peppers -
price reflects actual price of product (in US $) :::
Food
- Correlated data
- Check out Configure section at bottom of page
Medical
- Correlated data