# Temporal database views

> AI-ranked search results for `temporal views` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 117 total matches; showing the top 3.

Explore on the web: https://awesome-repositories.com/q/temporal-views

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/temporal-views).**

## Results

- [taosdata/tdengine](https://awesome-repositories.com/repository/taosdata-tdengine.md) (24,734 ⭐) — TDengine is a distributed time-series database designed for the high-speed ingestion, compression, and retrieval of timestamped metrics and sensor data. It functions as a SQL-compatible analytics engine, allowing users to perform complex operations on massive volumes of time-ordered information using standard relational syntax. The platform is built to serve as a backend foundation for industrial IoT environments, managing real-time data streams and device metadata through a cluster-based architecture.

The system distinguishes itself through a distributed sharding architecture that uses consi
- [xtdb/xtdb](https://awesome-repositories.com/repository/xtdb-xtdb.md) (3,013 ⭐) — An immutable SQL database for application development, time-travel reporting and data compliance. Developed by @juxt
- [arkhipov/temporal_tables](https://awesome-repositories.com/repository/arkhipov-temporal-tables.md) (1,041 ⭐) — Temporal Tables is a PostgreSQL database extension and trigger function library that implements system-versioned tables and database history tracking. It automates the maintenance of historical data archives by intercepting write operations to capture previous row versions when updates and deletions occur. 

The extension manages record lifespans through transaction-time interval mapping, using paired timestamp columns to track active validity periods and relational schema linking to connect primary tables to their corresponding history archives. It includes concurrent conflict resolution mech
