Skip to main content

Dora Lakehouse

Project description

Dora Lakehouse

Dora's lakehouse cloud and software development kits

Getting Started

You can install the library using pip:

pip install dora-lakehouse

Development Environment

To contribute with the project is necessary build a development environment using a Linux distribution. Follow these steps:

  1. Install Python 3.8 or higher

    sudo apt-get install python3

    All development is based in this programming language.

  2. Install NodeJS 14.#

    sudo apt-get install -y nodejs

    NodeJS is a pre-requisite to run AWS Cloud Development Kit (framework)

  3. Install AWS CLI

    sudo apt install awscli

    You can management your services in AWS throught command line( see more ).

  4. Install AWS Cloud Development Kit

    sudo npm install -g aws-cdk

    This is a framework to build infrastructure as a code in AWS Cloud ( see more ).

  5. Install AWS SAM CLI following these steps

  6. Once you have installed all the requirements above we highly recommend use Poetry to install all packages. Follow these steps if you will use Poetry:

    1. First you have to install Poetry

      curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

    2. Go to directory where you clone this repository and inicialize the project with Poetry.

      poetry init -n

    3. Connect via terminal with your virtual environment

      poetry shell

    4. Install all requirements using Poetry.

      poetry install

  7. You are ready to contribuite with our project.

Getting Help

We use GitHub issues for tracking bugs, questions and feature requests.

Contributing

We value feedback and contributions from our community. Please read through this CONTRIBUTING document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your contribution.


Dora Project is a recent open-source project based on technology developed at Compasso UOL

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dora-lakehouse-sdk-0.0.1.tar.gz (20.1 kB view hashes)

Uploaded Source

Built Distribution

dora_lakehouse_sdk-0.0.1-py3-none-any.whl (24.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page