February 2018 Summaries
2 posts from Harper
Filter
Month:
Year:
Post Summaries
Back to Blog
The text explores the challenges and solutions related to data scaling and retrieval, emphasizing memory and caching as key mechanisms to enhance performance and reduce infrastructure costs in data-driven applications. It explains that while both NoSQL and some relational databases can scale horizontally, the costs and complexities associated with maintaining such systems can be significant. Caching, including techniques like memoization, serves as a solution by storing data that doesn't change frequently, allowing for quick retrieval and reduced load on databases. The text also touches on the broader implications of data caching in network structures, such as the proposed Information-centric Network (ICN), which would shift from a host-centric to a node-based system to improve scalability and reliability. The potential inefficiencies of repeatedly querying databases are highlighted, underscoring the importance of leveraging available resources through memory caching to optimize system performance and cost-effectiveness.
Feb 12, 2018
520 words in the original blog post.
HarperDB has launched an HTAP (Hybrid Transactional/Analytical Processing) database solution catered to developers, which simplifies the management of both structured and unstructured data by using a patent-pending data storage algorithm. This innovative database eliminates the need for multiple database products and costly expenses, providing real-time SQL and NoSQL capabilities without added storage footprints. Designed for ease of use, HarperDB can be deployed quickly and scales with the growth of data needs, making it particularly suitable for IoT projects, app development, and as a schema-less data warehouse. It operates efficiently on the edge, optimizing micro-computing devices and facilitating distributed computing, which is why it was selected by the National Science Foundation's Center for Hybrid Multicore Productivity Research for a clinical project aimed at improving healthcare resource utilization. Additionally, HarperDB enhances integration speed with straightforward endpoints that allow for real-time analytics, helping developers to interact seamlessly with their data. Founded in 2017 in Denver, HarperDB's team has extensive experience in enterprise architecture, software integration, and development, contributing to its mission of delivering a simple yet powerful database solution.
Feb 07, 2018
796 words in the original blog post.