• अपनी data service में Postgres-compatible access layer जोड़ने के लिए एक library
  • यह PostgreSQL wire protocol को implement करती है और PostgreSQL-compatible server तथा client लिखने के लिए ज़रूरी API प्रदान करती है
  • उपयोग का तरीका (server/backend)
    • Startup Processor और Query Processor, ये दो key components implement करने होते हैं
    • SimpleQueryHandler जोड़ने पर यह psql के साथ compatible हो जाता है
    • ExtendedQueryHandler जोड़ने पर विभिन्न भाषाओं के drivers, Prepared Statement, binary encoding आदि का support मिलता है
  • pgwire का उपयोग करने वाले projects:
    • GreptimeDB: cloud-native time-series database
    • risinglight: शैक्षिक उपयोग के लिए OLAP database system
    • PeerDB: Postgres के अंदर और बाहर 10 गुना तेज data movement संभव बनाने वाला Postgres-first ETL/ELT
    • CeresDB: AntGroup का high-performance distributed cloud-native time-series database
    • dozer: data products को build, deploy और maintain करने के लिए real-time data platform

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.