Giter VIP home page Giter VIP logo

onpar's Introduction

onpar

One-one, many-one and many-many mappings service by com.github.btnguyen2k.

Copyright (C) by com.github.btnguyen2k.

Latest release version: 0.1.0. See RELEASE-NOTES.md.

Usage

Start Standalone Application

Command line arguments:

  • -h|--help : Display help & exit
  • --pid <path-to-.pid-file> : Path to application's .pid file (default onpar.pid)
  • -a|--addr <listen-address> : HTTP listen address (default 0.0.0.0)
  • -p|--port <http-port> : HTTP listen port (default 9000) (value 0 will disable HTTP)
  • --https-port <https-port> : HTTPS listen port (default 9022) (value 0 will disable HTTPS)
  • -m|--mem <max-memory-in-mb> : JVM memory limit in Mb (default 64 Mb)
  • -c|--conf <path-to-config-file.conf> : Application's configuration file, relative file is prefixed with ./conf (default application-prod.conf)
  • -l|--logconf <path-to-logback-file.xml>: Logback config file, relative file is prefixed with ./conf (default logback-prod.xml)
  • --logdir <path-to-log-directory> : Directory to store log files
  • -j|--jvm "extra-jvm-options" : Extra JVM options (example: -j "-Djava.rmi.server.hostname=localhost)", remember the double quotes!)
  • --thrift-addr <listen-address> : Listen address for Apache Thrift API gateway (default 0.0.0.0)
  • --thrift-port <thrift-port> : Listen port for Apache Thrift API gateway (default 9005) (value 0 will disable Thrift API gateway)
  • --thrift-ssl-port <thrift-ssl-port> : Listen port for Apache Thrift SSL API gateway (default 9027) (value 0 will disable Thrift SSL API gateway)
  • --grpc-addr <listen-address> : Listen address for gRPC API gateway (default 0.0.0.0)
  • --grpc-port <grpc-port> : Listen port for gRPC API gateway (default 9010) (value 0 will disable gRPC API gateway)
  • --ssl-keystore <path-to-keystore-file> : Path to keystore file (used by HTTPS & Thrift SSL)
  • --ssl-keystorePassword <password> : Keystore file's password

Start Cluster Application

Command line arguments: similar to standalone application, plus cluster-dedicated ones

  • -c|--conf <path-to-config-file.conf> : Application's configuration file, relative file is prefixed with ./conf (default application-cluster.conf)
  • --cluster-name <cluster-name> : Cluster's logic name, used to separate nodes from one cluster to another (default MyCluster)
  • --cluster-addr <cluster-listen-address>: Listen address for cluster protocol (default 127.0.0.1). Note: use an interface's IP address (e.g. 192.168.1.2), 0.0.0.0 is not a correct value!
  • --cluster-port <cluster-port> : Listen port for cluster protocol (default 9007) (value 0 will start cluster node in non-master mode)
  • --cluster-seed <seed-node-host:port> : Cluster's seed node's host & port. Use multiple --cluster-seeds to specify more than one seed nodes. Must specify at least one seed.

Stop Application

or

onpar's People

Contributors

btnguyen2k avatar

Watchers

James Cloos 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.