Category Archives: latest version

  • -

  • -

Introduction

Category : latest version

Goal of ElasticWarehouse is to organize your files, make them searchable and take care about fault tolerance. Thanks to ElasticWarehouse you can store terabytes of data in data cloud. In this guide you learn how to install and configure ElasticWarehouse cluster, how to import your files to the cluster and how to access them using simple or advanced API. For advanced usage is good to have understanding how ElasticSearch and Lucene work, because ElasticWarehouse has been build on the top of them.

ElasticWarehouse is an open-source project and it has nothing common with Elastic.co, except fact ElasticWarehouse has been build on the top of ElasticSearch.


  • -

Installation in 3 steps

Category : latest version

  1. Download latest standalone ElasticWarehouse package
  2. Extract (zip or tar.gz) the ElasticWarehouse official distribution to /opt/elasticwarehouse (C:\opt\elasticwarehouse on Windows) or different location, it’s up to you.
    cd /opt/elasticwarehouse
    tar -zxf elasticwarehouse-latest.tar.gz
    
  3. Launch elasticwarehouse.sh (ElasticWarehouse.bat on Windows)

Once you launch it, ElasticWarehouse will create a node client and create new or connect to existing cluster using multicast discovery.

Here is an output from successful run:

What’s next?

Check ElasticWarehouse status ….

curl -X GET http://localhost:10200/

Start more servers …


  • -