{"id":13564919,"url":"https://github.com/ugol/gamel","last_synced_at":"2025-08-13T22:32:19.074Z","repository":{"id":66851496,"uuid":"74285171","full_name":"ugol/gamel","owner":"ugol","description":"Camel experiments in go","archived":false,"fork":false,"pushed_at":"2018-11-19T21:29:05.000Z","size":58,"stargazers_count":21,"open_issues_count":2,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-04T18:45:36.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ugol.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-20T15:53:12.000Z","updated_at":"2022-09-07T14:05:13.000Z","dependencies_parsed_at":"2023-02-21T05:00:31.452Z","dependency_job_id":null,"html_url":"https://github.com/ugol/gamel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugol%2Fgamel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugol%2Fgamel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugol%2Fgamel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugol%2Fgamel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ugol","download_url":"https://codeload.github.com/ugol/gamel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229786920,"owners_count":18123998,"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":"2024-08-01T13:01:37.949Z","updated_at":"2024-12-15T05:29:13.145Z","avatar_url":"https://github.com/ugol.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Gamel\n\nGamel is an experimental framework to reimplement most of [Apache Camel](http://camel.apache.org) in Go.\n\n```go\n\tcontext := core.NewGamelContext()\n\troute, _ := core.NewRouteBuilder(context).\n\t\tFrom(\"timer:tick?period=2000\").\n\t\tTo(\"log:INFO\").\n\t\tBuild()\n\n\tcontext.AddRoute(route)\n\tcontext.Start()\n\n\ttime.Sleep(20 * time.Second)\n\tcontext.Stop()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugol%2Fgamel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fugol%2Fgamel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugol%2Fgamel/lists"}