Rinu Goldgin Dhanaraj

Software Consultant

Apigee Internals

The three major Apigee services are

    1. API Services
    2. Developer Services
    3. Analytics Serviices
  • API Services – The core services of Apigee Edge
    •  Router
      •  Takes the traffic from external systems and route to the Message Processor
    • Message Processor
      • MP – executes the policies that are associated with the API within the Org Space
    • Management Server
      • Exposes the API for Apigee Management & Configuration
    • Enterprise UI
      • Extended UI functionality to the management APIs
    • Cassandra
      • Holds the API keys, Tokens, config rules etc
    • ZooKeeper
      • Serves the config data across the nodes
    • LDAP
      • Manages the Org users & roles
  • Developer Services
    • Dev Portal
      • Developer onboarding
      • Smart doc’s
    • MySQL
  • Analytics Services
    • QPID Servers
      • Transports the analytics data across
    • Postgres
      • Manages & Stores the analytics data
Previous Article