Tables
The component models the data in Twitter as a list of tables in a relational database that can be queried using standard SQL statements.
CData SSIS Components for Twitter Tables
Name | Description |
DirectMessages | Send direct messages and query messages sent and received by the authenticated user. |
Favorites | Create, delete, and query a list of favorite tweets of the authenticated user and allow the user to favorite new tweets or remove existing favorites. |
Following | Create, delete, and query a list of users that the current Twitter account is following, otherwise known as friends. |
StreamRules | Query, add or delete rules to your stream. After you have added rules to your stream, you can retrieve all of the Tweets that match by querying the TweetStream view. |
Tweets | Create, delete, and query status updates and tweets from the authenticated user. |