Skip to content

Twitter Influence Analyzer written with DAO pattern to support several different DB services in Bluemix

Notifications You must be signed in to change notification settings

ibmecod/bluemix-java-sample-tia-alldbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter influence analyzer dao sample app

How to get this running using cf

  1. From the command line, log into Bluemix. cf login
  2. Create a Bluemix SQL DB service as named in the manifest.yml file. cf cs sqldb sqldb_free sample-tia-sqldb
  3. Download the Project Zip from this github repository, extract the zip, and change the names of the application and services in the manifest.yml file to the names you will be using...
declared-services:
  sample-tia-sqldb:
    label: sqldb
    plan: sqldb_free
applications:
- name: twitter_influence_analyzer_dao
  memory: 512M
  instances: 1
  host: twitter_influence_analyzer_dao
  path: bluemix-tia-sample.war
  domain: mybluemix.net
  services:
   - sample-tia-sqldb
  1. Navigate to the unzip directory from step 3 using the command line and push the app with the cf push command.

One click deployment

You can deploy this applications directly to your bluemix by clicking this deployment button. Deploy to Bluemix

Privacy Notice

Sample web applications that include this package may be configured to track deployments to IBM Bluemix and other Cloud Foundry platforms. The following information is sent to a Deployment Tracker service on each deployment:

  • Node.js package version
  • Node.js repository URL
  • Application Name (application_name)
  • Space ID (space_id)
  • Application Version (application_version)
  • Application URIs (application_uris)

This data is collected from the package.json file in the sample application and the VCAP_APPLICATION environment variable in IBM Bluemix and other Cloud Foundry platforms. This data is used by IBM to track metrics around deployments of sample applications to IBM Bluemix to measure the usefulness of our examples, so that we can continuously improve the content we offer to you. Only deployments of sample applications that include code to ping the Deployment Tracker service will be tracked.

About

Twitter Influence Analyzer written with DAO pattern to support several different DB services in Bluemix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published