Difference between revisions of "Twitter"

From BaseX Documentation
Jump to navigation Jump to search
Line 1: Line 1:
 
This article is about the use of BaseX for processing and storing the live [http://twitter.com Twitter] stream into databases. We illustrate some statistics about the Twitter data and the performance of BaseX.
 
This article is about the use of BaseX for processing and storing the live [http://twitter.com Twitter] stream into databases. We illustrate some statistics about the Twitter data and the performance of BaseX.
  
=Twitter Stream Data=
+
=Twitters' Streaming Data=
  
 
The following figure shows the amount of data, that is delivered by the [https://dev.twitter.com/docs/streaming-apis Twitter Streaming API] to the connected endpoints with the 10% gardenhose access per hour
 
The following figure shows the amount of data, that is delivered by the [https://dev.twitter.com/docs/streaming-apis Twitter Streaming API] to the connected endpoints with the 10% gardenhose access per hour

Revision as of 11:07, 25 May 2012

This article is about the use of BaseX for processing and storing the live Twitter stream into databases. We illustrate some statistics about the Twitter data and the performance of BaseX.

Twitters' Streaming Data

The following figure shows the amount of data, that is delivered by the Twitter Streaming API to the connected endpoints with the 10% gardenhose access per hour on the 6th of the months February, March, April and May. It is the pure public live stream without any filtering applied.

Tweets.png

Statistics about the data:

Example Tweet (JSON):

Example Tweet (XML):

<repositories>
  <repository>
    <id>basex</id>
    <name>BaseX Maven Repository</name>
    <url>http://files.basex.org/maven</url>
  </repository>
</repositories>

BaseX Performance