Skip to content

POC using S3 as datasource, AWS Athena, Cloudformation and Typescript

Notifications You must be signed in to change notification settings

edurodriguesdias/typescript-athena-s3-poc

Repository files navigation

POC AWS Athena Using Typescript

Overview

This repository contains a proof-of-concept (POC) project demonstrating the integration of AWS S3 as a data source, AWS Athena for querying data, all implemented using TypeScript.

Project Structure

├── cloudformation // Contains the config and AWS resources provisiong files
├── datasets // Contains the sample .csv files that I used as a dataset
├── src
│ └── main.ts // Main entry point of the application
├── package.json
├── tsconfig.json
└── README.md

Setup

  1. Clone this repository to your local machine.
  2. Install dependencies by running npm install.
  3. Configure AWS credentials using AWS CLI or environment variables.
  4. Modify src/main.ts to customize the POC according to your requirements.

About

POC using S3 as datasource, AWS Athena, Cloudformation and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published