Skip to content

JeremyLi28/cloudberry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Tool

About Twitter Stream Data

  • DataType

https://dev.twitter.com/streaming/overview/messages-types

The easiest way to run this demo on local machine

One time task to prepare the AsterixDB instance and the sample data

cd src/main/resources/script

# run the asterix instance in two docker container, one cc + one nc
./docker_run_asterix.sh
# load the sample data 
./upload_sample.sh

Then start the web server and query on!

# start the python web server
cd src/main/resources/twitter-demo
./run_tweetbook_demo.py

About

Interactive Twitter map analytic application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.3%
  • JavaScript 26.7%
  • Java 14.5%
  • CSS 8.1%
  • Smarty 2.3%
  • Shell 1.1%