Skip to main content

Big data development environments using Docker

Project description

Ferry: Big Data Development Environment using Docker
====================================================

Ferry lets you share and deploy big data applications on your local machine using [Docker](https://www.docker.io).

First create and package your Hadoop/Yarn, GlusterFS/OpenMPI, or Cassandra application in a Dockerfile.
Then deploy your application without the pain of installing and configuring all the complex backend software.

Big data technologies are designed to scale over many machines and are complex to install and set up.
Fortunately for us, Ferry simplifies the entire process by capturing the entire process
in a set of lightweight Linux containers. This enables developers to quickly stand up a big data stack and
develop applications with zero manual configuration. Because Ferry uses Docker, developers can then share
their Dockerfiles for others to use.

Getting started
===============

Ferry is a Python application and runs on your local machine. All you have to do to get started is have
`docker` installed and type the following `pip install -U ferry`. Afterwards you can start creating
your big data application. Here's an example stack:

```yaml
backend:
- storage:
personality: "gluster"
instances: 2
compute:
- personality: "mpi"
instances: 2
connectors:
- personality: "mpi-client"
name: "control-0"
```

This stack consists of two GlusterFS data nodes, and two Open MPI compute nodes. There's also an MPI
client that automatically connects to those backend components. Of course you can substitute your own
customized client. To create this stack, just type `ferry start openmpi`. Once you create the stack,
you can log in by typing `ferry ssh control-0`.

More detailed installation instructions and examples can be found [here](http://ferry.opencore.io).

Use cases
=========

Ferry can be used to:

* Experiment with big data technologies, such as Hadoop or Cassandra without having to learn the intricacies of configuring each software
* Share and evaluate other people's big data application quickly and safely via Dockerfiles
* Develop and test applications locally before being deployed onto an operational cluster

Under the hood
==============

Ferry leverages some awesome open source projects:

* [Docker](https://www.docker.io) simplifies the management of Linux containers
* [Python](http://www.python.org) programming language
* [Hadoop](http://hadoop.apache.org) is a general-purpose big data storage and processing framework
* [GlusterFS](http://www.gluster.org) is a parallel filesystem actively developed by Redhat
* [OpenMPI](http://www.open-mpi.org) is a scalable MPI implementation focused on modeling & simulation
* [Cassandra](http://cassandra.apache.org) is a highly scalable column store
* [PostgreSQL](http://postgresql.org) is a popular relational database

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ferry-0.1.27.tar.gz (4.0 MB view details)

Uploaded Source

File details

Details for the file ferry-0.1.27.tar.gz.

File metadata

  • Download URL: ferry-0.1.27.tar.gz
  • Upload date:
  • Size: 4.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ferry-0.1.27.tar.gz
Algorithm Hash digest
SHA256 6566245b386d6d58ce45a545bdedee386abe299725db01d75a7685dfad00c9c4
MD5 c2bb90032bb1221b74b0a352fca7aaa0
BLAKE2b-256 70d88f24cc54ab3be501040e2f11b1149a827ac7bd70555658397d9e9e6cd0df

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page