4 Commits

Author SHA1 Message Date
aryaputras
bb094af2f1 Update README.md 2026-04-16 19:25:19 +07:00
aryaputras
1649677539 Merge pull request #2 from assai-id/aryaputras-patch-2
Update README with database preparation steps
2026-04-16 19:20:26 +07:00
aryaputras
077a4c72d5 Update README with database preparation steps
Added instructions for preparing the database and running the application.
2026-04-16 19:19:16 +07:00
aryaputras
230454d789 Merge pull request #1 from assai-id/aryaputras-patch-1
Update README.md
2026-04-16 19:17:08 +07:00

View File

@@ -1,5 +1,5 @@
# Nemesis # Nemesis
assai.id/nemesis
> End the vampire ball. > End the vampire ball.
Mohon bersabar, file-file sedang dalam proses finalisasi. Mohon bersabar, file-file sedang dalam proses finalisasi.
@@ -19,4 +19,24 @@ Stay tuned.
[Download SIRUP dataset (analyzed)](https://contenflowstorage.blob.core.windows.net/shared/gpt-5.4-analyzed-sirup.zip?sp=r&st=2026-04-16T12:00:08Z&se=2029-04-16T20:15:08Z&spr=https&sv=2025-11-05&sr=b&sig=m%2FATynnnZq5gSdP8xWWw2ew41EMJZz09fDQRwpbWolk%3D) [Download SIRUP dataset (analyzed)](https://contenflowstorage.blob.core.windows.net/shared/gpt-5.4-analyzed-sirup.zip?sp=r&st=2026-04-16T12:00:08Z&se=2029-04-16T20:15:08Z&spr=https&sv=2025-11-05&sr=b&sig=m%2FATynnnZq5gSdP8xWWw2ew41EMJZz09fDQRwpbWolk%3D)
### 1. Prepare the Database
Download and unzip the raw dataset, then convert it to SQLite:
```bash
# Unzip the dataset
unzip gpt-5.4-analyzed-sirup.zip
# Convert to SQLite (adjust based on source format)
# Place the resulting .sqlite file at the expected path:
mv dashboard.sqlite backend/data/dashboard.sqlite
```
The backend expects the database at `backend/data/dashboard.sqlite`.
### 2. Run the Application
> ⚠️ Note: This is a time-limited SAS URL that expires on 16 April 2026 at 20:15 UTC. Request a refreshed link if access has lapsed. > ⚠️ Note: This is a time-limited SAS URL that expires on 16 April 2026 at 20:15 UTC. Request a refreshed link if access has lapsed.