Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

need sample data for e-commerce class project

In my CS course project this fall, we have to build a little eCommerce app (like Amazon, eBay, etc). We are free to build any type of eCommerce/store app. Since I don't have a preference for what app to build, perhaps it may be easier to decide based on freely available sample data for the store. So is there some freely available dataset available that represents a set of products, like groceries, movies, books, cars, apps, electronics, weapons, library, etc? It doesn't have to be real but as long as it can save me a few hours of entering data, it will be worthwhile. An open data format for the dataset would be useful, a MySQL database would be great.

Perhaps I should use the Northwind database from MSSQL? Is there a "Northwind" type database available for MySQL?

I haven't looked at all the reference in this post but it looks promising: Where can I find sample databases with common formatted data that I can use in multiple database engines?

Any suggestions eCommerce sample datasets?

like image 548
Elvin Avatar asked Apr 17 '26 11:04

Elvin


2 Answers

At this link you can find some e-commerce datasets in Comma-Separated Values format, namely some snapshots of Amazon, Google Products, ABT and Buy.

http://dbs.uni-leipzig.de/en/research/projects/object_matching/fever/benchmark_datasets_for_entity_resolution

like image 130
mommi84 Avatar answered Apr 20 '26 01:04

mommi84


You can try the nopCommerce sample data. Download from http://nopcommerce.codeplex.com. During installation, tick the "create sample data" box. You can then use the data within your own application. The schema is pretty easy to understand.

like image 45
Ben Foster Avatar answered Apr 20 '26 00:04

Ben Foster