{"id":20408788,"url":"https://github.com/bluesky-social/indigo","last_synced_at":"2025-05-14T08:05:50.729Z","repository":{"id":65423899,"uuid":"591067141","full_name":"bluesky-social/indigo","owner":"bluesky-social","description":"Go source code for Bluesky's atproto services.","archived":false,"fork":false,"pushed_at":"2025-05-06T23:10:23.000Z","size":6777,"stargazers_count":1112,"open_issues_count":166,"forks_count":178,"subscribers_count":32,"default_branch":"main","last_synced_at":"2025-05-07T00:18:26.156Z","etag":null,"topics":["atproto","bluesky","dweb","go","golang","social-media"],"latest_commit_sha":null,"homepage":"https://atproto.com","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/bluesky-social.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2023-01-19T21:10:06.000Z","updated_at":"2025-05-06T20:52:03.000Z","dependencies_parsed_at":"2023-11-25T00:20:55.564Z","dependency_job_id":"9332d80d-7c46-4b74-b19d-8de924605ad0","html_url":"https://github.com/bluesky-social/indigo","commit_stats":{"total_commits":2246,"total_committers":41,"mean_commits":54.78048780487805,"dds":0.5133570792520036,"last_synced_commit":"c130614850e554f9862d8e649373b53cee86dd3b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluesky-social%2Findigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluesky-social%2Findigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluesky-social%2Findigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluesky-social%2Findigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluesky-social","download_url":"https://codeload.github.com/bluesky-social/indigo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101615,"owners_count":22014909,"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":["atproto","bluesky","dweb","go","golang","social-media"],"created_at":"2024-11-15T05:36:32.903Z","updated_at":"2025-05-14T08:05:45.720Z","avatar_url":"https://github.com/bluesky-social.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"![photo](https://static.bnewbold.net/tmp/indigo_serac.jpeg)\n\n# indigo: atproto libraries and services in golang\n\nSome Bluesky software is developed in Typescript, and lives in the [bluesky-social/atproto](https://github.com/bluesky-social/atproto) repository. Some is developed in Go, and lives here.\n\n## What is in here?\n\n**Go Services:**\n\n- **bigsky** ([README](./cmd/bigsky/README.md)): relay reference implementation, running at `bsky.network`\n- **palomar** ([README](./cmd/palomar/README.md)): fulltext search service for \u003chttps://bsky.app\u003e\n- **hepa** ([README](./cmd/hepa/README.md)): auto-moderation bot for [Ozone](https://ozone.tools)\n\n**Developer Tools:**\n\n**goat** ([README](./cmd/goat/README.md)): CLI for interacting with network: CAR files, firehose, APIs, etc\n\n**Go Packages:**\n\n\u003e ⚠️ All the packages in this repository are under active development. Features and software interfaces have not stabilized and may break or be removed.\n\n| Package                                                      | Docs                                                                                                                                                                    |\n| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `api/atproto`: generated types for `com.atproto.*` Lexicons  | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/api/atproto)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/api/atproto)           |\n| `api/bsky`: generated types for `app.bsky.*` Lexicons        | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/api/bsky)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/api/bsky)                 |\n| `atproto/crypto`: crytographic signing and key serialization | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/atproto/crypto)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/atproto/crypto)     |\n| `atproto/identity`: DID and handle resolution                | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/atproto/identity)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/atproto/identity) |\n| `atproto/syntax`: string types and parsers for identifiers   | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/atproto/syntax)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/atproto/syntax)     |\n| `atproto/lexicon`: schema validation of data                 | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/atproto/lexicon)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/atproto/lexicon)     |\n| `mst`: Merkle Search Tree implementation                     | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/mst)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/mst)                           |\n| `repo`: account data storage                                 | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/repo)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/repo)                         |\n| `xrpc`: HTTP API client                                      | [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/bluesky-social/indigo/xrpc)](https://pkg.go.dev/mod/github.com/bluesky-social/indigo/xrpc)                         |\n\nThe TypeScript reference implementation, including PDS and bsky AppView services, is at [bluesky-social/atproto](https://github.com/bluesky-social/atproto). Source code for the Bluesky Social client app (for web and mobile) can be found at [bluesky-social/social-app](https://github.com/bluesky-social/social-app).\n\n## Development Quickstart\n\nFirst, you will need the Go toolchain installed. We develop using the latest stable version of the language.\n\nThe Makefile provides wrapper commands for basic development:\n\n    make build\n    make test\n    make fmt\n    make lint\n\nIndividual commands can be run like:\n\n    go run ./cmd/bigsky\n\nThe [HACKING](./HACKING.md) file has a list of commands and packages in this repository and some other development tips.\n\n## What is atproto?\n\n_not to be confused with the [AT command set](https://en.wikipedia.org/wiki/Hayes_command_set) or [Adenosine triphosphate](https://en.wikipedia.org/wiki/Adenosine_triphosphate)_\n\nThe Authenticated Transfer Protocol (\"ATP\" or \"atproto\") is a decentralized social media protocol, developed by [Bluesky PBC](https://bsky.social). Learn more at:\n\n- [Overview and Guides](https://atproto.com/guides/overview) 👈 Best starting point\n- [Github Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions\n- [Protocol Specifications](https://atproto.com/specs/atp)\n- [Blogpost on self-authenticating data structures](https://bsky.social/about/blog/3-6-2022-a-self-authenticating-social-protocol)\n\nThe Bluesky Social application encompasses a set of schemas and APIs built in the overall AT Protocol framework. The namespace for these \"Lexicons\" is `app.bsky.*`.\n\n## Contributions\n\n\u003e While we do accept contributions, we prioritize high quality issues and pull requests. Adhering to the below guidelines will ensure a more timely review.\n\n**Rules:**\n\n- We may not respond to your issue or PR.\n- We may close an issue or PR without much feedback.\n- We may lock discussions or contributions if our attention is getting DDOSed.\n- We do not provide support for build issues.\n\n**Guidelines:**\n\n- Check for existing issues before filing a new one, please.\n- Open an issue and give some time for discussion before submitting a PR.\n- Issues are for bugs \u0026 feature requests related to the golang implementation of atproto and related services.\n  - For high-level discussions, please use the [Discussion Forum](https://github.com/bluesky-social/atproto/discussions).\n  - For client issues, please use the relevant [social-app](https://github.com/bluesky-social/social-app) repo.\n- Stay away from PRs that:\n  - Refactor large parts of the codebase\n  - Add entirely new features without prior discussion\n  - Change the tooling or libraries used without prior discussion\n  - Introduce new unnecessary dependencies\n\nRemember, we serve a wide community of users. Our day-to-day involves us constantly asking \"which top priority is our top priority.\" If you submit well-written PRs that solve problems concisely, that's an awesome contribution. Otherwise, as much as we'd love to accept your ideas and contributions, we really don't have the bandwidth.\n\n## Are you a developer interested in building on atproto?\n\nBluesky is an open social network built on the AT Protocol, a flexible technology that will never lock developers out of the ecosystems that they help build. With atproto, third-party can be as seamless as first-party through custom feeds, federated services, clients, and more.\n\n## License\n\nThis project is dual-licensed under MIT and Apache 2.0 terms:\n\n- MIT license ([LICENSE-MIT](https://github.com/bluesky-social/indigo/blob/main/LICENSE-MIT) or http://opensource.org/licenses/MIT)\n- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/bluesky-social/indigo/blob/main/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n\nDownstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluesky-social%2Findigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluesky-social%2Findigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluesky-social%2Findigo/lists"}