Giter Club home page Giter Club logo

pivotalcloudcache-workshop's Introduction

VMware has ended active development of this project, this repository will no longer be updated.


## PivotalCloudCache-Workshop

This workshop will provide developers with hands on experience in building Pivotal Cloud Cache(PCC) clients using Spring Data GemFire (SDG), Spring Data REST, Spring Cloud and Spring Boot. In this session we'll be implementing a pizza store app for ordering pizza backed by PCC. Session includes presentations, demos and hands on labs.

Demo App:

http://pizza-store-pcc-client.xyz.numerounocloud.com/pizzas

Lets Order Some Pizza 
-------------------------------
types: plain, fancy

GET /orderPizza?email={emailId}&type={pizzaType} - Order a pizza 
GET /orders?email={emailId} - get specific value 

http://pizza-store-pcc-client.xyz.numerounocloud.com/[email protected]&type=fancy

Result

Cache Miss Scenario

Result [Pizza{name='fancy', toppings=[arugula, chicken], sauce='pesto', Customer='Customer [id=05eKpgOFA, name=Lucy Norton, [email protected], address=48665 Washington, birthday=1965-02-10T06:20:27.828Z]'}] 
Cache Miss for Customer [true] 
Read from [MYSQL] 
Elapsed Time [234 ms]

Data Returned From Cache

Result [Pizza{name='fancy', toppings=[arugula, chicken], sauce='pesto', Customer='Customer [id=05eKpgOFA, name=Lucy Norton, [email protected], address=48665 Washington, birthday=1965-02-10T06:20:27.828Z]'}] 
Cache Miss for Customer [false] 
Read from [PCC] 
Elapsed Time [2 ms]

pivotalcloudcache-workshop's People

Contributors

ameyb avatar rlewis24 avatar wxlund avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pivotalcloudcache-workshop's Issues

Document Pulse workaround in labs

There is an ongoing issue of gfsh>start pulse where the gorouters block all but 8080 traffic. The workaround was to take the locator[0] ip and place in the url like http://<locator[0]>:8080/pulse. This seems to work.

support local and cloud profiles

Feedback from the workshop that it wasn't straight forward to support the local profile. @nchandrappa has already done some work and committed which included:

  • DBLocalConfig.java - a local config that assigns the @Profile("local")

Now we need to setup the properties file to support the local and cloud profiles. Right now you uncomment the profile and set it to local and uncomment the hsqldb dependent in the pom file. To complete:

  • Add the local profile in the setup documentation lab.
  • Add the local profile into the properties file so that we don't need to comment/uncomment the property
  • (I think) just leave the hsqldb dependency uncommented.
  • Update 01_environment_setup.md to accomodate the local env setup.

Update gfsh connect to explain keystore password

It was confusing to the users when the keystore information prompts pop up during the first connection to gfsh. We need to explain local vs remote and what it means to have self signed certs.

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.