• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
pixiebrix

pixiebrix

telemetry-db-trace-viewer

Public
Like
telemetry-db-trace-viewer
Home
Code
5
backend
1
frontend
4
shared
1
README.md
main.tsx
Connections
Environment variables
Branches
1
Pull requests
Remixes
History
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
7/30/2025
Viewing readonly version of main branch: v10
View latest version
README.md

CSV Log Viewer

A TypeScript-based log viewer application for analyzing CSV log data with filtering capabilities.

Features

  • File Upload: Upload CSV files containing log data
  • Email Filter: Filter logs by email address
  • Trace ID Filter: Filter logs by data.traceId
  • Real-time Search: Instant filtering as you type
  • Responsive Design: Works on desktop and mobile devices

Project Structure

├── backend/
│   └── index.ts             # Main HTTP server with file upload handling
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main application component
│   │   ├── FileUpload.tsx   # File upload widget
│   │   ├── FilterControls.tsx # Email and traceId filter controls
│   │   └── LogTable.tsx     # Log data display table
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # Frontend entry point
│   └── style.css            # Custom styles
├── shared/
│   └── types.ts             # Shared TypeScript types
└── README.md

Usage

  1. Upload a CSV file using the file upload widget
  2. Use the email filter to search for specific email addresses
  3. Use the trace ID filter to search for specific trace IDs
  4. View filtered results in the table below

CSV Format

The application expects CSV data with the following columns:

  • store_record.id
  • key
  • data (JSON string containing traceId)
  • created_at
  • updated_at
  • database_id
  • organization_id
  • user_id
  • api_appuser.id
  • email
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2026 Val Town, Inc.