fokan commited on
Commit
be15255
·
verified ·
1 Parent(s): 161b75c

Upload SQLite tables as Parquet

Browse files
parquet/admins.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6130561622061b3c17a23ed2eb6aaa957f9097e28e55811548b271b3307236c6
3
+ size 6869
parquet/books.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50647bad908d65a695ae731b628b3311c76419775798e3c4519c46a0a4617b9f
3
+ size 108402
parquet/categories.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac6cf462e8c7a13349d03c9cd2598f95cb6d45a7b064499ec69f9b71e95df43
3
+ size 7087
parquet/huggingface_datasets.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9adeaeb5062af9a99ff9608da821c28998ae68d272748c2364c44fc399b8760
3
+ size 7663
parquet/manifest.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "admins": {
3
+ "path": "parquet/admins.parquet",
4
+ "rows": 1,
5
+ "columns": [
6
+ "id",
7
+ "email",
8
+ "password_hash",
9
+ "salt",
10
+ "is_active",
11
+ "login_attempts",
12
+ "locked_until",
13
+ "last_login",
14
+ "created_at",
15
+ "updated_at"
16
+ ]
17
+ },
18
+ "categories": {
19
+ "path": "parquet/categories.parquet",
20
+ "rows": 20,
21
+ "columns": [
22
+ "id",
23
+ "name",
24
+ "parent_id",
25
+ "is_visible",
26
+ "order_index",
27
+ "static_cover_id",
28
+ "created_at",
29
+ "updated_at"
30
+ ]
31
+ },
32
+ "books": {
33
+ "path": "parquet/books.parquet",
34
+ "rows": 141,
35
+ "columns": [
36
+ "id",
37
+ "title",
38
+ "author",
39
+ "description",
40
+ "category_id",
41
+ "dataset_id",
42
+ "is_active",
43
+ "pdf_url",
44
+ "cover_url",
45
+ "file_size",
46
+ "page_count",
47
+ "views_count",
48
+ "downloads_count",
49
+ "download_count",
50
+ "last_downloaded",
51
+ "created_at",
52
+ "updated_at"
53
+ ]
54
+ },
55
+ "static_covers": {
56
+ "path": "parquet/static_covers.parquet",
57
+ "rows": 0,
58
+ "columns": [
59
+ "id",
60
+ "name",
61
+ "description",
62
+ "url",
63
+ "category_id",
64
+ "category_name",
65
+ "usage_type",
66
+ "is_default",
67
+ "is_active",
68
+ "created_by",
69
+ "created_at",
70
+ "updated_at"
71
+ ]
72
+ },
73
+ "huggingface_datasets": {
74
+ "path": "parquet/huggingface_datasets.parquet",
75
+ "rows": 2,
76
+ "columns": [
77
+ "id",
78
+ "name",
79
+ "url",
80
+ "token",
81
+ "is_active",
82
+ "used_space",
83
+ "files_count",
84
+ "last_modified",
85
+ "downloads",
86
+ "likes",
87
+ "created_at",
88
+ "updated_at"
89
+ ]
90
+ }
91
+ }
parquet/static_covers.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7e0bd08b0e24906178511a3fd923d3398288aba4475a6c721dd7c47de99898f
3
+ size 5574