{"id":22317535,"url":"https://github.com/neshkeev/impala-exercises","last_synced_at":"2025-08-20T12:15:51.409Z","repository":{"id":207205999,"uuid":"718397758","full_name":"neshkeev/impala-exercises","owner":"neshkeev","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-11T04:26:22.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T03:41:57.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neshkeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-14T01:46:14.000Z","updated_at":"2024-11-12T17:17:35.000Z","dependencies_parsed_at":"2023-11-16T14:29:24.269Z","dependency_job_id":"d31640a1-e64f-4bfe-9d57-db1fdf0cc7cf","html_url":"https://github.com/neshkeev/impala-exercises","commit_stats":null,"previous_names":["neshkeev/impala-exercises"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neshkeev/impala-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neshkeev%2Fimpala-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neshkeev%2Fimpala-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neshkeev%2Fimpala-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neshkeev%2Fimpala-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neshkeev","download_url":"https://codeload.github.com/neshkeev/impala-exercises/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neshkeev%2Fimpala-exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271314705,"owners_count":24738226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T23:10:06.473Z","updated_at":"2025-08-20T12:15:51.385Z","avatar_url":"https://github.com/neshkeev.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Упражнения по курсу Apache Impala\n\n## Необходимые программы\n\n1. [Git](https://git-scm.com/downloads)\n2. [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install)\n3. [Docker Desktop](https://docs.docker.com/get-docker/)\n\n## Быстрый старт\n\n1. Открыть Bash или Git Bash\n2. Создать новую директорию с проектами: `mkdir ~/projects`\n3. Перейти в новую директорию с проектами: `сd ~/projects`\n4. Загрузить исходники проекта: `git clone https://github.com/neshkeev/impala-exercises.git`\n5. Перейти в директорию с проектом: `сd impala-exercises`\n6. Запустить проект: `bash ./start`\n7. Дождаться когда в логах появится сообщение:\n```bash\nmanager  | [I 2023-11-27 10:04:18.425 ServerApp] http://manager:8888/lab\nmanager  | [I 2023-11-27 10:04:18.425 ServerApp]     http://127.0.0.1:8888/lab\n```\n8. Открыть проект в веб-браузере: [http://localhost:8888/lab](http://localhost:8888/lab)\n\n## Управление проектом\n\nКаждая тема вынесена в отдельную Git ветку, поэтому необходимо переключаться между ветками для работы с разными темами.\nКаждая ветка знает, какая ветка тема следует дальше, поэтому переход к следующей теме автоматизирован.\n\n### Переключение на следующую тему\n\n1. Открыть Bash или Git Bash\n2. Перейти в директорию с проектом: `сd ~/projects/impala-exercises`\n3. Переключиться на следующую ветку: `bash ./next`\n4. Запустить новую: `bash ./start`\n5. Дождаться когда в логах появится сообщение:\n```bash\nmanager  | [I 2023-11-27 10:04:18.425 ServerApp] http://manager:8888/lab\nmanager  | [I 2023-11-27 10:04:18.425 ServerApp]     http://127.0.0.1:8888/lab\n```\n6. Открыть проект в веб-браузере: [http://localhost:8888/lab](http://localhost:8888/lab)\n\n### Остановка запущенного проекта\n\n1. Открыть Bash или Git Bash\n2. Перейти в директорию с проектом: `сd ~/projects/impala-exercises`\n3. Остановить все Docker сервисы: `docker compose down -v`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneshkeev%2Fimpala-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneshkeev%2Fimpala-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneshkeev%2Fimpala-exercises/lists"}