A modern web application for visualizing and analyzing Amazon CloudFront logs. This dashboard provides interactive visualizations and insights from your CloudFront access logs.
- Interactive data visualization dashboard
- Drag-and-drop interface for log files
- Map visualization for geographic data
- Fully client-side processing (no server required)
This project is built using the following technologies:
- Vite - Next Generation Frontend Tooling
- TypeScript - JavaScript with syntax for types
- Leaflet - Interactive maps
- Plotly.js - Scientific charts and visualizations
- Fuse.js - Lightweight fuzzy-search
# Clone the repository
git clone https://github.com/seastar-consulting/cloudfront-analytics.git
cd cloudfront-analytics
# Install dependencies
npm install
# Start development server
npm run devnpm run dev- Start development server with hot reloadnpm run build- Build for productionnpm run preview- Preview production build locally
Feel free to contribute to this project! Please open an issue or submit a pull request.
This project is open source and available under the MIT License.