judotens commited on
Commit
5cd266d
·
verified ·
1 Parent(s): 9b956bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ 100K dataset schema ecommerce. Protected with encryption.
6
+
7
+ Use password: `flatseek`
8
+
9
+ ```
10
+ Sample raw:
11
+ "order_id","customer_id","product_name","category","price","quantity","city","country","order_date","status","payment_method","is_express"
12
+ 2593058,59743,"bOzvRQJdUxFGeBkUzpJehyEzgmfHOEwFtfIwsXeKhLXwAZlobt","books",6974.13,74,"Medan","Japan","2021-10-01","returned","credit_card",True
13
+ 7967796,54381,"EMSSxJQyYRSlQPWJTwacOJoJzKICYdFjIBMmitEwainxILlLWx","electronics",647.55,80,"Makassar","Brunei","2025-04-16","pending","bank_transfer",True
14
+ 3218001,6088,"bUmEqDFqxNQIhgnvIDCedJtZqoeFTeSiqzjuJREZJKIpDdRyYs","clothing",9143.05,100,"Kyoto","India","2020-06-01","cancelled","bank_transfer",True
15
+
16
+ Build Index:
17
+ flatseek build --schema ecommerce --rows 100000 --output ecommerce
18
+ flatseek encrypt ecommerce
19
+
20
+ Query and Aggregate:
21
+ https://flatlens.demo.flatseek.io/?bucket=https://huggingface.co/datasets/flatseek/sample-encrypted/
22
+
23
+ ```