File size: 956 Bytes
5cd266d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: apache-2.0
---

100K dataset schema ecommerce. Protected with encryption. 

Use password: `flatseek`

```
Sample raw:
"order_id","customer_id","product_name","category","price","quantity","city","country","order_date","status","payment_method","is_express"
2593058,59743,"bOzvRQJdUxFGeBkUzpJehyEzgmfHOEwFtfIwsXeKhLXwAZlobt","books",6974.13,74,"Medan","Japan","2021-10-01","returned","credit_card",True
7967796,54381,"EMSSxJQyYRSlQPWJTwacOJoJzKICYdFjIBMmitEwainxILlLWx","electronics",647.55,80,"Makassar","Brunei","2025-04-16","pending","bank_transfer",True
3218001,6088,"bUmEqDFqxNQIhgnvIDCedJtZqoeFTeSiqzjuJREZJKIpDdRyYs","clothing",9143.05,100,"Kyoto","India","2020-06-01","cancelled","bank_transfer",True

Build Index:
flatseek build --schema ecommerce --rows 100000 --output ecommerce
flatseek encrypt ecommerce

Query and Aggregate:
https://flatlens.demo.flatseek.io/?bucket=https://huggingface.co/datasets/flatseek/sample-encrypted/

```