Giter Site home page Giter Site logo

es4js's Introduction

es4js

NodeJS layer in front of elasticsearch

Project Setup

This is a simple NodeJs Project, Pull and start working

  1. Asumes you have node and npm installed
  2. to install:sudo npm install
  3. to run: npm start _

Testing

Test is done using mocha npm test to run test

Usage.

Configure the application

  • There is a file in conf/config.js, there change your elasticsearch host and port, then you are ready to go.

Sample request and responses

  • Throughout the project we are implementing request as ;
  • <url>/:clientId/api/:services/:otherparameters?queryparameters

Search API

  • The api is used to search documents from elasticsearch
  • In search API service = search
  • Syntax is like, <url>/:clientId/api/search/:types?filters
  • example, <url>/test/api/search/people?name|like=john&age|gt=30 gets people(type) from test(index, or client), where name is like john, and age is greater than 30

Contributing changes

  • Contribution is highly appreciated
  • Please open github issues
  • Just give me pull request
  • If you want to worktogether, mail me : [email protected]

Donate

  • We are trying to complete the project and host it, but out of funds , help us, using bitcoin
Incorrect QR code input

License

This software is licensed under the GPL 2 license.

Copyright 2009-2014 rbnacharya < [email protected] > You may obtain a copy of the License at

http://www.gnu.org/licenses/gpl-2.0.txt

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.

es4js's People

Contributors

rbnacharya avatar

Stargazers

John T. Daly avatar Jojo Sutton avatar

Watchers

James Cloos avatar Codedaiquiri avatar John T. Daly avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.