2 Repos
Programmable runtimes integrated into databases to allow custom data transformation and processing logic.
Distinct from Python Scripting Environments: The candidates are focused on developer tools, CAD platforms, or HTML templating; this is specifically about a database's internal engine for data processing.
Explore 2 awesome GitHub repositories matching data & databases · Embedded Scripting Engines. Refine with filters or upvote what's useful.
InfluxDB is a high-performance time-series database designed for collecting, storing, and querying time-stamped metrics and event data. It functions as a columnar time-series store and a real-time analytics engine, providing a network-accessible interface for retrieving and analyzing temporal records. The system utilizes a specialized columnar storage format to support high ingestion rates and efficient data retrieval. It incorporates a programmable runtime for executing custom plugins and triggers, including integration for processing and transforming incoming data streams. The platform cov
The system enables executing custom plugins and triggers using an embedded Python engine to process or transform incoming data streams.
Tile38 is an in-memory geospatial database that uses the Redis protocol for communication and query execution. It serves as a distributed spatial store for points and polygons, featuring high availability through leader-follower replication and disk-based persistence. The system includes a real-time geofencing engine that monitors virtual geographic boundaries and triggers webhooks when objects enter or exit specified areas. It further distinguishes itself with an embedded Lua scripting engine for server-side data transformations and a built-in vector tile server for efficient map visualizati
Features an embedded Lua engine for performing custom server-side data transformations and logic on geospatial datasets.