{"id":20896361,"url":"https://github.com/denniskniep/provider-springclouddataflow","last_synced_at":"2026-04-26T08:37:27.406Z","repository":{"id":215934142,"uuid":"739051870","full_name":"denniskniep/provider-springclouddataflow","owner":"denniskniep","description":"Crossplane Spring Cloud Data Flow Provider","archived":false,"fork":false,"pushed_at":"2024-03-17T13:50:11.000Z","size":188,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-12T22:06:33.905Z","etag":null,"topics":["crossplane","crossplane-provider","dataflow","spring","spring-cloud","spring-cloud-data-flow","spring-cloud-dataflow"],"latest_commit_sha":null,"homepage":"","language":"Go","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/denniskniep.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":"2024-01-04T16:56:05.000Z","updated_at":"2024-03-18T14:37:33.000Z","dependencies_parsed_at":"2024-01-07T17:15:29.493Z","dependency_job_id":"613be7ff-6fd4-4e65-bc58-58707e7f00f8","html_url":"https://github.com/denniskniep/provider-springclouddataflow","commit_stats":null,"previous_names":["denniskniep/provider-spring-cloud-dataflow","denniskniep/provider-springclouddataflow"],"tags_count":5,"template":false,"template_full_name":"crossplane/provider-template","purl":"pkg:github/denniskniep/provider-springclouddataflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniskniep%2Fprovider-springclouddataflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniskniep%2Fprovider-springclouddataflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniskniep%2Fprovider-springclouddataflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniskniep%2Fprovider-springclouddataflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denniskniep","download_url":"https://codeload.github.com/denniskniep/provider-springclouddataflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniskniep%2Fprovider-springclouddataflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32291141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: 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":["crossplane","crossplane-provider","dataflow","spring","spring-cloud","spring-cloud-data-flow","spring-cloud-dataflow"],"created_at":"2024-11-18T10:35:18.867Z","updated_at":"2026-04-26T08:37:27.385Z","avatar_url":"https://github.com/denniskniep.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Cloud Data Flow Provider\n\nSpring Cloud Data Flow Provider is a [Crossplane](https://www.crossplane.io/) provider. It was build based on the [Crossplane Template](https://github.com/crossplane/provider-template). It is used to manage and configure [Spring Cloud Data Flow](https://dataflow.spring.io/). It uses the [Rest API](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#api-guide-resources)\n\n# How to use \nRepository and package:\n```\nxpkg.upbound.io/denniskniep/provider-springclouddataflow:\u003cversion\u003e\n```\n\nProvider Credentials Structure:\n```\n{\n  \"url\": \"http://dataflow:9393/\"\n}\n```\n\n[View Example](./examples/provider/provider.yaml)\n\n# Troubleshooting\nCreate a DeploymentRuntimeConfig and set the arg `--debug` on the package-runtime container\n\n[View Example](./examples/provider/troubleshooting.yaml)\n\n# Covered Managed Resources\nCurrently covered Managed Resources:\n- [Application](#application)\n- [Stream](#stream)\n- [TaskDefinition](#taskdefinition)\n- [TaskSchedule](#taskschedule)\n\n## Application \n\n[docs](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#applications) \n\n[rest api](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#resources-registered-applications)\n\n[View Example](./examples/application/application.yaml)\n\n## Stream\n[docs](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#spring-cloud-dataflow-streams) \n\n[rest api](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#api-guide-resources-stream-definitions)\n\n[View Example](./examples/stream/stream.yaml)\n\n\n## TaskDefinition \n\n[docs](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#spring-cloud-dataflow-task) \n\n[rest api](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#api-guide-resources-task-definitions)\n\n[View Example](./examples/taskdefinition/taskdefinition.yaml)\n\n## TaskSchedule \n\n[docs](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#_the_scheduler) \n\n[rest api](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#api-guide-resources-task-scheduler)\n\n[View Example](./examples/taskschedule/taskschedule.yaml)\n\nReference for properties: https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#configuration-kubernetes-app-props\n\n\n# Contribute\n## Developing\n1. Add new type by running the following command:\n```shell\n  export provider_name=SpringCloudDataFlow\n  export group=core # lower case e.g. core, cache, database, storage, etc.\n  export type=MyType # Camel casee.g. Bucket, Database, CacheCluster, etc.\n  make provider.addtype provider=${provider_name} group=${group} kind=${type}\n```\n2. Replace the *core* group with your new group in apis/{provider}.go\n3. Replace the *MyType* type with your new type in internal/controller/{provider}.go\n\n4. Run `make reviewable` to run code generation, linters, and tests. (`make generate` to only run code generation)\n5. Run `make build` to build the provider.\n\nRefer to Crossplane's [CONTRIBUTING.md] file for more information on how the\nCrossplane community prefers to work. The [Provider Development][provider-dev]\nguide may also be of use.\n\n[CONTRIBUTING.md]: https://github.com/crossplane/crossplane/blob/master/CONTRIBUTING.md\n[provider-dev]: https://github.com/crossplane/crossplane/blob/master/contributing/guide-provider-development.md\n\n## Tests\nStart SpringCloudDataFlow environment for tests\n```\nsudo docker-compose -f tests/docker-compose.yaml up \n```\n\nUI: http://localhost:9393/dashboard\n\nOpenAPI Spec: http://localhost:9393/v3/api-docs\n\nSwagger-Ui: http://localhost:9393/swagger-ui/index.html\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenniskniep%2Fprovider-springclouddataflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenniskniep%2Fprovider-springclouddataflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenniskniep%2Fprovider-springclouddataflow/lists"}