Back to Portfolio
BLtiktokstats
Application to monitor TikTok video statistics periodically and display performance trends over time.
Next.js
Screenshots
About the Project
Application to monitor TikTok video statistics periodically and display performance trends over time. This project was designed with an approach emphasizing process measurability, ease of use, and implementation reliability, capable of delivering real impact on work efficiency and service quality.
Key Features
- TikTok URL Monitoring — Users can add and manage URLs for content performance tracking needs.
- Automatic Statistics Retrieval — Views, likes, bookmarks, shares, and comment data are collected on schedule.
- Performance History Tracking — Performance trends are displayed over time to read content growth patterns.
- Cron Monitoring — Automatic task execution can be monitored through logs so anomalies are quickly detected.
- TikTok Account Management — Supports bulk video discovery based on accounts for larger operational scale.
- Redis Queue Optimization — Use of Upstash Redis and QStash reduces costs while maintaining processing continuity.
Challenges & Solutions
- Challenge: Timeout in serverless can disrupt periodic data acquisition. Solution: Redis is utilized for task queue management so processing becomes more resistant to load spikes.