{"id":15154175,"url":"https://github.com/jimysheepman/learn","last_synced_at":"2025-07-16T07:48:13.878Z","repository":{"id":38401682,"uuid":"396338635","full_name":"JimySheepman/Learn","owner":"JimySheepman","description":"I realize the learning process through hands-on experience. ","archived":false,"fork":false,"pushed_at":"2024-01-05T20:49:02.000Z","size":43755,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T00:31:13.256Z","etag":null,"topics":["desgin-pattern","golang","java","message-broker","refactoring","restful-api","springboot","sql","test"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JimySheepman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-08-15T12:08:21.000Z","updated_at":"2023-12-06T13:23:54.000Z","dependencies_parsed_at":"2024-06-21T15:31:49.011Z","dependency_job_id":"e9d98010-7867-4e6e-82cf-f60ec2a03668","html_url":"https://github.com/JimySheepman/Learn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JimySheepman/Learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimySheepman%2FLearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimySheepman%2FLearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimySheepman%2FLearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimySheepman%2FLearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JimySheepman","download_url":"https://codeload.github.com/JimySheepman/Learn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimySheepman%2FLearn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265493456,"owners_count":23776260,"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","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":["desgin-pattern","golang","java","message-broker","refactoring","restful-api","springboot","sql","test"],"created_at":"2024-09-26T17:03:57.635Z","updated_at":"2025-07-16T07:48:13.823Z","avatar_url":"https://github.com/JimySheepman.png","language":"Go","readme":"# Learn\n\nThis repository is where I share what I've tried and what I'm trying to learn.\n\n## Docker\n\n### Docker run command for systems\n\n```Bash\n# PostgreSQL\ndocker run --name postgres -e POSTGRES_PASSWORD=root -d -p 5432:5432 postgres\n# Nginx\ndocker run --name nginx -d -p 8080:80 nginx\n# Mongo\ndocker run --name mongodb -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=root -d -p 27017:27017 mongo\n# zookeeper\ndocker run --name zookeeper -p 2181:2181 zookeeper\n# kafka\ndocker run --name kafka -p 9092:9092 -e KAFKA_ZOOKEEPER_CONNECT=192.168.1.2:2181 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://192.168.1.2:9092 -e KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 confluentinc/cp-kafka\n```\n\n## Docker Compose\n\n### Redis docker-compose\n\n```Bash\nversion: '3.9'\nservices:\n  redis:\n    container_name: redis\n    image: redislabs/redismod:latest\n    restart: always\n    hostname: 'redis'\n    ports:\n      - 6379:6379\n\n  redisinsight:\n    container_name: redisinsight\n    image: redislabs/redisinsight:latest\n    restart: always\n    ports:\n      - 8001:8001\n    volumes:\n      - '~/.docker-conf/redisinsight:/db'\n```\n\n### RabbitMQ docker-compose\n\n```Bash\nversion: \"3.9\"\nservices:\n    rabbitmq:\n        hostname: 'dev-rabbitmq'\n        image: rabbitmq:3.8.14-management\n        container_name: 'project-rabbitmq'\n        restart: always\n        ports:\n            - 5672:5672\n            - 15672:15672\n        volumes:\n            - '~/.docker-conf/rabbitmq/data/:/var/lib/rabbitmq/mnesia/'\n        networks:\n            - test-network\n\nnetworks:\n    test-network:\n        driver: bridge\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimysheepman%2Flearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimysheepman%2Flearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimysheepman%2Flearn/lists"}