From 1d33e755326e68acd46d4f7dcd296e9ca20bef53 Mon Sep 17 00:00:00 2001 From: ritwika314 Date: Mon, 22 Jul 2024 10:02:56 -0400 Subject: [PATCH 1/4] DOC: ecosystem.md: add Bodo. --- web/pandas/community/ecosystem.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 6cd67302b2a0e..d8e49dfc3f8b4 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -362,6 +362,14 @@ any Delta table into Pandas dataframe. ## Out-of-core +### [Bodo](https://bodo.ai/) + +Bodo is a high-performance Python computing engine that automatically parallelizes and +optimizes your code through compilation using HPC (high-performance computing) techniques. +Designed to operate with native pandas dataframes, Bodo compiles your pandas code to execute +across multiple cores on a single machine or distributed clusters of multiple compute nodes efficiently. +Bodo also makes distributed pandas dataframes queryable with SQL. + ### [Cylon](https://cylondata.org/) Cylon is a fast, scalable, distributed memory parallel runtime with a pandas From 2ae514b78112588ef4d642b7bc3adc757d80f55d Mon Sep 17 00:00:00 2001 From: ritwika314 Date: Mon, 22 Jul 2024 10:02:56 -0400 Subject: [PATCH 2/4] DOC: ecosystem.md: add Bodo. --- web/pandas/community/ecosystem.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 6cd67302b2a0e..d8e49dfc3f8b4 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -362,6 +362,14 @@ any Delta table into Pandas dataframe. ## Out-of-core +### [Bodo](https://bodo.ai/) + +Bodo is a high-performance Python computing engine that automatically parallelizes and +optimizes your code through compilation using HPC (high-performance computing) techniques. +Designed to operate with native pandas dataframes, Bodo compiles your pandas code to execute +across multiple cores on a single machine or distributed clusters of multiple compute nodes efficiently. +Bodo also makes distributed pandas dataframes queryable with SQL. + ### [Cylon](https://cylondata.org/) Cylon is a fast, scalable, distributed memory parallel runtime with a pandas From 524034edbe426f8223e6d15ae07d9edc9ce123e7 Mon Sep 17 00:00:00 2001 From: ritwika314 Date: Wed, 24 Jul 2024 11:13:15 -0400 Subject: [PATCH 3/4] DOC: ecosystem.md: add info about paid and free tiers. --- web/pandas/community/ecosystem.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index d8e49dfc3f8b4..5ca4de2416906 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -370,6 +370,10 @@ Designed to operate with native pandas dataframes, Bodo compiles your pandas cod across multiple cores on a single machine or distributed clusters of multiple compute nodes efficiently. Bodo also makes distributed pandas dataframes queryable with SQL. +The community edition of Bodo is free to use on up to 8 cores. Beyond that, Bodo offers a paid +enterprise edition. Free licenses of Bodo (for more than 8 cores) are available +[upon request](https://www.bodo.ai/contact) for academic and non-profit use. + ### [Cylon](https://cylondata.org/) Cylon is a fast, scalable, distributed memory parallel runtime with a pandas From 34e9b3cda2e9d7c7e34c6534bf75ec13c6acbfd6 Mon Sep 17 00:00:00 2001 From: ritwika314 Date: Wed, 24 Jul 2024 12:03:24 -0400 Subject: [PATCH 4/4] DOC: ecosystem.md: remove trailing whitespace --- web/pandas/community/ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 5ca4de2416906..49ece5564c300 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -370,7 +370,7 @@ Designed to operate with native pandas dataframes, Bodo compiles your pandas cod across multiple cores on a single machine or distributed clusters of multiple compute nodes efficiently. Bodo also makes distributed pandas dataframes queryable with SQL. -The community edition of Bodo is free to use on up to 8 cores. Beyond that, Bodo offers a paid +The community edition of Bodo is free to use on up to 8 cores. Beyond that, Bodo offers a paid enterprise edition. Free licenses of Bodo (for more than 8 cores) are available [upon request](https://www.bodo.ai/contact) for academic and non-profit use.