{"id":26234025,"url":"https://github.com/teragrep/rlo_11","last_synced_at":"2026-04-20T20:02:46.369Z","repository":{"id":233942956,"uuid":"787859672","full_name":"teragrep/rlo_11","owner":"teragrep","description":"Java Record Routing Library","archived":false,"fork":false,"pushed_at":"2024-04-17T10:38:44.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-17T19:13:17.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teragrep.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2024-04-17T10:14:07.000Z","updated_at":"2024-04-17T19:13:23.053Z","dependencies_parsed_at":"2024-04-17T19:13:21.002Z","dependency_job_id":"81c3906e-8a79-480b-b4b4-206aee919fcf","html_url":"https://github.com/teragrep/rlo_11","commit_stats":null,"previous_names":["teragrep/rlo_11"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlo_11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlo_11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlo_11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Frlo_11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teragrep","download_url":"https://codeload.github.com/teragrep/rlo_11/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318862,"owners_count":20272169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-03-13T01:18:32.027Z","updated_at":"2025-12-25T20:52:21.191Z","avatar_url":"https://github.com/teragrep.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Java Record Routing Library\n\n== Features\n\n- Host+Tag based routing: CFE07Routing\n- Host+Tag based index and sourcetype enrichment: CFE12Routing\n- Authentication Token based Host+Tag information enrichment: CFE16Routing\n- Account ID + LogGroup based Host+Tag information enrichment: KIN02Routing\n\n== Examples\n\n=== CFE07Routing\n\n[source, java]\n--\nCFE07Routing cfe07Routing = new CFE07Routing(\"src/test/resources/cfe_07\");\n\nRoutingKey key = new RoutingKey(\"group-one-host-one\", \"group-one-tag-two\");\n\nfor (String target : cfe07Routing.getTargets(key)) {\n    // spool target\n    if (\"spool\".equals(target)) {\n       // do spool stuff\n    }\n}\n\n--\n\n=== CFE12Routing\n\n[source, java]\n--\nCFE12Routing cfe12Routing = new CFE12Routing(\"src/test/resources/cfe_12\");\n\nRoutingKey key = new RoutingKey(\"example-host\", \"124f76f0-net\");\n\nfor (String index : cfe12Routing.getIndexes(key)) {\n    for (String sourcetype : cfe12Routing.getSourcetypes(key)) {\n        // do stuff for each index and for each sourcetype\n    }\n}\n--\n\n=== CFE16Routing\n\n[source, java]\n--\nCFE16Routing cfe16Routing = new CFE16Routing(\"src/test/resources/cfe_16\");\nRoutingKey key = cfe16Routing.getRoutingKey(\"My RoutingKey having token\");\n\nString hostname = key.getHostname();\nString appName = key.getAppName();\n--\n\n=== KIN02Routing\n\n[source, java]\n--\nKIN02Routing kin02Routing = new KIN02Routing(\"src/test/resources/kin_02\");\nRoutingKey key = kin02Routing.getRoutingKey(\"1234567890\",\"/example/logGroupName/ThatExists\");\n\nString hostname  key.getHostname();\nString appName = key.getAppName();\n--\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Frlo_11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteragrep%2Frlo_11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Frlo_11/lists"}