Create Event
cancel
Showing results for 
Search instead for 
Did you mean: 

TechTalk: Scaling Check Point Automation with Arodonata

Published on ‎2026-09-08 04:18 PM by Admin

Check Point's Management API is powerful, but at scale it gets slow: every script re-authenticates, every query re-fetches thousands of objects, and every automation project reinvents the same session-handling logic from scratch.

Join us to see Arodonata, a new open-source, async-first Python library built to fix exactly that. It wraps the Check Point Management API in a PostgreSQL-backed cache, so your scripts read from a fast local store instead of hammering the management server, and pull only what changed since the last run.

You'll learn how to:

  • Query hosts, networks, gateways, and rulebases straight from a smart cache — no repeated API calls
  • Use CPCRUD, an idempotent, Plan-then-Execute engine for declarative object and rule management — apply the same YAML template twice and the second run does nothing
  • Execute cross-domains and even cross-management searches
  • Run high-concurrency operations safely with zero-config session handling and automatic recovery

No proprietary framework — Arodonata is open source on GitHub, ready to drop into your own automation.

We look forward to seeing you there!

Register Here



Will you be attending?

No one has RSVP'd 'Yes' yet

Add to Calendar
Starts:
Wed, Oct 7, 2026 08:00 AM PDT
Ends:
Wed, Oct 7, 2026 09:00 AM PDT
Labels (2)
0 Kudos
0 Comments