{"id":15022015,"url":"https://github.com/matisszilard/devops-palinta","last_synced_at":"2025-04-12T07:02:07.517Z","repository":{"id":47451788,"uuid":"281866263","full_name":"matisszilard/devops-palinta","owner":"matisszilard","description":"Playground project for DEVOPS","archived":false,"fork":false,"pushed_at":"2023-05-05T02:24:21.000Z","size":1626,"stargazers_count":2,"open_issues_count":15,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T02:21:44.819Z","etag":null,"topics":["devops","docker","elasticsearch","golang","grafana","influxdb","jenkins","kibana","kubernetes","logstash","makefile","microservices","mqtt","openshift","palinta","playground","prometheus","prometheus-metrics","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matisszilard.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}},"created_at":"2020-07-23T06:09:26.000Z","updated_at":"2024-10-09T06:25:12.000Z","dependencies_parsed_at":"2023-10-05T05:38:12.315Z","dependency_job_id":null,"html_url":"https://github.com/matisszilard/devops-palinta","commit_stats":{"total_commits":78,"total_committers":3,"mean_commits":26.0,"dds":0.4358974358974359,"last_synced_commit":"5ba6a486a278a4b581874e922953f5b2424d4e09"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matisszilard%2Fdevops-palinta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matisszilard%2Fdevops-palinta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matisszilard%2Fdevops-palinta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matisszilard%2Fdevops-palinta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matisszilard","download_url":"https://codeload.github.com/matisszilard/devops-palinta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530568,"owners_count":21119597,"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":["devops","docker","elasticsearch","golang","grafana","influxdb","jenkins","kibana","kubernetes","logstash","makefile","microservices","mqtt","openshift","palinta","playground","prometheus","prometheus-metrics","terraform"],"created_at":"2024-09-24T19:57:20.064Z","updated_at":"2025-04-12T07:02:07.458Z","avatar_url":"https://github.com/matisszilard.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Palinta devops playground [![Build Status](https://travis-ci.com/matisszilard/devops-palinta.svg?branch=master)](https://travis-ci.com/github/matisszilard/devops-palinta)\n\nPlayground project for DEVOPS related solutions.\n\nIt contains simple microservices as examples.\n\nNote: the listed commands, params are heavily specific. To able to run in your\nenvironment please change the kube configs, docker hub specific parameters to your\nconfiguration.\n\n## Overview\n\n```\n.\n├── build               // Build folder for the generated binaries\n├── cmd                 // Setup module for the microservices\n│   ├── data-generator\n│   ├── demeter\n│   ├── device\n│   └── user\n├── devops              // DEVOPS related modules\n│   ├── elk             // Elasticsearch, Logstash, Kibana configuration\n│   ├── gp              // Grafana and Prometheus configuration\n│   ├── jenkins         // Jenkins configuration\n│   ├── palinta         // Example microservice configuration\n│   └── pvc             // Persistent volume claims\n├── doc                 // Documentation\n├── pkg                 // Common package for microservices\n└── service             // Service package\n```\n\n## Build the project\n\nTo generate the binaries run the following command:\n\n```sh\nmake build\n```\n\nIt is going to generate the macOS and Linux binaries for each microservice.\n\nMakefile contains separate target for each service. A compile command in case of macOS:\n\n```sh\ncd cmd/device;   GOOS=linux   GOARCH=amd64 go build -o ../../build/linux-amd64/device; cd ../..\n```\n\n## Build the project using docker\n\nIn order to build the microservices into docker please run the following command:\n\n```sh\nmake docker-build\n```\n\nIt is going to compile each service and build the corresponding docker image for it.\n\n## Upload it to Kubernetes\n\nKubernetes config files can be found under the `devops` folder. For each deployment\nthere is a target created in the `Makefile`.\n\nFor further information please check the `Makefile`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatisszilard%2Fdevops-palinta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatisszilard%2Fdevops-palinta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatisszilard%2Fdevops-palinta/lists"}