Coder Social home page Coder Social logo

tliakos / insights-search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ibm-cloud/insights-search

0.0 2.0 0.0 263 KB

Insights Search provides a search interface for the IBM Insights for Twitter service.

License: Other

JavaScript 65.18% CSS 5.09% HTML 29.73%

insights-search's Introduction

Insights Search Overview

Build Status

Insights Search provides a search interface for the IBM Insights for Twitter service.

Insights Search

Deploy to Bluemix

Running the app on Bluemix

  1. Create a Bluemix Account

    Sign up for Bluemix, or use an existing account.

  2. Download and install the Cloud-foundry CLI tool

  3. Clone the app to your local environment from your terminal using the following command

git clone https://github.com/IBM-Bluemix/insights-search.git
  1. cd into this newly created directory

  2. Edit the manifest.yml file and change the <application-name> and <application-host> from insights-search to something unique.

    applications:
    - services:
      - insights-search-twitter
      name: insights-search
      host: insights-search
      path: .
      memory: 256M
    

The host you use will determinate your application url initially, e.g. <application-host>.mybluemix.net.

  1. Connect to Bluemix in the command line tool and follow the prompts to log in.

    $ cf api https://api.ng.bluemix.net
    $ cf login
    
  2. Create the Insights for Twitter service in Bluemix.

$ cf create-service twitterinsights Free insights-search-twitter
  1. Push the application to Bluemix.
$ cf push

And voila! You now have your very own instance of Insights Search running on Bluemix. Navigate to the application url, e.g. <application-host>.mybluemix.net and start querying Twitter.

Troubleshooting

To troubleshoot your Bluemix app the main useful source of information is the logs. To see them, run:

$ cf logs <application-name> --recent

Built with

Privacy Notice

This application includes code to track deployments to IBM Bluemix and other Cloud Foundry platforms. The following information is sent to a Deployment Tracker service on each deployment:

  • Application Name (application_name)
  • Space ID (space_id)
  • Application Version (application_version)
  • Application URIs (application_uris)

This data is collected from 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. Only deployments of sample applications that include code to ping the Deployment Tracker service will be tracked.

Disabling Deployment Tracking

Deployment tracking can be disabled by removing require("cf-deployment-tracker-client").track(); from the beginning of the app.js file.


Insights Search is a sample application created for the purpose of demonstrating the use of the Insights for Twitter service application. The program is provided as-is with no warranties of any kind, express or implied.

insights-search's People

Contributors

l2fprod avatar

Watchers

 avatar  avatar

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.