Click Below to Get the Code

Browse, clone, and build from real-world templates powered by Harper.
News
GitHub Logo

HarperDB 4.3 - CRDT Distributed Counter, Query Improvements, and Operational Enhancements

HarperDB 4.3 brings relational querying, decentralized counters, and secure connections for distributed applications and improved developer experience.
Product Update
News
Product Update

HarperDB 4.3 - CRDT Distributed Counter, Query Improvements, and Operational Enhancements

Harper
at Harper
March 18, 2024
Harper
at Harper
March 18, 2024
Harper
at Harper
March 18, 2024
March 18, 2024
HarperDB 4.3 brings relational querying, decentralized counters, and secure connections for distributed applications and improved developer experience.
Harper

4.3 Has Arrived

We are stoked to introduce exciting new capabilities in our first release of 2024. With HarperDB 4.3, you can define data relationships to efficiently execute joins at scale, build decentralized counters, and work effectively in an air-gapped environment. This article will only discuss some of the major updates. Please see our 4.3 release notes for a complete list of changes and their technical details.

Overview of Key Updates

CRDT Distributed Counter

With near-instant leaderless global data replication, HarperDB was already an excellent choice for building distributed applications. With 4.3, we have added conflict-free replicated data type (CRDT) incrementation, giving you even more power. This addition enables decentralized counting for use cases like globalized API throttling, real-time logistic operations, gaming leaderboards, and managing engagements on decentralized social media networks. Click here for our guide on CRDT in HarperDB

Relationships & Joins

4.3 introduces deep relational querying for object-oriented data. This powerful new addition allows direct-from-client URL querying that bypasses most of the inefficiencies behind SQL queries in relation databases. For a complete understanding of this functionality, read this introductory guide from our SVP of Engineering. 

mTLS Support

One common use case for HarperDB is integrating it with existing infrastructure to reduce origin load and significantly improve the user experience. To help ensure the HarperDB’s connection to existing infrastructure is secure, 4.3 includes support for tamper-resistant Mutual Transport Layer Security (mTLS).

Local Studio Upgrade 

HarperDB’s web-based IDE, HarperDB Studio, is a favorite feature amongst developers. It lets engineers take advantage of HarperDB’s application engine without the complex setup that alternative databases require. With 4.3, engineers can build applications using the HarperDB Studio while offline. Click here for details on enabling this functionality

4.3 Has Arrived

We are stoked to introduce exciting new capabilities in our first release of 2024. With HarperDB 4.3, you can define data relationships to efficiently execute joins at scale, build decentralized counters, and work effectively in an air-gapped environment. This article will only discuss some of the major updates. Please see our 4.3 release notes for a complete list of changes and their technical details.

Overview of Key Updates

CRDT Distributed Counter

With near-instant leaderless global data replication, HarperDB was already an excellent choice for building distributed applications. With 4.3, we have added conflict-free replicated data type (CRDT) incrementation, giving you even more power. This addition enables decentralized counting for use cases like globalized API throttling, real-time logistic operations, gaming leaderboards, and managing engagements on decentralized social media networks. Click here for our guide on CRDT in HarperDB

Relationships & Joins

4.3 introduces deep relational querying for object-oriented data. This powerful new addition allows direct-from-client URL querying that bypasses most of the inefficiencies behind SQL queries in relation databases. For a complete understanding of this functionality, read this introductory guide from our SVP of Engineering. 

mTLS Support

One common use case for HarperDB is integrating it with existing infrastructure to reduce origin load and significantly improve the user experience. To help ensure the HarperDB’s connection to existing infrastructure is secure, 4.3 includes support for tamper-resistant Mutual Transport Layer Security (mTLS).

Local Studio Upgrade 

HarperDB’s web-based IDE, HarperDB Studio, is a favorite feature amongst developers. It lets engineers take advantage of HarperDB’s application engine without the complex setup that alternative databases require. With 4.3, engineers can build applications using the HarperDB Studio while offline. Click here for details on enabling this functionality

HarperDB 4.3 brings relational querying, decentralized counters, and secure connections for distributed applications and improved developer experience.

Download

White arrow pointing right
HarperDB 4.3 brings relational querying, decentralized counters, and secure connections for distributed applications and improved developer experience.

Download

White arrow pointing right
HarperDB 4.3 brings relational querying, decentralized counters, and secure connections for distributed applications and improved developer experience.

Download

White arrow pointing right

Explore Recent Resources

Media Coverage
GitHub Logo

Harper Argues Against the Multi-System Stack and Releases 5.2

InfoQ examines benchmark results comparing co-located and serverless architectures, highlighting faster personalized-data paths, serverless advantages under heavy fan-out, and the performance implications of eliminating network hops between services at scale.
Media Coverage
InfoQ examines benchmark results comparing co-located and serverless architectures, highlighting faster personalized-data paths, serverless advantages under heavy fan-out, and the performance implications of eliminating network hops between services at scale.
Renato Losio, Staff Editor at InfoQ
Renato Losio
InfoQ Staff Editor
Media Coverage

Harper Argues Against the Multi-System Stack and Releases 5.2

InfoQ examines benchmark results comparing co-located and serverless architectures, highlighting faster personalized-data paths, serverless advantages under heavy fan-out, and the performance implications of eliminating network hops between services at scale.
Renato Losio
Aug 2026
Media Coverage

Harper Argues Against the Multi-System Stack and Releases 5.2

InfoQ examines benchmark results comparing co-located and serverless architectures, highlighting faster personalized-data paths, serverless advantages under heavy fan-out, and the performance implications of eliminating network hops between services at scale.
Renato Losio
Media Coverage

Harper Argues Against the Multi-System Stack and Releases 5.2

InfoQ examines benchmark results comparing co-located and serverless architectures, highlighting faster personalized-data paths, serverless advantages under heavy fan-out, and the performance implications of eliminating network hops between services at scale.
Renato Losio
Blog
GitHub Logo

Faster by Doing Less: How Harper 5.2 Engineers Database Performance

Harper 5.2 attacks database performance on three fronts: a per-worker record cache validated through lock-free atomic version slots, isolated commit scheduling to keep database writes off the application thread, and query planner improvements that route through the shortest available data path.
Cache
Blog
Harper 5.2 attacks database performance on three fronts: a per-worker record cache validated through lock-free atomic version slots, isolated commit scheduling to keep database writes off the application thread, and query planner improvements that route through the shortest available data path.
Person with very short blonde hair wearing a light gray button‑up shirt, standing with arms crossed and smiling outdoors with foliage behind.
Kris Zyp
SVP of Engineering
Blog

Faster by Doing Less: How Harper 5.2 Engineers Database Performance

Harper 5.2 attacks database performance on three fronts: a per-worker record cache validated through lock-free atomic version slots, isolated commit scheduling to keep database writes off the application thread, and query planner improvements that route through the shortest available data path.
Kris Zyp
Aug 2026
Blog

Faster by Doing Less: How Harper 5.2 Engineers Database Performance

Harper 5.2 attacks database performance on three fronts: a per-worker record cache validated through lock-free atomic version slots, isolated commit scheduling to keep database writes off the application thread, and query planner improvements that route through the shortest available data path.
Kris Zyp
Blog

Faster by Doing Less: How Harper 5.2 Engineers Database Performance

Harper 5.2 attacks database performance on three fronts: a per-worker record cache validated through lock-free atomic version slots, isolated commit scheduling to keep database writes off the application thread, and query planner improvements that route through the shortest available data path.
Kris Zyp
News
GitHub Logo

Harper Recognized as an Honorable Mention in the 2026 Gartner® Magic Quadrant™ for Cloud-Native Application Platforms

Harper’s inclusion highlights a broader shift toward integrated cloud-native platforms that unify data, caching, messaging, and application logic. The article explains how Harper’s distributed runtime and managed infrastructure reduce operational complexity, improve performance, and support modern applications and AI agents that require fast, reliable access to state, events, and tools.
Announcement
News
Harper’s inclusion highlights a broader shift toward integrated cloud-native platforms that unify data, caching, messaging, and application logic. The article explains how Harper’s distributed runtime and managed infrastructure reduce operational complexity, improve performance, and support modern applications and AI agents that require fast, reliable access to state, events, and tools.
Person with short dark hair and moustache, wearing a colorful plaid shirt, smiling outdoors in a forested mountain landscape.
Aleks Haugom
Senior Manager of GTM
News

Harper Recognized as an Honorable Mention in the 2026 Gartner® Magic Quadrant™ for Cloud-Native Application Platforms

Harper’s inclusion highlights a broader shift toward integrated cloud-native platforms that unify data, caching, messaging, and application logic. The article explains how Harper’s distributed runtime and managed infrastructure reduce operational complexity, improve performance, and support modern applications and AI agents that require fast, reliable access to state, events, and tools.
Aleks Haugom
Aug 2026
News

Harper Recognized as an Honorable Mention in the 2026 Gartner® Magic Quadrant™ for Cloud-Native Application Platforms

Harper’s inclusion highlights a broader shift toward integrated cloud-native platforms that unify data, caching, messaging, and application logic. The article explains how Harper’s distributed runtime and managed infrastructure reduce operational complexity, improve performance, and support modern applications and AI agents that require fast, reliable access to state, events, and tools.
Aleks Haugom
News

Harper Recognized as an Honorable Mention in the 2026 Gartner® Magic Quadrant™ for Cloud-Native Application Platforms

Harper’s inclusion highlights a broader shift toward integrated cloud-native platforms that unify data, caching, messaging, and application logic. The article explains how Harper’s distributed runtime and managed infrastructure reduce operational complexity, improve performance, and support modern applications and AI agents that require fast, reliable access to state, events, and tools.
Aleks Haugom
News
GitHub Logo

Harper 5.2: More Throughput per Node, Fewer Systems Around It

Harper 5.2 helps architecture and platform leaders improve performance, control infrastructure costs, secure production workloads, and reduce operational complexity by bringing faster data access, agentic capabilities, scheduling, backup, routing, and protection into one unified runtime.
Product Update
News
Harper 5.2 helps architecture and platform leaders improve performance, control infrastructure costs, secure production workloads, and reduce operational complexity by bringing faster data access, agentic capabilities, scheduling, backup, routing, and protection into one unified runtime.
Person with short dark hair and moustache, wearing a colorful plaid shirt, smiling outdoors in a forested mountain landscape.
Aleks Haugom
Senior Manager of GTM
News

Harper 5.2: More Throughput per Node, Fewer Systems Around It

Harper 5.2 helps architecture and platform leaders improve performance, control infrastructure costs, secure production workloads, and reduce operational complexity by bringing faster data access, agentic capabilities, scheduling, backup, routing, and protection into one unified runtime.
Aleks Haugom
Aug 2026
News

Harper 5.2: More Throughput per Node, Fewer Systems Around It

Harper 5.2 helps architecture and platform leaders improve performance, control infrastructure costs, secure production workloads, and reduce operational complexity by bringing faster data access, agentic capabilities, scheduling, backup, routing, and protection into one unified runtime.
Aleks Haugom
News

Harper 5.2: More Throughput per Node, Fewer Systems Around It

Harper 5.2 helps architecture and platform leaders improve performance, control infrastructure costs, secure production workloads, and reduce operational complexity by bringing faster data access, agentic capabilities, scheduling, backup, routing, and protection into one unified runtime.
Aleks Haugom