{"id":24164491,"url":"https://github.com/rjbrown57/cartographer","last_synced_at":"2026-01-05T01:21:01.114Z","repository":{"id":271030693,"uuid":"903923074","full_name":"rjbrown57/cartographer","owner":"rjbrown57","description":"A go based tool for teams to share URLs and information about their environments and the applications within them.","archived":false,"fork":false,"pushed_at":"2025-11-23T17:51:21.000Z","size":4127,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T19:24:22.670Z","etag":null,"topics":["go","golang","grpc","grpc-go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rjbrown57.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-15T22:30:11.000Z","updated_at":"2025-11-16T01:04:14.000Z","dependencies_parsed_at":"2025-01-04T23:21:48.327Z","dependency_job_id":"847ec0be-21e6-42db-b122-3d358886622e","html_url":"https://github.com/rjbrown57/cartographer","commit_stats":null,"previous_names":["rjbrown57/cartographer"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/rjbrown57/cartographer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjbrown57%2Fcartographer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjbrown57%2Fcartographer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjbrown57%2Fcartographer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjbrown57%2Fcartographer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjbrown57","download_url":"https://codeload.github.com/rjbrown57/cartographer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjbrown57%2Fcartographer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-26T02:00:06.075Z","response_time":193,"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":["go","golang","grpc","grpc-go"],"created_at":"2025-01-12T19:17:27.517Z","updated_at":"2025-11-26T08:02:54.553Z","avatar_url":"https://github.com/rjbrown57.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![intro](logo/CartoLogo.png)\n\n# Cartographer\n\n**A modern, self-hosted bookmark manager and knowledge base for development teams**\n\nCartographer is a powerful tool designed to help teams organize, discover, and share URLs and information about their environments, applications, and infrastructure. Think of it as a specialized bookmark manager built specifically for developers, DevOps engineers, and technical teams who need to manage a large number of unique URLs.\n\n*Cartographer a work in progress and should not be considered stable at this point!*\n\n## What Cartographer Does\n\n\"Cartographer delivers rapid, searchable access to extensive link collections through an intuitive web interface, enabling users to locate their target resources within seconds.\"\n\n![Cartographer UI](cartographer_ui.gif)\n\n### Features\n- **🔗 Centralized Link Management** - Store and organize URLs with rich metadata, descriptions, and custom data fields\n- **🏷️ Smart Tagging System** - Categorize links with flexible tags and hierarchical groups for easy discovery\n- **🔍 Powerful Search** - Full-text search across URLs, descriptions, and tags with real-time filtering\n- **👥 Team Collaboration** - Centrally share knowledge and resources across your entire team\n- **🚀 Self-Hosted** - Cartographer is an all in one binary with built in backend. It can be trivially deployed with Docker or Kubernetes\n- **⚡ Fast \u0026 Lightweight** - Built with Go and modern web technologies for optimal performance.\n- **🔌 REST API** - REST API under `/v1/` for programmatic access and integration\n\n## Getting Started\n\n### Quick Setup\n\nTo get a feel for cartographer the easiest way is to use docker-compose. See the [Docker Compose section](#docker-compose) below for detailed instructions.\n\n### Core Concepts\n\n| Type | Description | Example |\n| ---- | ----------- | ------- |\n| **Link** | A URL with metadata, description, and associated tags | `https://staging.myapp.com` with tags `[staging, frontend, api]` |\n| **Tag** | A label that groups related links together | `monitoring`, `staging`, `documentation` |\n| **Group** | A collection of related tags for hierarchical organization | `Development` group containing `[staging, testing, docs]` tags |\n\n## Deployment\n\n### Kubernetes\n\nA [Helm chart](charts/cartographer/values.yaml) is provided for easy Kubernetes deployment. \n\n**Requirements:**\n- Persistent volume for data storage (if adding links outside of GitOps flow)\n- Ingress controller for external access\n\n### Docker Compose\n\nThe easiest way to get started with Cartographer is using Docker Compose:\n\n1. **Start Cartographer:**\n   ```bash\n   docker-compose up -d\n   ```\n\n2. **Access the application:**\n   - **Web UI**: http://localhost:8081\n\n3. **Stop the application:**\n   ```bash\n   docker-compose down\n   ```\n\n**Configuration:**\n- The example configuration is automatically mounted from `./example/` directory\n- To use your own config, replace the volume mount in `docker-compose.yml`\n\n**Ports:**\n- `8081` - Web interface (main access point)\n- `8080` - gRPC API server\n\n### API Endpoints\n\nCartographer exposes a REST API under `/v1/` for programmatic access. Interactive API documentation is available via Swagger UI at `/docs/`.\n\n**Swagger Documentation:** http://localhost:8081/docs/\n\n### Local Development\n\nSee the [TaskFile](Taskfile.yml) for development setup and required tools.\n\n**Quick Start:**\n```bash\ntask serve\n# or\n./cartographer serve -c example\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjbrown57%2Fcartographer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjbrown57%2Fcartographer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjbrown57%2Fcartographer/lists"}