Skip to content
Lorenzo Mangani edited this page Jan 1, 2018 · 2 revisions

Getting started

npm

Install globally using npm

npm install -g queryda

Manual

or clone the git repository and install the dependencies locally

git clone https://github.com/lmangani/queryda.git
cd queryda
npm install

Elasticsearch

For an example, see examples/elasticsearch

Cassandra

For an example, see examples/cassandra

Clone this wiki locally