Skip to content

stefanbd/stefan-freetrade-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiRunner

ApiRunner is a Python application that fetches user data from an API, processes it, and uploads it to Google Cloud Storage in Parquet format.

Prerequisites

  • Python 3.7 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/stefanbd/stefan-freetrade-task.git
    cd stefan-freetrade-task
  2. Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the required packages:

    pip install -r requirements.txt
  4. Optional settings:

    Edit the app/settings/settings.py file to increase or decrease the BATCH_SIZE.

Usage

  1. Run the application:

    python src/entrypoint.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages