1 repo
Standardized interfaces that decouple application logic from specific database storage backends.
Distinguishing note: Distinct from ORMs; focuses on the architectural abstraction of storage operations rather than object-relational mapping.
Explore 1 awesome GitHub repository matching data & databases · Persistence Abstraction Layers. Refine with filters or upvote what's useful.
VeighNa is an event-driven, modular platform designed for the development, backtesting, and execution of automated financial trading strategies. It provides a comprehensive suite of tools that includes a centralized trading terminal for monitoring portfolios and market conditions, alongside a robust algorithmic trading engine that manages real-time data processing and order execution. The platform distinguishes itself through a highly decoupled architecture that isolates algorithmic logic from market connectivity, allowing for independent strategy development and testing. It utilizes a dynami
Uses a standardized database interface to abstract storage operations across various SQL and NoSQL backends for historical data.