Make importable
Remove go.mod to make v7.0.1-rc0 importable
1 file changed
tree: 55e9c4f206f4c431d0f93f89c799d36cdaed497c
  1. .github/
  2. blueprints/
  3. build/
  4. cache-config/
  5. dev/
  6. docs/
  7. experimental/
  8. grove/
  9. infrastructure/
  10. lib/
  11. licenses/
  12. misc/
  13. tc-health-client/
  14. test/
  15. tools/
  16. traffic_control/
  17. traffic_monitor/
  18. traffic_ops/
  19. traffic_ops_db/
  20. traffic_portal/
  21. traffic_router/
  22. traffic_server/
  23. traffic_stats/
  24. vendor/
  25. .asf.yaml
  26. .dependency_license
  27. .env
  28. .gitignore
  29. .golangci.yml
  30. .mailmap
  31. BUILD.md
  32. CHANGELOG.md
  33. CODE_OF_CONDUCT.md
  34. CONTRIBUTING.md
  35. doap_Traffic_Control.rdf
  36. docker-compose.yml
  37. go.sum
  38. GO_VERSION
  39. LICENSE
  40. Makefile
  41. NOTICE
  42. pkg
  43. pkg.ps1
  44. PULL_REQUEST_TEMPLATE.md
  45. README.md
  46. SECURITY.md
  47. VERSION
README.md

Apache Traffic Control

Apache Traffic Control allows you to build a large scale content delivery network using open source. Built around Apache Traffic Server as the caching software, Traffic Control implements all the core functions of a modern CDN.

Slack Twitter Follow Youtube Subscribe

GitHub release (latest SemVer)

Build Status

Build Status Documentation Status

Code Status

Weasel License Checks Go Formatting Go Vet
CodeQL - C++
CodeQL - Go
CodeQL - Java
CodeQL - Javascript
CodeQL - Python

Test Status

Go Unit Tests TO Go Client Integration Tests TP Integration Tests TM Integration Tests TR Ultimate Test Harness T3C Integration Tests TC Health Client Integration Tests

Documentation [^1]

Components [^1]

  • Traffic Ops is the RESTful API service for management and monitoring of all servers in the CDN.
  • Traffic Portal is the web GUI for managing and monitoring the CDN via the Traffic Ops API.
  • Traffic Router uses DNS and HTTP302 to redirect clients to the closest available cache on the CDN.
  • Traffic Monitor uses HTTP to poll the health of caches and provide this information to Traffic Router.
  • Traffic Stats acquires and stores real-time metrics and statistics into an InfluxDB for charting and alerting.

Releases

Downloads

Questions, Comments, Bugs and More

[^1]: Documentation links point to the latest which is the unreleased master branch and are neither stable nor necessarily accurate for any given supported release.