{"id":25070851,"url":"https://github.com/hjfruit/testcontainers-doris","last_synced_at":"2026-04-18T00:31:36.169Z","repository":{"id":199046436,"uuid":"697200515","full_name":"hjfruit/testcontainers-doris","owner":"hjfruit","description":"Testcontainers for Doris","archived":false,"fork":false,"pushed_at":"2024-01-29T03:18:29.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-22T20:09:48.138Z","etag":null,"topics":["docker","scala","test-containers","testng"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/hjfruit.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":"2023-09-27T08:57:57.000Z","updated_at":"2024-02-06T00:46:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"29c5e825-063c-40a4-90ed-99a487e97379","html_url":"https://github.com/hjfruit/testcontainers-doris","commit_stats":null,"previous_names":["hjfruit/testcontainers-doris"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hjfruit/testcontainers-doris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfruit%2Ftestcontainers-doris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfruit%2Ftestcontainers-doris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfruit%2Ftestcontainers-doris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfruit%2Ftestcontainers-doris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hjfruit","download_url":"https://codeload.github.com/hjfruit/testcontainers-doris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfruit%2Ftestcontainers-doris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31951251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["docker","scala","test-containers","testng"],"created_at":"2025-02-06T21:36:49.140Z","updated_at":"2026-04-18T00:31:36.125Z","avatar_url":"https://github.com/hjfruit.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"Testcontainers for doris\n---\n\n![CI][Badge-CI] [![Nexus (Snapshots)][Badge-Snapshots]][Link-Snapshots] [![Sonatype Nexus (Releases)][Badge-Releases]][Link-Releases]\n\n\n[Badge-CI]: https://github.com/hjfruit/testcontainers-doris/actions/workflows/scala.yml/badge.svg\n[Badge-Snapshots]: https://img.shields.io/nexus/s/io.github.jxnu-liguobin/testcontainers-doris_3?server=https%3A%2F%2Foss.sonatype.org\n[Link-Snapshots]: https://oss.sonatype.org/content/repositories/snapshots/io/github/jxnu-liguobin/testcontainers-doris/\n\n[Badge-Releases]: https://img.shields.io/nexus/r/io.github.jxnu-liguobin/testcontainers-doris_3?server=https%3A%2F%2Foss.sonatype.org\n[Link-Releases]: https://oss.sonatype.org/content/repositories/releases/io/github/jxnu-liguobin/testcontainers-doris_3/\n\n[Testcontainers](https://github.com/testcontainers/testcontainers-java)  is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.\n\nApache [Doris](https://github.com/apache/doris/)  is an easy-to-use, high-performance and real-time analytical database based on MPP architecture, known for its extreme speed and ease of use. It only requires a sub-second response time to return query results under massive data and can support not only high-concurrent point query scenarios but also high-throughput complex analysis scenarios.\n\n\n## Dependency\n\nSupport Java 8+, Scala 3, Scala 2.13 and Scala 2.12\n\n**sbt**:\n```scala\n\"io.github.jxnu-liguobin\" %% \"testcontainers-doris\" % '0.0.0+13-ab677850-SNAPSHOT'\n```\n\n**maven**:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.jxnu-liguobin\u003c/groupId\u003e\n    \u003cartifactId\u003etestcontainers-doris_2.13\u003c/artifactId\u003e\n    \u003cversion\u003e'latest version'\u003c/version\u003e\n    \u003cscope\u003etest\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n**gradle**:\n```groovy\ntestImplementation group: 'io.github.jxnu-liguobin', name: 'testcontainers-doris_2.13', version: '0.0.0+13-ab677850-SNAPSHOT'\n```\n\n## Usage Instructions\n\nJava example: [SimpleDorisCluster](./examples/src/main/java/testcontainers/containers/SimpleDorisCluster.java)\n\n```\n\nDetails:\n\n1. `Doris1FE1BEClusterContainer.scala` creates two container instances: fe, be.\n2. `DorisClusterContainer.scala` provides a generic definition, and any number of clusters can be created by implementing its abstraction methods, ports and volumes can be modified.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjfruit%2Ftestcontainers-doris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhjfruit%2Ftestcontainers-doris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjfruit%2Ftestcontainers-doris/lists"}