You're early for the party

We haven't launched yet. We do have a blog though! If you'd like us to let you know when we've got some important news, please leave your e-mail address - we promise we won't hassle you unless it's worth it!

Posts Tagged ‘open source’

Technical architecture for prediction markets

One key question for the Wisdom Hive project is this: what is the best way of implementing a prediction market given the technologies available to us?  Most of the answers to this question are obvious and even quite conventional, but it’s worth examining the question - and the answers - in more detail.

First of all, what requirements does a prediction market have?

  1. Some form of data storage, to store the current state of the market and its participants
  2. Some interface by which that state can be altered
  3. A means for participants to discover the state of the market and observe changes
  4. The means to create new markets and share them with others
  5. To achieve all of the above using open standards

The first requirement is easily handled by any kind of database, though we might return to the specifics later.  The second requirement is where things start to get interesting, especially as the decision here will also determine the decisions made for the third and fourth requirements.

(more…)