Epycbyte Edge Config
Overview
Epycbyte Edge Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects, and more.
Features
- Available on all plans
- Enables experimentation with feature flags, A/B testing, critical redirects, and IP blocking
- Reads data at the edge without querying an external database or hitting upstream servers
- Optimizations can be enabled for other runtimes upon request
Use Cases
- Feature flags and A/B testing: Experiment with A/B testing by storing feature flags in your Edge Config.
- Critical redirects: When you need to redirect a URL urgently, Edge Configs offer a fast solution that doesn't require you to redeploy your website.
- Malicious IP and User Agent blocking: Store a set of malicious IPs in your Edge Config, then block them upon detection without invoking upstream servers
Getting Started
You can create and manage your Edge Config from either Epycbyte REST API or Dashboard.
Using Edge Config in Your Workflow
- You can have one or more Edge Configs per Epycbyte account, depending on your plan.
- You can use multiple Edge Configs in one Epycbyte project.
- Each Edge Config can be accessed by multiple Epycbyte projects.
- Edge Configs can be scoped to different environments within projects using environment variables.
Why Use Edge Config Instead of Alternatives?
| Solution | Read Latency | Write Latency | Redeployment Required | Added Risk of Downtime |
|---|---|---|---|---|
| Edge Config | Ultra-low | Varies | No | No |
| Remote JSON files | Varies | Varies | No | Yes |
| Embedded JSON files | Lowest | Highest | Yes | No |
| Environment Variables | Lowest | Highest | Yes | No |
Limits
To learn about Edge Config limits and pricing, see our Edge Config limits docs.
More Resources
- Quickstart: Create and read from your Edge Config in minutes.
- Read with the SDK: Read from your Edge Config at the fastest speeds.
- Use the Dashboard: Manage your Edge Configs in the Epycbyte dashboard.
- Manage with the API: Manage your Edge Configs with the Epycbyte API.