-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Google Summer of Code 2015
The following page describe the project ideas that students can develop with our mentors and community in general. Keep in mind that for us the communication is a fundamental key and when applying you have to be very detailed about how do you plan to approach the project.
Difficulty: medium
Tags: C Ruby, Ruby, JSON, Web Services
Description
the Fluentd data collector program is a complete command line service, but there are some cases where a UI is required to handle multiple instances and perform complex configurations. Fluentd support many type of inputs and output data and recent version support specific filters to alter the data content. Having a UI aims to simplify the general overview of the Fluentd service instance.
This project requires a complete implementation of a Fluentd UI based on Ruby language with the following requirements:
- Handle Fluentd configuration schemas (sources and matches).
- Import Fluentd library and perform basic administration tasks such as start, stop, restart.
- On the design part, it must use Twitter Bootstrap and be Mobile friendly.