GithubHelp home page GithubHelp logo

de-project-sprint-5-draft's Introduction

Проект 5-го спринта

Описание

Репозиторий предназначен для сдачи проекта 5-го спринта

Как работать с репозиторием

  1. В вашем GitHub-аккаунте автоматически создастся репозиторий de-project-sprint-5 после того, как вы привяжете свой GitHub-аккаунт на Платформе.
  2. Скопируйте репозиторий на свой локальный компьютер, в качестве пароля укажите ваш Access Token (получить нужно на странице Personal Access Tokens):
    • git clone https://github.com/{{ username }}/de-project-sprint-5.git
  3. Перейдите в директорию с проектом:
    • cd de-project-sprint-5
  4. Выполните проект и сохраните получившийся код в локальном репозитории:
    • git add .
    • git commit -m 'my best commit'
  5. Обновите репозиторий в вашем GutHub-аккаунте:
    • git push origin main

Структура репозитория

  • /src/dags

Как запустить контейнер

Запустите локально команду:

docker run \
-d \
-p 3000:3000 \
-p 3002:3002 \
-p 15432:5432 \
--mount src=airflow_sp5,target=/opt/airflow \
--mount src=lesson_sp5,target=/lessons \
--mount src=db_sp5,target=/var/lib/postgresql/data \
--name=de-sprint-5-server-local \
cr.yandex/crp1r8pht0n0gl25aug1/de-pg-cr-af:latest

После того как запустится контейнер, вам будут доступны:

  • Airflow
    • localhost:3000/airflow
  • БД
    • jovyan:jovyan@localhost:15432/de

de-project-sprint-5-draft's People

Contributors

strbnm avatar

Watchers

 avatar

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.