Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

cloud-gov/cf-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-events

A data store for Cloud.gov / Cloud Foundry events logs.

Accessing Data - cf-ssh and Pymongo

  1. Install cf-ssh.
  2. Use cf-ssh -f PATH_TO_MANIFEST command to access application.
  3. Once inside you should have access to Python (and Ruby) and can install Pymongo.
  • git clone git://github.com/mongodb/mongo-python-driver.git pymongo
  • cd pymongo
  • python setup.py install --user
  1. The client URI used to connect to the database is in the VCAP_SERVICES json. It can be viewed outside of the server using cf env APP_NAME

About

Cloud.gov Events Data Store

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages