8000 GitHub - cf-gemfire-org/pcc-client: Exposes APIs which load/remove data to a PCC service instance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cf-gemfire-org/pcc-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcc-client

A Client for Pivotal Cloud Cache

Exposes APIs to add and remove data to a PCC service instance. You can run this app against a GemFire cluster running on localhost or against a PCC SI.

Working with a localhost GemFire cluster

  1. After installing GemFire on your machine, run the below which will create 1 locator and 3 servers and couple of regions.
./src/server-bootstrap/scripts/startServer.sh
  1. Launch gfsh to verify
± |master ✓| → gfsh
    _________________________     __
   / _____/ ______/ ______/ /____/ /
  / /  __/ /___  /_____  / _____  /
 / /__/ / ____/  _____/ / /    / /
/______/_/      /______/_/    /_/    9.6.0

Monitor and Manage Pivotal GemFire
gfsh>connect
Connecting to Locator at [host=localhost, port=10334] ..
Connecting to Manager at [host=10.37.18.15, port=1099] ..
Successfully connected to: [host=10.37.18.15, port=1099]

gfsh>list members
     Name       | Id
--------------- | --------------------------------------------------------------
locator1        | 10.37.18.15(locator1:97640:locator)<ec><v0>:1024 [Coordinator]
gemfire-server1 | 10.37.18.15(gemfire-server1:97651)<v1>:1025
gemfire-server2 | 10.37.18.15(gemfire-server2:97659)<v2>:1026
gemfire-server3 | 10.37.18.15(gemfire-server3:97662)<v3>:1027

gfsh>list regions
List of regions
---------------
Customer
CustomerCounter

Hit the available APIs after starting pcc-client.

Working with a PCC Service Instance

About

Exposes APIs which load/remove data to a PCC service instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0