Giter Site home page Giter Site logo

malaa-phase-3's Introduction

Malaa Phase 3 Project

Phase 3 of Malaa's technical assesment project.

Table of Contents

Getting Started

Clone the repository to your local machine to get started with the project.

git clone https://github.com/MeshalAl/malaa-phase-3.git

Prerequisites

  • Python 3.11.4 or higher
  • Docker
  • RapidAPI Account (for market data)

Major Frameworks and Libraries

  • FastAPI: A modern, fast web framework for building APIs with Python.
  • Uvicorn: An ASGI server that serves as the interface between FastAPI and the outside world.
  • SQLAlchemy: A SQL toolkit and Object-Relational Mapping (ORM) library for Python.
  • Requests: A popular library for making HTTP requests in Python.
  • Celery: A distributed task queue that allows for processing tasks asynchronously.
  • Celery Beat: A scheduler for Celery, allowing for periodic task execution.
  • AMQPStorm: A library for interacting with AMQP brokers, such as RabbitMQ.
  • Pika: A pure-Python library for interacting with RabbitMQ.
  • Tenacity: A library for retrying failed operations.
  • Other Dependencies: Additional libraries and tools may be used, and their details can be found in the `requirements.txt` file.

Installation

  1. Navigate to the project directory.
  2. Build the Docker containers:
docker-compose -f dev_setup/docker-compose.yml build
  1. Start the containers:
docker-compose -f dev_setup/docker-compose.yml up

Configuration

RapidAPI-Key Configuration

To access market data, you need to add your RapidAPI-Key. Follow these steps:

  1. Open the `docker-compose.yml` file under the `dev_setup` directory.
  2. Locate the environment section and add your RapidAPI-Key:
   environment:
     - RAPID_API_KEY=your-rapidapi-key-here
  1. Save the file and restart the Docker containers.

In Progress

  • Running Tests: The testing framework and test cases are currently being developed and will be available in future updates.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.