Skip to content

Commit 1afc7a3

Browse files
ritwika314ritwika314
and
ritwika314
authored
DOC: Add Bodo to out-of-core projects in ecosystem (#59302)
* DOC: ecosystem.md: add Bodo. * DOC: ecosystem.md: add Bodo. * DOC: ecosystem.md: add info about paid and free tiers. * DOC: ecosystem.md: remove trailing whitespace --------- Co-authored-by: ritwika314 <[email protected]>
1 parent 6b9f2f5 commit 1afc7a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

web/pandas/community/ecosystem.md

+12
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,18 @@ any Delta table into Pandas dataframe.
362362

363363
## Out-of-core
364364

365+
### [Bodo](https://bodo.ai/)
366+
367+
Bodo is a high-performance Python computing engine that automatically parallelizes and
368+
optimizes your code through compilation using HPC (high-performance computing) techniques.
369+
Designed to operate with native pandas dataframes, Bodo compiles your pandas code to execute
370+
across multiple cores on a single machine or distributed clusters of multiple compute nodes efficiently.
371+
Bodo also makes distributed pandas dataframes queryable with SQL.
372+
373+
The community edition of Bodo is free to use on up to 8 cores. Beyond that, Bodo offers a paid
374+
enterprise edition. Free licenses of Bodo (for more than 8 cores) are available
375+
[upon request](https://www.bodo.ai/contact) for academic and non-profit use.
376+
365377
### [Cylon](https://cylondata.org/)
366378

367379
Cylon is a fast, scalable, distributed memory parallel runtime with a pandas

0 commit comments

Comments
 (0)