{"id":37191876,"url":"https://github.com/pprecel/kyma","last_synced_at":"2026-01-14T22:14:06.226Z","repository":{"id":37242872,"uuid":"194997051","full_name":"pPrecel/kyma","owner":"pPrecel","description":"A flexible and easy way to connect and extend enterprise applications in a cloud-native world","archived":false,"fork":true,"pushed_at":"2024-02-26T13:16:12.000Z","size":95452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-02T11:03:51.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kyma-project.io/docs","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kyma-project/kyma","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pPrecel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"docs/security/01-01-security.md","support":null}},"created_at":"2019-07-03T06:55:14.000Z","updated_at":"2021-08-26T08:41:09.000Z","dependencies_parsed_at":"2023-02-10T09:16:06.457Z","dependency_job_id":null,"html_url":"https://github.com/pPrecel/kyma","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/pPrecel/kyma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pPrecel%2Fkyma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pPrecel%2Fkyma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pPrecel%2Fkyma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pPrecel%2Fkyma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pPrecel","download_url":"https://codeload.github.com/pPrecel/kyma/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pPrecel%2Fkyma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-14T22:14:05.232Z","updated_at":"2026-01-14T22:14:06.220Z","avatar_url":"https://github.com/pPrecel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n \u003cimg src=\"https://raw.githubusercontent.com/kyma-project/kyma/main/logo.png\" width=\"235\"\u003e\n\u003c/p\u003e\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/kyma-project/kyma)](https://goreportcard.com/report/github.com/kyma-project/kyma)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2168/badge)](https://bestpractices.coreinfrastructure.org/projects/2168)\n[![Slack](https://img.shields.io/badge/slack-@kyma--community-yellow.svg)](http://slack.kyma-project.io)\n[![Twitter](https://img.shields.io/badge/twitter-@kymaproject-blue.svg)](https://twitter.com/kymaproject)\n\n## Overview\n\n**Kyma** `/kee-ma/` is a platform for extending applications with microservices and [serverless](https://kyma-project.io/docs/components/serverless/#overview-overview) Functions. It provides CLI and UI through which you can connect your application to a Kubernetes cluster. You can also expose the application's API or events securely thanks to the built-in [Application Connector](https://kyma-project.io/docs/components/application-connector/#overview-overview). You can then implement the business logic you require by creating microservices or serverless Functions. Trigger them to react to particular events or calls to your application's API.\n\nTo limit the time spent on coding, use the built-in cloud services from [Service Catalog](https://kyma-project.io/docs/components/service-catalog/#overview-service-catalog), exposed by [Service Brokers](https://kyma-project.io/docs/components/service-catalog/#overview-service-brokers) from such cloud providers as GCP, Azure, and AWS.\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://youtu.be/kP7mSELIxXw\"\u003e\n\u003cimg src=\"./docs/kyma/assets/withoutprov4.gif\" style=\"max-width:100%;\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\nGo to the [Kyma project website](https://kyma-project.io/) to learn more about our project, its features, and components.\n\n## Installation\n\nInstall Kyma locally or on a cluster. See the [Installation guides](https://kyma-project.io/docs/root/kyma#installation-installation) for details.\n\n\u003e **NOTE:** Make sure to install the latest Kyma version and keep it up to date by [upgrading Kyma](https://kyma-project.io/docs/#installation-upgrade-kyma).\n\n## Usage\n\nKyma comes with the ready-to-use code snippets that you can use to test the extensions and the core functionality. See the list of existing examples in the [`examples`](https://github.com/kyma-project/examples) repository.\n\n## Development\n\nDevelop on your remote repository forked from the original repository in Go.\nSee the example that uses the [`console-backend-service`](components/console-backend-service) project located in the `components` directory but applies to any Go project. This set of instructions uses the recommended [`git workflow`](https://kyma-project.io/community/contributing/#git-workflow-git-workflow) and the general [contribution flow](https://kyma-project.io/community/contributing/#contributing-rules-contributing-rules-contribute-code-or-content). Read also the [`CONTRIBUTING.md`](CONTRIBUTING.md) document that includes the contributing rules specific for this repository.\n\nFollow these steps:\n\n\u003e **NOTE:** The example assumes you have the `$GOPATH` already set.\n\n1. Fork the repository in GitHub.\n\n2. Clone the fork to your `$GOPATH` workspace. Use this command to create the folder structure and clone the repository under the correct location:\n\n    ```bash\n    git clone git@github.com:{GitHubUsername}/kyma.git $GOPATH/src/github.com/kyma-project/kyma\n    ```\n\n    Follow the steps described in the [`git-workflow.md`](https://kyma-project.io/community/contributing#git-workflow-git-workflow-steps) document to configure your fork.\n\n3. Install dependencies.\n\n    Go to the main directory of the project in your workspace location and install the required dependencies:\n\n    ```bash\n    cd components/console-backend-service\n    dep ensure -vendor-only\n    ```\n\n4. Build the project.\n\n    Every project runs differently. Follow instructions in the main `README.md` document of the given project to build it.\n\n5. Create a branch and start to develop.\n\n    Do not forget about creating unit and acceptance tests if needed. For the unit tests, follow the instructions specified in the main `README.md` document of the given project. For the details concerning the acceptance tests, go to the corresponding directory inside the `tests` directory.\n    Find the information on how to run changes on the cluster without a Docker image in the [Develop a service locally without using Docker](https://kyma-project.io/docs/root/kyma#tutorials-develop-a-service-locally-without-using-docker) document.\n\n6. Test your changes.\n\n    \u003e**NOTE:** For more details about testing, go to the [Testing Kyma](https://kyma-project.io/docs/root/kyma#details-testing-kyma) document.\n\n## Kyma users\n\n[Read](https://kyma-project.io/#used-by) how these companies use Kyma:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/sap.svg\" alt=\"SAP\" width=\"120\" height=\"70\" /\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/accenture.svg\" alt=\"Accenture\" width=\"300\" height=\"70\" /\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/netconomy.svg\" alt=\"NETCONOMY\" width=\"300\" height=\"70\" /\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/neteleven.svg\" alt=\"neteleven\" width=\"250\" height=\"60\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/arithnea.svg\" alt=\"ARITHNEA\" width=\"300\" height=\"130\" /\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/digital_lights.svg\" alt=\"Digital Lights\" width=\"200\" height=\"130\" /\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/FAIR_LOGO_HEADER.svg\" alt=\"FAIR\" width=\"300\" height=\"130\" /\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/Sybit-Logo.svg\" alt=\"FAIR\" width=\"300\" height=\"130\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/arineo.svg\" alt=\"Arineo\" width=\"250\" height=\"40\" /\u003e\n  \u003cimg src=\"https://github.com/kyma-project/website/blob/main/content/adopters/logos/dotsource.svg\" alt=\"dotSource\" width=\"250\" height=\"40\" /\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpprecel%2Fkyma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpprecel%2Fkyma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpprecel%2Fkyma/lists"}