← Back to home
Comparison · DevOps

osm2pgsql vs Apollo Config

A side-by-side editorial comparison of osm2pgsql and Apollo Config — release velocity, themes, recent moves, and the top alternatives to consider.

osm2pgsql vs Apollo Config: at a glance

Featureosm2pgsqlApollo Config
SectorDevOpsDevOps
Velocity score0.02.5
Sparks · 30d00
Top themesopenstreetmap, postgis, tile-expiry, lua-scriptingconfig-management, operational-cost, permissions, incremental-sync
Last editorial update2h ago1h ago
WebsiteVisit →Visit →

What is osm2pgsql?

osm2pgsql is rebuilding tile expiry so a small edit stops invalidating a whole lake.

osm2pgsql ships two or three releases a year and the last two carry substantial new machinery. 2.3.0 reworked tile expiry: polygons are now expired by shape rather than bounding box, and an opt-in diff expire mode computes the symmetric difference between an object's old and new geometry so a small edit to a large feature only invalidates the tiles it actually touched. It also added configurable limits on how many tiles one geometry or one run can expire. Before that, 2.2.0 introduced Locators for fast region lookup during import and process_deleted_* callbacks for handling removed objects in Lua.

Read the full osm2pgsql trajectory →

What is Apollo Config?

Apollo is grinding down the operational cost of running a config service.

Apollo ships a feature release roughly once a year with small patches between them. The 2.5 line added incremental configuration synchronisation, where Config Service caches release state and returns only changed items behind an opt-in flag, plus app-level config export and import with ignore or cover conflict handling, and self-service profile updates for non-admin users. The two patches since were both permission and authentication corrections: super admin inclusion in unified permission checks, and AccessKey app ID validation during client authentication.

Read the full Apollo Config trajectory →

osm2pgsql vs Apollo Config: editorial side-by-side

O
osm2pgsql
DEVOPS
0.0

osm2pgsql is rebuilding tile expiry so a small edit stops invalidating a whole lake.

◆ Current state

osm2pgsql ships two or three releases a year and the last two carry substantial new machinery. 2.3.0 reworked tile expiry: polygons are now expired by shape rather than bounding box, and an opt-in diff expire mode computes the symmetric difference between an object's old and new geometry so a small edit to a large feature only invalidates the tiles it actually touched. It also added configurable limits on how many tiles one geometry or one run can expire. Before that, 2.2.0 introduced Locators for fast region lookup during import and process_deleted_* callbacks for handling removed objects in Lua.

◆ Where it's heading

The project is adding primitives rather than features, and saying so explicitly — 2.2.0 describes Locators and deleted callbacks as building blocks for things users have requested for years. The pattern is to move work that previously happened in the database after import into the import pipeline itself: region tagging via Locators instead of a post-import spatial join, deletion handling via callbacks instead of database triggers. The expiry work follows the same logic, pushing precision upstream so downstream re-rendering does less. The new expiry limits are a defensive addition, added specifically because vandalism or misconfiguration can otherwise generate billions of tiles and exhaust memory.

◆ Prediction

Expect diff expire to move from opt-in toward default once it has been exercised, following the pattern of the middle table format that became default in 1.11.0. The experimental osm2pgsql-expire command introduced in 2.2.0 is the other loose thread — it is explicitly marked as subject to change and has not stabilised.

A2.5

Apollo is grinding down the operational cost of running a config service.

◆ Current state

Apollo ships a feature release roughly once a year with small patches between them. The 2.5 line added incremental configuration synchronisation, where Config Service caches release state and returns only changed items behind an opt-in flag, plus app-level config export and import with ignore or cover conflict handling, and self-service profile updates for non-admin users. The two patches since were both permission and authentication corrections: super admin inclusion in unified permission checks, and AccessKey app ID validation during client authentication.

◆ Where it's heading

Each feature release removes a specific piece of operational friction. 2.3.0 made the whole server system start in one process without MySQL; 2.4.0 added global key and value search, observer mode for AccessKeys before enforcement, and namespace and item count limits; 2.5.0 cut the network cost of config polling and made bulk migration possible. The pattern is a mature system being made cheaper to run and safer to change, not one chasing new capability.

◆ Prediction

Incremental sync shipped behind a flag requiring a restart, so the next step is likely making it the default once field data supports it.

Alternatives to osm2pgsql and Apollo Config

Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either osm2pgsql or Apollo Config.

See all osm2pgsql alternatives → · See all Apollo Config alternatives →

Recent activity from osm2pgsql and Apollo Config

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 28d agoApollo ConfigAccessKey app ID validation during client authentication
  2. 1mo agoosm2pgsql2.3.1 fixes a diff-expire segfault with multiple expire outputs
  3. 1mo agoosm2pgsqlDiff expire invalidates only the tiles a change actually touched
  4. 4mo agoApollo ConfigSuper admin included in unified permission checks
  5. 5mo agoApollo ConfigIncremental config sync, app-level export and import
  6. 10mo agoosm2pgsqlLocators and deleted-object callbacks land as new primitives
  7. 1y agoosm2pgsql2.1.1 refuses to update when the flatnode file is missing
  8. 1y agoosm2pgsql2.1.0 makes prepared statements work with connection poolers
  9. 1y agoApollo ConfigGlobal key and value search, AccessKey observer mode, namespace limits
  10. 1y agoosm2pgsql2.0.1 fixes schema forwarding and missing binary installation
  11. 1y agoApollo ConfigWhole server system starts in a single process without MySQL
  12. 2y agoApollo ConfigTyped config items, admin list views, database as service registry

Frequently asked questions

What is the difference between osm2pgsql and Apollo Config?

They serve adjacent needs but don't currently overlap on shipped themes. Apollo Config is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is osm2pgsql better than Apollo Config?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Apollo Config is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.

What are the best alternatives to osm2pgsql?

Top osm2pgsql alternatives in DevOps are ranked by recent ship velocity. Browse the "osm2pgsql alternatives" section above for the current picks, or visit /alternatives/osm2pgsql for the full list with editorial commentary on each.

What are the best alternatives to Apollo Config?

Top Apollo Config alternatives in DevOps are ranked by recent ship velocity. Browse the "Apollo Config alternatives" section above for the current picks, or visit /alternatives/apollo-config for the full list with editorial commentary on each.