{"id":18576867,"url":"https://github.com/niqdev/devops","last_synced_at":"2025-11-08T19:02:32.512Z","repository":{"id":46869745,"uuid":"112514216","full_name":"niqdev/devops","owner":"niqdev","description":"DevOps","archived":false,"fork":false,"pushed_at":"2023-03-24T12:21:38.000Z","size":9626,"stargazers_count":48,"open_issues_count":5,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T21:42:50.645Z","etag":null,"topics":["ansible","cassandra","docker","hadoop","kafka","kubernetes","mapreduce","oozie","spark","vagrant","zeppelin","zookeeper"],"latest_commit_sha":null,"homepage":"https://niqdev.github.io/devops","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niqdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-11-29T18:47:54.000Z","updated_at":"2025-03-17T01:52:07.000Z","dependencies_parsed_at":"2025-04-10T09:38:23.287Z","dependency_job_id":"05d6160b-25ac-455d-97ce-2e46e30dff52","html_url":"https://github.com/niqdev/devops","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niqdev/devops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Fdevops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Fdevops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Fdevops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Fdevops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niqdev","download_url":"https://codeload.github.com/niqdev/devops/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqdev%2Fdevops/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269799408,"owners_count":24477636,"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-10T02:00:08.965Z","response_time":71,"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":["ansible","cassandra","docker","hadoop","kafka","kubernetes","mapreduce","oozie","spark","vagrant","zeppelin","zookeeper"],"created_at":"2024-11-06T23:26:54.184Z","updated_at":"2025-11-08T19:02:32.448Z","avatar_url":"https://github.com/niqdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevOps\n\n[![github-pages](https://github.com/niqdev/devops/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/niqdev/devops/actions/workflows/gh-pages.yml)\n\nA collection of notes, resources, documentation and POCs mainly related to distributed systems for local development, learning purposes and quick prototyping.\n\n* [Linux](https://niqdev.github.io/devops/linux)\n* [Docker](https://niqdev.github.io/devops/docker) \n* [Ansible](https://niqdev.github.io/devops/ansible)\n* [Cassandra](https://niqdev.github.io/devops/cassandra)\n* [ZooKeeper](https://niqdev.github.io/devops/zookeeper)\n* [Kafka](https://niqdev.github.io/devops/kafka)\n* [Hadoop](https://niqdev.github.io/devops/hadoop)\n  * [HDFS and MapReduce](https://niqdev.github.io/devops/hadoop/#hdfs-and-mapreduce)\n  * [Spark](https://niqdev.github.io/devops/hadoop/#spark)\n  * [Zeppelin](https://niqdev.github.io/devops/hadoop/#zeppelin)\n  * [Oozie](https://niqdev.github.io/devops/hadoop/#oozie)\n* [Cloud](https://niqdev.github.io/devops/cloud)\n* [Kubernetes](https://niqdev.github.io/devops/kubernetes)\n* [System Design](https://niqdev.github.io/devops/system-design)\n* [Operating System](https://niqdev.github.io/devops/operating-system)\n* [Programming](https://niqdev.github.io/devops/programming)\n* [Other Resources](https://niqdev.github.io/devops/other-resources)\n* [Toolbox](https://niqdev.github.io/devops/toolbox)\n\n## Development\n\nUbuntu\n\n```bash\n# install pip3\nsudo apt install -y python3-pip\n\n# install virtualenv globally \nsudo pip3 install virtualenv\n\n# create virtualenv\nvirtualenv -p $(which python3) venv\n\n# how-to activate virtualenv\nsource venv/bin/activate\n\n# verify virtualenv\nwhich python\npython --version\n\n# how-to deactivate virtualenv\ndeactivate\n\n# install new package\npip install mkdocs\n\n# update requirements\npip freeze \u003e requirements.txt\n\n# run locally\n# http://localhost:8000\nmkdocs serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniqdev%2Fdevops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniqdev%2Fdevops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniqdev%2Fdevops/lists"}