{"id":37422734,"url":"https://github.com/capa-cloud/cloud-runtimes-jvm","last_synced_at":"2026-01-16T06:08:28.991Z","repository":{"id":40676445,"uuid":"400821714","full_name":"capa-cloud/cloud-runtimes-jvm","owner":"capa-cloud","description":"Cloud Runtimes Specification for the JVM.","archived":false,"fork":false,"pushed_at":"2022-11-20T16:35:16.000Z","size":321,"stargazers_count":9,"open_issues_count":11,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-06T12:06:41.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/capa-cloud.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}},"created_at":"2021-08-28T15:07:21.000Z","updated_at":"2023-12-31T10:47:22.000Z","dependencies_parsed_at":"2022-08-25T07:42:29.000Z","dependency_job_id":null,"html_url":"https://github.com/capa-cloud/cloud-runtimes-jvm","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/capa-cloud/cloud-runtimes-jvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capa-cloud%2Fcloud-runtimes-jvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capa-cloud%2Fcloud-runtimes-jvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capa-cloud%2Fcloud-runtimes-jvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capa-cloud%2Fcloud-runtimes-jvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capa-cloud","download_url":"https://codeload.github.com/capa-cloud/cloud-runtimes-jvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capa-cloud%2Fcloud-runtimes-jvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"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":[],"created_at":"2026-01-16T06:08:28.428Z","updated_at":"2026-01-16T06:08:28.978Z","avatar_url":"https://github.com/capa-cloud.png","language":"Java","readme":"# Cloud Runtimes JVM\n\nCloud Runtimes Specification for the JVM.\n\n## Introduction\n\nThe Multi-Runtime Standard API for Mecha architecture Projects:\n\n+ [capa](https://github.com/capa-cloud/capa) (used)\n+ [dapr](https://docs.dapr.io/concepts/building-blocks-concept/) (follow)\n+ [layotto](https://github.com/mosn/layotto) (follow)\n+ ....\n\n## Motivation\n\n[[Discussion] Future plans for dapr api](https://github.com/dapr/dapr/issues/2817)\n\n[Make java-sdk as a independent project](https://github.com/mosn/layotto/issues/188)\n\n[Decompose core-API and enhanced-API.](https://github.com/dapr/dapr/issues/3600)\n\n[Java sdk design](https://github.com/mosn/layotto/issues/206)\n\n## Features\n\n+ Service Invocation (RPC)\n+ Configuration Centor (Configuration)\n+ Publish/Subscribe (Pub/Sub)\n+ State Management (State)\n+ Secret Management (Secret)\n+ Binding External System (Binding)\n+ File System (File)\n+ Distribute Lock (Lock)\n+ Application Log/Metrics/Traces (Telemetry)\n+ Database (DB) -alpha\n+ Schedule (Schedule) -alpha\n+ RateLimit (RateLimit) -alpha\n+ Environment (Env) -alpha\n+ Native Redis (Redis) -alpha\n+ Native SQL (SQL) -alpha\n+ Native S3 (S3) -alpha\n+ ...\n\n## Getting Started\n\n#### Importing CloudRuntimes's Java SDK\n\nFor a Maven project, add the following to your `pom.xml` file:\n\n```xml\n\u003cproject\u003e\n    ...\n    \u003cdependencies\u003e\n        ...\n        \u003c!-- https://mvnrepository.com/artifact/group.rxcloud/cloud-runtimes-api --\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003egroup.rxcloud\u003c/groupId\u003e\n            \u003cartifactId\u003ecloud-runtimes-api\u003c/artifactId\u003e\n            \u003cversion\u003e1.19.RELEASE\u003c/version\u003e\n        \u003c/dependency\u003e\n        ...\n    \u003c/dependencies\u003e\n    ...\n\u003c/project\u003e\n```\n\nFor a Gradle project, add the following to your `build.gradle` file:\n\n```groovy\ndependencies {\n   // ...\n   // https://mvnrepository.com/artifact/group.rxcloud/cloud-runtimes-api\n   implementation group: 'group.rxcloud', name: 'cloud-runtimes-api', version: '1.19.RELEASE'\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapa-cloud%2Fcloud-runtimes-jvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapa-cloud%2Fcloud-runtimes-jvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapa-cloud%2Fcloud-runtimes-jvm/lists"}