aadel / banana-standalone

Banana on NodeJS for Solr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banana

Build Status Known Vulnerabilities License docker: banana

The Banana project was forked from Kibana, and works with all kinds of time series (and non-time series) data stored in Apache Solr. It uses Kibana's powerful dashboard configuration capabilities, ports key panels to work with Solr, and provides significant additional capabilities, including new panels that leverage D3.js.

The goal is to create a rich and flexible UI, enabling users to rapidly develop end-to-end applications that leverage the power of Apache Solr. Data can be ingested into Solr through a variety of ways, including LogStash, Flume and other connectors.

Requirements

Installation

To install and run Banana, clone the repository and follow the following steps:

  • Download Solr and run it on port 8983

  • Open a terminal window and run:

cd $BANANA_HOME
npm install
npm start

where BANANA_HOME is the directory of the local repository

Building the distribution

To build the distribution version, clone the repository and run:

cd $BANANA_HOME
npm install
grunt build
cd dist
bin/banana

Other installation options

Other installation options are available on the official repository.

Trademarks

Kibana is a trademark of Elasticsearch BV
Logstash is a trademark of Elasticsearch BV

About

Banana on NodeJS for Solr

License:Apache License 2.0


Languages

Language:JavaScript 91.8%Language:HTML 6.1%Language:CSS 1.2%Language:XSLT 0.8%