{"id":37095242,"url":"https://github.com/etcdpad/etcdpad-core","last_synced_at":"2026-01-14T11:44:21.199Z","repository":{"id":57524253,"uuid":"254521975","full_name":"etcdpad/etcdpad-core","owner":"etcdpad","description":"etcdpad-web server, support etcdv3 only","archived":false,"fork":false,"pushed_at":"2021-02-03T07:37:11.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-07-27T22:05:35.390Z","etag":null,"topics":["etcd","etcd-client","etcdv3-web","go","multiplex","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etcdpad.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}},"created_at":"2020-04-10T02:06:11.000Z","updated_at":"2021-02-05T06:32:34.000Z","dependencies_parsed_at":"2022-09-26T18:10:54.814Z","dependency_job_id":null,"html_url":"https://github.com/etcdpad/etcdpad-core","commit_stats":null,"previous_names":[],"tags_count":8,"template":null,"template_full_name":null,"purl":"pkg:github/etcdpad/etcdpad-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdpad%2Fetcdpad-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdpad%2Fetcdpad-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdpad%2Fetcdpad-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdpad%2Fetcdpad-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etcdpad","download_url":"https://codeload.github.com/etcdpad/etcdpad-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdpad%2Fetcdpad-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["etcd","etcd-client","etcdv3-web","go","multiplex","websocket"],"created_at":"2026-01-14T11:44:20.520Z","updated_at":"2026-01-14T11:44:21.190Z","avatar_url":"https://github.com/etcdpad.png","language":"Go","readme":"# etcdpad-core\n\netcdpad-core is [etcdpad-web](https://github.com/etcdpad/etcdpad-web) server which etcdv3 web ui.\n\n* Support etcd 3.x only.\n* The server use websocket protocol, support etcdv3 `query`, `create`, `delete`, `watch` operators.\n* Support multiple etcdv3 instances to connect at the same time.\n* Support multiple etcdv3 key prefixes connection multiplex the same etcdv3 instance.\n* Support one connection operate some values change can push to others actively.\n* `create` and `delete` operators will record log.\n\n## Go Version\n\ngo1.14\n\n## Usage \n\n```\nUsage of ./etcdpad-core:\n  -logpath string\n        websocket client operate log file directory (default \"/Users/xkey/workspace/go/src/etcdpad-core/oplog.log\")\n  -port int\n        websocket listen port (default 8989)\n  -stdout\n        epad log output to stdout (default true)\n```\n\n## Connect DSN\n\n```\netcd://[username:password@]host1:port1[,...hostN:portN][/[defaultPrefix][?options]]\n```\n\n| Component   | Description  |\n| --------   | :-----:  |\n| etcd://     | A required prefix to identify that this is a string in the standard connection format. |\n| username:password@     | Optional. Authentication credentials. Username is a user name for authentication. Password is a password for authentication.|\n| host[:port]     | The hosts of etcd servers |\n| /defaultPrefix  | Optional. etcd prefix key, default '/' |\n| ?options     | etcd clientv3 connect other configures  |\n\nConnection Options\n\n| Component   | Description  |\n| --------   | :-----:  |\n| auto-sync-interval     | \t AutoSyncInterval is the interval to update endpoints with its latest members. 0 disables auto-sync. By default auto-sync is disabled. |\n| dial-timeout  | DialTimeout is the timeout for failing to establish a connection. |\n| dial-keep-alive-time     | DialKeepAliveTime is the time after which client pings the server to see if transport is alive.  |\n| dial-keep-alive-timeout     |  DialKeepAliveTimeout is the time that the client waits for a response for the keep-alive probe. If the response is not received in this time, the connection is closed. |\n| max-send-msg-size | MaxCallSendMsgSize is the client-side request send limit in bytes. If 0, it defaults to 2.0 MiB (2 * 1024 * 1024). |\n| max-recv-msg-size     | MaxCallRecvMsgSize is the client-side response receive limit.If 0, it defaults to \"math.MaxInt32\", because range response can easily exceed request send limits.  |\n\n## License\n\nGPLv3","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcdpad%2Fetcdpad-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetcdpad%2Fetcdpad-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcdpad%2Fetcdpad-core/lists"}