Skip to content

Commit

Permalink
adding 0.1.0 release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nirandaperera committed Jul 18, 2020
1 parent 356fcfd commit de48798
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/docs/release/cylon_release_0.1.0.md
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

0 comments on commit de48798

Please sign in to comment.