datatrac
A developer-first tool for easier dataset management and discovery.
Presented By: Anant Chaudhary
Data Woes Developers Face
Solution: datatrac & datatracweb
System Architecture
Decoupled architecture for high extensibility
Core Logic Module is the system's brain
CLI and API expose core functionality
Web UI interacts via the API
01
02
03
04
Database Schema
CLI: Power Workflow
DataTrac Hub in Action
Web UI for visual data discovery
Search for datasets easily
View top datasets and their details
Explore data lineage interactively
01
02
03
04
Secure Data Transfer
Decoupled Core: Why it Matters
Zero code duplication across interfaces
Enabled rapid development of CLI and API
Guarantees future extensibility for the system
Key Learnings & Takeaways
Future Work & Next Steps
Thank You
Feel free to ask any questions
I appreciate your time and attention
https://github.com/anant-c/datatrac
pip install --extra-index-url https://test.pypi.org/simple/ datatrac==0.0.5
01
02
03