Difference between revisions of "SteemData"

From Steem Center
Jump to: navigation, search
Line 28: Line 28:
 
==Links==
 
==Links==
 
* '''Official website''' [https://steemdata.com/ https://steemdata.com/]
 
* '''Official website''' [https://steemdata.com/ https://steemdata.com/]
 +
 +
== In other languages ==
 +
 +
* [https://www.steem.center/index.php?title=Steemdata_gal '''Galego''']
 +
* [[繁體中文]] (Chinese, Traditional) : [[Steem.center(繁)]]
 +
* [[简体中文]] (Chinese, Simplified) : [[Steem.center(简)]]
 +
* [[日本語]] (Japanese): [[Steem.center (jp)]]
 +
* Include other [[Languages|languages]] versions if available
 +
 +
<br>
 +
  
 
[[Category:Data]]
 
[[Category:Data]]

Revision as of 17:48, 23 July 2017

Steemdata was created by the user @furion. It hosts a public access mongodb database with steemit data that is updated constantly. Data from the blockchain is processed before being stored in steemdata collections, thus no raw blockchain data is stored.

Data

Currently the collections available are:

  1. Accounts
    Accounts contains Steem Accounts and their: - account info / profile - balances - vesting routes - open conversion requests - voting history on posts - a list of followers and followings - witness votes - curation stats
  2. Posts
    Here you can find all top-level posts, with full-text search support for content bodies.
  3. Operations
    Operations contains all the events that happened on the blockchain so far. You can query for operations in individual blocks, or by time, operation type (comment, transfer, vote...) or arbitrary properties.
  4. AccountOperations
    Same as operations, but with account ownership attached for easy querying.
  5. PriceHistory
    Snapshots of Bitcoin, STEEM, SBD and USD implied prices.

Documentation to use this service can be found here. Since this a mongodb database, it can be used with any language that can connect to mongodb.

Services

Besides the public acces database, the author has created other services around this system:

  • SteemCharts
    This web page shows charts with updated information about steemit and general indicators. The source code is very valuable since it can help understand how to use steemdata's service.
  • Notify is a service that sends email and telegram messages when certain actions are detected. Steemit lacks basic notifications at the moment (July 2017), so this service seems useful.
  • Mentions app searches for the mentions a user or a phrase has in the last 90 days.
  • Post history app shows the different editions that has been made to a post.

Links

In other languages