Giter VIP home page Giter VIP logo

basic-gemfire-config's Introduction

This is a little sample to get users up and running with a typical GemFire cluster quickly.

It does have some built in assumptions:
* Running one GemFire data server per host. 
* Running one Locator per host.
* Running on one or more servers not just local host.

If you need to perform something different than those assumption feel free to fork the
project and do what you wish.

.
├── config
│   ├── site_a.properties    - The Properties for the GemFire Cluster - Edit this file
│   └── site_a.xml           - The Cache Defintion to use with GemFire
├── lib                      - Any libraries we might need can go here
├── scripts
│   ├── clear_data.sh        - Will remove the contents under the data directory
│   ├── deploy.sh            - Synchronize the "servers" with this directory
│   ├── env.sh               - Edit this file for servers and locators
│   ├── gather_stats.sh      - Gather any logs and stats from the servers
│   ├── pkill_java.sh        - Run pkill -9 java on all of the hosts
│   ├── run_command.sh       - Run an arbitrary command on all of the hosts
│   ├── start_gemfire.sh     - This starts up GemFire
│   ├── start_locator.sh     - The command that gets run on a system to start a locator
│   ├── start_server.sh      - The command that gets run on a system to start a server
│   └── stop_gemfire.sh      - Stop GemFire
└── stats                    - The directory where the logs and stats will be gathered
    
If you would like to watch the video walk through see: https://youtu.be/5DB3D3GjmWM    

basic-gemfire-config's People

Contributors

cblack-pivotal 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.