GithubHelp home page GithubHelp logo

chen0040 / java-elasticsearch-standalone-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 16.42 MB

A standalone elasticsearch server that integrates with spring-boot

License: MIT License

Java 69.01% PowerShell 0.90% Shell 17.12% Batchfile 12.96%
elasticsearch standalone integration-testing

java-elasticsearch-standalone-server's Introduction

java-elasticsearch-standalone-server

Simple java elasticsearch standalone server that can run on both windows and other OS without additional setup

Feature

  • Standalone elasticsearch server that can run without additional installation on Windows, Linux and MacOS.
  • Allow shut down of the elasticsearch server remotely via web api call

Usage

copy the elasticsearch-standalone.jar to your directory and run the following command:

java -jar elasticsearch-standalone.jar

This will start the elasticsearch server at port 9200 (transport tcp port at 9350) and start another web server at port 9201.

To check whether the elasticsearch server is alive, call the following url:

http://localhost:9201/ping

To kill the elasticsearch server remotely, just call the following url:

http://localhost:9201/kill

Note

In case you want to modify the behavior the elasticsearch server and want to rebuild, you can run the make.ps1 on Windows or make.sh on Linux or Mac.

java-elasticsearch-standalone-server's People

Contributors

chen0040 avatar

Watchers

 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.