Git Product home page Git Product logo

smsc's Introduction

smsc.io

SMSC Open Source Solution with Monitoring, Billing, SMPP, SS7 and REST API support.

OrientDB Environment Variables

ORIENTDB_DATABASE = smsc
ORIENTDB_DATABASE_USERNAME = smsc
ORIENTDB_DATABASE_PASSWORD = smscPassword$
ORIENTDB_PATH = memory:smsc
ORIENTDB_CACHE_SIZE = 10000
ORIENTDB_ROOT_PASSWORD = admin
ORIENTDB_GRAPH_SERVER = true
ORIENTDB_GRAPH_POOL_MAX = 50
ORIENTDB_OJMXPLUGIN_ENABLED = false
ORIENTDB_OJMXPLUGIN_PROFILE_MANAGED_ENABLED = true
ORIENTDB_SERVER_SIDE_SCRIPT_INTERPRETER_ENABLED = true
ORIENTDB_SERVER_SIDE_SCRIPT_INTERPRETER_ALLOWED_LANGUAGES = SQL,Javascript
ORIENTDB_LIVE_QUERY_PLUGIN = true
ORIENTDB_LOG_CONSOLE_LEVEL = info
ORIENTDB_LOG_FILE_LEVEL = fine
ORIENTDB_PROFILER_ENABLED = true
ORIENTDB_PROFILER_CONFIG = 30,10,10
ORIENTDB_POOL_MIN = 1
ORIENTDB_POOL_MAX = 50
ORIENTDB_BINARY_SSL_CLIENT_AUTH = false
ORIENTDB_BINARY_SSL_KEY_STORE = config/cert/orientdb.ks
ORIENTDB_BINARY_SSL_KEY_STORE_PASSWORD = 123password
ORIENTDB_BINARY_SSL_TRUST_STORE = config/cert/orientdb.ks
ORIENTDB_BINARY_SSL_TRUST_STORE_PASSWORD = 123password

more info: http://orientdb.com/docs/last/Configuration.html

Example XML File: https://github.com/orientechnologies/orientdb/blob/master/graphdb/config/orientdb-server-config.xml

OrientDB Tuning

java -Xmx800m -Dstorage.diskCache.bufferSize=7200 ...
java -server -XX:+PerfDisableSharedMem

OrientDB SSL

keytool -genkey -alias server -keystore orientdb.ks -keyalg RSA -keysize 2048 -validity 3650
keytool -export -alias server -keystore orientdb.ks -file orientdb.cert
keytool -genkey -alias console -keystore orientdb-console.ks -keyalg RSA -keysize 2048 -validity 3650
keytool -import -alias server -keystore orientdb-console.ts -file orientdb.cert

OrientDB SSL Client Config

java -Dclient.ssl.enabled=false -Djavax.net.ssl.keyStore=</path/to/keystore> -Djavax.net.ssl.keyStorePassword=<keystorepass> \
    -Djavax.net.ssl.trustStore=</path/to/truststore> -Djavax.net.ssl.trustStorePassword=<truststorepass>

OrientDB Studio

http://localhost:2480/studio/index.html

smsc's People

Contributors

dimakuba 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.