tlpinney / lumify

open source big data integration, analytics, and visualization

Home Page:lumify.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lumify

Lumify Logo

Lumify is an open source big data analysis and visualization platform. Please see http://lumify.io for more details and videos.

Getting Started

To get started quickly, you can try out a hosted installation of Lumify, or download a virtual machine image with Lumify installed and pre-configured.

Quick Start

  1. Install docker
  2. Install node and npm. Then run npm install -g inherits bower grunt grunt-cli
  3. Update your /etc/hosts file.
    • Linux: Add 127.0.0.1 lumify-dev to your /etc/hosts file.
    • OSX: Run boot2docker ip. Add <boot to docker ip> lumify-dev to your /etc/hosts file.
  4. Create the docker image ./docker/build-dev.sh
  5. Run the docker image ./docker/run-dev.sh (This will start ZooKeeper, HDFS, YARN, ElasticSearch, and RabbitMQ).
  6. Create a war file mvn package -P web-war -pl web/war -am -DskipTests -Dsource.skip=true
  7. Copy the war file cp web/war/target/lumify-web-war*.war docker/fs/opt/jetty/webapps/root.war
  8. Package an auth plugin mvn package -pl ./web/plugins/auth-username-only -am -DskipTests
  9. Copy the auth plugin for use in the docker image: cp ./web/plugins/auth-username-only/target/lumify-web-auth-username-only-*.jar docker/fs/opt/lumify/lib/
  10. Inside the docker image run Jetty: /opt/jetty/bin/jetty.sh start
  11. Open a browser and go to http://lumify-dev:8080/

Developing / Contributing

If you're a system administrator or developer looking to install your own instance of Lumify or do custom development, please read our Developer Guide.

License

Copyright 2014 Altamira Technologies Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

open source big data integration, analytics, and visualization

lumify.io

License:Apache License 2.0


Languages

Language:Java 49.6%Language:JavaScript 47.3%Language:CSS 2.1%Language:Shell 0.5%Language:Makefile 0.4%Language:Ruby 0.1%Language:Awk 0.0%