Home / Companies / Bodo / Blog / August 2021

August 2021 Summaries

3 posts from Bodo

Filter
Month: Year:
Post Summaries Back to Blog
‍The rise of big data analytics and machine learning is transforming businesses, but it comes with significant technical debt due to the increasing computing cost, time, and energy consumption. To address this, Bodo aims to improve analytics performance by 1,000x, decrease learning curves to 1/10, and reduce aggregate operational expenses costs to 1/10 using existing programming techniques and hardware. With its Series A funding, Bodo is committed to democratizing access to inexpensive, near-real-time large-scale analytics, enabling new data-centric revenue opportunities, faster competitive responses, and radically more efficient overall data operations. By eliminating weeks-long machine learning development-to-production cycles and scaling models on the same day they are developed without code rewrite, Bodo makes it possible for teams to get business insight from billions of customer entries daily instead of monthly or quarterly reports. The company's vision is to develop computing solutions that do not compromise on cost, speed, scale, or simplicity, and has achieved this by enabling supercomputing-style MPI parallel performance in native Python. Bodo's solution addresses the hidden technical debt by providing an unprecedented extreme-performance parallel compute platform for data analytics and ML that can showcase linear scaling beyond Terabytes of data and 10,000’s of cores with exceptional efficiency.`‍
Aug 24, 2021 1,688 words in the original blog post.
Bodo is a platform that simplifies data engineering workloads for large-scale data processing, offering 10x faster performance and 90% AWS infrastructure savings compared to Apache Spark. It uses native Python APIs, eliminating the need for complex setup and parameter tuning, making it easier for data scientists and engineers to use and maintain. Bodo scales linearly with data size and node count, while Spark struggles with large datasets and requires additional tuning. The platform achieves significant performance improvements even without using AWS Elastic Fabric Network (EFA). By providing a more efficient and cost-effective alternative to Spark, Bodo aims to advance the data analytics area by offering 10x or more simplicity and performance improvements.
Aug 19, 2021 1,023 words in the original blog post.
The Python library Pandas is widely used for cleaning, transforming, manipulating, and analyzing data, but it struggles with heavy computations or large datasets due to its default single CPU core usage. Bodo is an innovative solution designed to accelerate Python analytics code by automatically optimizing and parallelizing computation across multiple CPU cores, reducing the need for supercomputing knowledge. With minimal code changes, Bodo can boost Pandas' performance on big data and intensive computation jobs, offering exceptional acceleration and a smooth learning curve. Various examples demonstrate how Bodo solves Pandas' challenges in data loading, grouping, filtering, and user-defined functions, achieving significant performance improvements over Pandas alone.
Aug 04, 2021 1,160 words in the original blog post.