Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Teradata/kylo

Kylo is a data lake management software platform and framework for enabling scalable enterprise-class data lakes on big data technologies such as Teradata, Apache Spark and/or Hadoop. Kylo is licensed under Apache 2.0. Contributed by Teradata Inc.
https://github.com/Teradata/kylo

data-lake hadoop kylo nifi spark teradata

Last synced: 22 days ago
JSON representation

Kylo is a data lake management software platform and framework for enabling scalable enterprise-class data lakes on big data technologies such as Teradata, Apache Spark and/or Hadoop. Kylo is licensed under Apache 2.0. Contributed by Teradata Inc.

Lists

README

        

[![alt Kylo](https://cloud.githubusercontent.com/assets/5693584/22863033/4976d7d2-f0ee-11e6-95ec-3a30e2162a3c.png)](http://kylo.io/)

Kylo is an enterprise-ready modern data lake management software platform for big data engines such as Teradata, Apache Spark, or Hadoop. Kylo enforces best practices around metadata management, governance, and security gathered from experience in over 150+ successful big data projects.

Visit [http://kylo.io](http://kylo.io) and unlock the power of Kylo today!

## Quick Start

You can download a pre-configured sandbox and get started with Kylo in no time.
To get started visit the [Quick Start](http://kylo.io/quickstart.html) page.

## Documentation

Please visit [Kylo documentation](http://kylo.readthedocs.io/) to learn more.

## Issues and Support

To raise issues with Kylo, please register and visit the [Jira instance](https://kylo-io.atlassian.net/projects/KYLO).

For support, questions can be asked on the [Google Groups group](https://groups.google.com/forum/#!forum/kylo-community).

## Code Structure

The layout of code in the following subtrees follows particular reasoning described below:

| Subfolder | Description |
| ------------- |-------------|
| [commons](commons) | Utility or common functionality
| [core](core) | API frameworks that can generally used by developers to extend the capabilities of Kylo
| [docs](docs) | Documentation that should be distributed as part of release
| [integrations](integrations) | Pure integration projects with 3rd party software such as NiFi and Spark.
| [metadata](metadata) | The metadata server is a top-level project for providing a metadata repository
| [plugins](plugins) | Alternative and often optional implementations for operating with different distributions or technology branches
| [samples](samples) | Sample plugins, feeds, and templates,
| [security](security) | Support for application security for both authentication and authorization
| [services](services) | Provides REST endpoints and core server-side processing
| [ui](ui) | User Interface module for Kylo