Skip to content

Commit

Permalink
Add sample data used in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Montanez committed Nov 18, 2024
1 parent 61464ee commit dfafc70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample_data/products.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
product_id,sku,name,description,price,category,created_at
1,TECH-001,Laptop Pro X,High-performance laptop with 16GB RAM,999.99,Electronics,2024-11-14T05:56:41.534516+00:00
2,TECH-002,Wireless Mouse,Ergonomic wireless mouse,29.99,Electronics,2024-11-14T05:56:41.534517+00:00
3,HOME-001,Coffee Maker,12-cup programmable coffee maker,79.99,Home Appliances,2024-11-14T05:56:41.534518+00:00
3 changes: 3 additions & 0 deletions sample_data/users.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
user_id,email,password_hash,first_name,last_name,created_at,updated_at
1,john.doe@example.com,e10adc3949ba59abbe56e057f20f883e,John,Doe,2024-11-14T05:56:41.534508+00:00,2024-11-14T05:56:41.534513+00:00
2,jane.smith@example.com,f30aa7a662c728b7407c54ae6bfd27d1,Jane,Smith,2024-11-14T05:56:41.534514+00:00,2024-11-14T05:56:41.534515+00:00

0 comments on commit dfafc70

Please sign in to comment.