Giter Club home page Giter Club logo

data-gemfire-native's Introduction

GemFire Native Labs

This repository contains two labs on the subject of the Gemfire Native Client.

Each lab consists of code and artifacts that represent your starting point, along with instructions that will walk you through the steps necessary to complete each task.

Each lab also comes with a solved version, for reference.

Environment Setup

We provide a Vagrantfile to start up and provision a CentOS VM that can be used to compile and run the labs' source code.

Prerequisites

Download:

Install VirtualBox, Vagrant, and make sure to place the GemFire Native Client zip file in this project’s base directory (alongside Vagrantfile).

Working with Vagrant

  • To provision the VM, simply:

    $ vagrant up
  • You can ssh into your guest OS with:

    $ vagrant ssh
  • All files in this directory are shared with your guest OS under the folder /vagrant

    $ cd /vagrant

    You’ll see a copy of the labs folder in there.

    The fact that this folder is shared with both the host and guest OS implies that you have the convenience of editing the lab .cpp (and other) files on your host OS, while compiling and running the code on the guest OS.

Tips

  • You will need to know how to access gemfire (which is running on your host) from the guest OS. This command, invoked on the guest should tell you what that IP address is:

    $ netstat -rn | grep '^0.0.0.0 ' | awk '{print $2}'

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.