This project demonstrates the integration, processing, and analysis of cryptocurrency data using modern tools and platforms like AWS Lambda, Apache Airflow, Snowflake, and Tableau. The pipeline is designed to process real-time data, store it securely, and analyze it efficiently.
- Data Integration: data is fetched from an API.
- AWS Lambda: Processes the incoming data and stores it in AWS S3.
- Apache Airflow: Automates ETL workflows, extracting data from S3, transforming it, and loading it into Snowflake.
- Snowflake: Serves as a scalable data warehouse for structured querying and analysis.
- Tableau: Connects to Snowflake to visualize cryptocurrency trends and generate dashboards.
- AWS Lambda & S3: Real-time data processing and secure storage.
- Apache Airflow: Workflow orchestration and automation.
- Snowflake: Cloud-based data warehousing for analytics.
- Tableau: Interactive data visualization and dashboard creation.
- Clone this repository:
git clone https://github.com/yourusername/Integration-and-Analysis-of-Crypto-Data.git cd Integration-and-Analysis-of-Crypto-Data