Datasets:
users dict | pins list |
|---|---|
{
"olo": "scrypt:32768:8:1$1ZbQjyAbBUSSW7zP$e4159d04f8e81d98556d47e7e84838ef891018a10a1b2e5325a9328efb90edeac9c626e9be49a6abbfa170295476b9f40b8a485daac045ef49b4a39b01edfa3a",
"alam": "scrypt:32768:8:1$gsR6LNE0NZsGb0Df$ba0474b66165412fb74a4b8678efcda7cd709e76bf8856e32fe8b7aad72478ef43832b622db2d3fa2543ada155de1d8d4d5080b14e907ceaecebd9ae39c77f63",
"golo": "scrypt:32768:8:1$UgBKjrwr52VSIhXl$e84a9e76a3552333eb2ecaa65c50b0d06842a7cacb3bb0ad9321553409a30711e01df80889574b7938c15a6e415de84565d08cc68022f3d0be17484893aba58b"
} | [
{
"id": 1,
"url": "https://images.unsplash.com/photo-1541963463532-d68292c34b19",
"caption": "Nature Vibes",
"author": "System"
},
{
"id": 2,
"url": "https://images.unsplash.com/photo-1493246507139-91e8fad9978e",
"caption": "Alpine Lake",
"author": "System"
},
{
"id": 3,
... |
🗄️ Application Database
This dataset serves as the backend storage for the Flask application. It contains the JSON structure for user accounts and pinned items.
⚠️ Warning
Do not manually edit the db.json file in this repository while the application is running, as it may cause synchronization conflicts.
Structure
The data is stored in db.json with the following schema:
{
"users": {
"username": "hashed_password"
},
"pins": [
{
"id": 123456789,
"url": "https://...",
"caption": "...",
"author": "username"
}
]
}
- Downloads last month
- 18
Size of downloaded dataset files:
1.38 kB
Size of the auto-converted Parquet files:
6.52 kB
Number of rows:
1