{"id":14973055,"url":"https://github.com/paganini2008/jellyfish","last_synced_at":"2026-01-19T11:01:30.195Z","repository":{"id":43551146,"uuid":"335208284","full_name":"paganini2008/jellyfish","owner":"paganini2008","description":"A lightweight distributed microservice monitoring system, which can seamlessly intergrate with spring boot or spring cloud framework and easily customize your applications.","archived":false,"fork":false,"pushed_at":"2024-04-23T02:35:45.000Z","size":460,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T22:27:17.080Z","etag":null,"topics":["high-availability","java","logging-tool","metrics-gathering","monitoring-application","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/paganini2008.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-02T07:45:15.000Z","updated_at":"2024-09-30T13:56:48.000Z","dependencies_parsed_at":"2024-09-23T12:30:32.908Z","dependency_job_id":"a198c5ce-313f-4277-a756-20601e70d8d5","html_url":"https://github.com/paganini2008/jellyfish","commit_stats":{"total_commits":87,"total_committers":2,"mean_commits":43.5,"dds":"0.14942528735632188","last_synced_commit":"069e43c812f481d04f231075cdc3c227e80c85f1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paganini2008/jellyfish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paganini2008%2Fjellyfish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paganini2008%2Fjellyfish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paganini2008%2Fjellyfish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paganini2008%2Fjellyfish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paganini2008","download_url":"https://codeload.github.com/paganini2008/jellyfish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paganini2008%2Fjellyfish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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":["high-availability","java","logging-tool","metrics-gathering","monitoring-application","springboot"],"created_at":"2024-09-24T13:48:01.126Z","updated_at":"2026-01-19T11:01:30.176Z","avatar_url":"https://github.com/paganini2008.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jellyfish Framework\n\nA lightweight distributed microservice log collecting and monitoring tools, which can seamlessly intergrate with spring boot or spring cloud framework and easily customize your applications. \n\n## Functions\n\n* Application log collecting （based on logback or log4j2）\n* Http API metrics data statistic, including  http-request-time, http-request-concurrency,http-response-status-code and QPS\n\n## Compatibility\n\n*  Jdk8 (or later)\n*  \u003ccode\u003eSpringBoot\u003c/code\u003e Framework 2.2.x (or later)\n*  \u003ccode\u003eRedis\u003c/code\u003e 3.x (or later)\n*  \u003ccode\u003eNetty\u003c/code\u003e 4.x (or later)\n*  ElasticSearch 6.x (or later)\n\n## Features\n\n* Low latency and high availability\n* TCP and HTTP protocol  supported\n* Scrolling Time Window Statistics supported\n* Pure memory calculating\n* Customized historical metrics data  persistence policy\n\n## Modules\n\n####  jellyfish-console\n*An independent  web application for collecting log data and monitoring metrics data from other applications,  displaying log items and HTTP API statistic result in real-time.*\n\n#### jellyfish-http-spring-boot-starter\n*Client APIs provided for  making current application quietly send monitoring data packet to remote Jellyfish console. The data packet contains some monitoring metrics like http-request-time, http-request-concurrency,http-response-status-code*\n\n**Install**\n\n``` xml\n\u003cdependency\u003e\n\u003cartifactId\u003ejellyfish-http-spring-boot-starter\u003c/artifactId\u003e\n\u003cgroupId\u003ecom.github.paganini2008.atlantis\u003c/groupId\u003e\n\u003cversion\u003e1.0-RC1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n#### jellyfish-slf4j\n*Client APIs provided for sending log data packet in background to Jellyfish console. It means there is an extra \u003ccode\u003eAppender Component\u003c/code\u003e defined in slf4j configuration file. Currently, logback and log4j2 is supported.*\n\n**Install**\n\n``` xml\n\u003cdependency\u003e\n\u003cartifactId\u003ejellyfish-slf4j\u003c/artifactId\u003e\n\u003cgroupId\u003ecom.github.paganini2008.atlantis\u003c/groupId\u003e\n\u003cversion\u003e1.0-RC1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n#### jellyfish-spring-boot-starter\n*The core class of Jellyfish Series, which provides all functions of whole framework.*\n\n**Install**\n\n``` xml\n\u003cdependency\u003e\n  \u003cartifactId\u003ejellyfish-spring-boot-starter\u003c/artifactId\u003e\n  \u003cgroupId\u003ecom.github.paganini2008.atlantis\u003c/groupId\u003e\n  \u003cversion\u003e1.0-RC1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaganini2008%2Fjellyfish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaganini2008%2Fjellyfish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaganini2008%2Fjellyfish/lists"}