{"id":13551491,"url":"https://github.com/vulcand/vulcand","last_synced_at":"2025-12-16T14:58:11.723Z","repository":{"id":15433056,"uuid":"18165661","full_name":"vulcand/vulcand","owner":"vulcand","description":" Programmatic load balancer backed by Etcd","archived":false,"fork":false,"pushed_at":"2024-07-27T08:36:18.000Z","size":17680,"stargazers_count":3094,"open_issues_count":69,"forks_count":220,"subscribers_count":81,"default_branch":"master","last_synced_at":"2025-08-13T16:57:08.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://vulcand.readthedocs.io/","language":"Go","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/vulcand.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-03-27T05:42:43.000Z","updated_at":"2025-08-06T14:28:21.000Z","dependencies_parsed_at":"2024-01-06T03:10:12.700Z","dependency_job_id":"d29b66e9-82a5-4af7-8533-8c06d940448c","html_url":"https://github.com/vulcand/vulcand","commit_stats":{"total_commits":539,"total_committers":67,"mean_commits":8.044776119402986,"dds":0.7458256029684601,"last_synced_commit":"16e7d32893f7629e1e9b8fae8a0d9023b7cd338f"},"previous_names":["mailgun/vulcand"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/vulcand/vulcand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcand%2Fvulcand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcand%2Fvulcand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcand%2Fvulcand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcand%2Fvulcand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vulcand","download_url":"https://codeload.github.com/vulcand/vulcand/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vulcand%2Fvulcand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27766717,"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","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-08-01T12:01:49.340Z","updated_at":"2025-12-16T14:58:11.706Z","avatar_url":"https://github.com/vulcand.png","language":"Go","readme":"Vulcand\n=======\n\nVulcand is a programmatic extendable proxy for microservices and API management.\nIt is inspired by [Hystrix](https://github.com/Netflix/Hystrix) and powers Mailgun microservices infrastructure.\n\nFocus and priorities\n--------------------\nVulcand is focused on microservices and API use-cases.\n\nFeatures\n--------\n\n* Uses etcd as a configuration backend.\n* API and command line tool.\n* Pluggable middlewares.\n* Support for canary deployments, realtime metrics and resilience.\n\n![Vulcan diagram](https://coreos.com/assets/images/media/vulcan-1-upstream.png \"Vulcan diagram\")\n\nProject info\n------------\n\n| documentation | https://vulcand.github.io/                                   |\n| :------------- |:-----------------------------------------------------------------|\n| status        | Used in production@Mailgun on moderate workloads.  Under active development.              |\n| discussions   | https://groups.google.com/d/forum/vulcan-proxy                  |\n| roadmap       | [roadmap.md](ROADMAP.md)                  |\n| build status  | [![Build Status](https://travis-ci.org/vulcand/vulcand.svg?branch=master)](https://travis-ci.org/vulcand/vulcand) |\n\n\nOpentracing Support\n------------\nVulcand has support for open tracing via the [Jaeger client\nlibraries](https://github.com/jaegertracing/jaeger-client-go). Users who wish\nto use tracing support should use the `--enableJaegerTracing` flag and must\neither run the Jaeger client listening on `localhost:6831/udp` or set the\nenvironment variables `JAEGER_AGENT_HOST` and `JAEGER_AGENT_POST`. (See the\n[Jaeger client libraries](https://github.com/jaegertracing/jaeger-client-go)\nfor all available configuration environment variables.)\n\nWhen enabled vulcand will create 2 spans: one span called `vulcand` which\ncovers the entire downstream request and another span called `middleware` which\nonly spans the processing of the middleware before the request is routed\ndownstream.\n\nAliased Expressions\n------------\nWhen running vulcand in a kubernetes DaemonSet vulcand needs to know requests\nfrom the local node can match `Host(\"localhost\")` rules. This `--aliases` flag\nallows an author of a vulcand DaemonSet to tell vulcand the name of the node it's\ncurrently running on, such that vulcand correctly routes requests for\n`Host(\"localhost\")`. The `--aliases` flag allows the user to pass in multiple\naliases separated by commas.\n\nExample\n```\n$ vulcand --aliases 'Host(\"localhost\")=Host(\"192.168.1.1\")'\n```\n","funding_links":[],"categories":["API Gateways","Capabilities","Go","others","Service Discovery \u0026 Registry"],"sub_categories":["Desktop","API Gateways / Edge Services"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulcand%2Fvulcand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvulcand%2Fvulcand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulcand%2Fvulcand/lists"}