-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
356fcfd
commit de48798
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: 0.1.0 | ||
title: Cylon Release 0.1.0 | ||
sidebar_label: Cylon Release 0.1.0 | ||
--- | ||
|
||
Cylon 0.1.0 is the first open source public release of Cylon Project. We are excited to bring a high performance | ||
data engineering toolkit that can work as a library as well as a standalone framework . This is the first step towards | ||
building a complete toolkit designed to work with AI/ML systems and integrate with data processing systems with the | ||
vision **"data engineering everywhere"**. | ||
|
||
You can download source code from [Github](https://github.com/cylondata/cylon/releases) | ||
|
||
## Major Features | ||
|
||
- Introducing Cylon C++ engine based on Apache Arrow. | ||
- Cylon C++, Python (PyCylon) and Java language bindings | ||
- Distributed operations using MPI | ||
- Local and distributed operations (Select, Project, Joins, Intersection, Union, Subtract) | ||
- Jupyter notebook support and experimental Google Colab support | ||
|
||
## Examples | ||
|
||
- [C++ examples](https://github.com/cylondata/cylon/tree/0.1.0/cpp/src/examples) | ||
- [Python examples](https://github.com/cylondata/cylon/tree/0.1.0/python/examples) | ||
- [Java examples](https://github.com/cylondata/cylon/tree/0.1.0/java/src/main/java/org/cylondata/cylon/examples) | ||
|
||
## License | ||
|
||
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 |