Personal project – TIA for EVE Online

I’ve been an avid player of EVE Online for a number of years now, and have finally gotten started on something that I’ve wanted to do for quite a while: develop (as far as possible) a Total Information Awareness application. This app would initially be focused on supporting and advising a care bear industry corporation so that it can make as much ISK as humanely possible.

To this end I’ve started up a site called www.morninglightmountain.com where I’m releasing bits and pieces as they become useful, under the name Capital Intelligence. My initial focus was a system that looked something like:

image

With a SQL Server central repository DB comprising the static data dump + updates from the EVE and EVE Central APIs. A WPF client app then runs on the desktop, directly accessing the data in the repository.

The problems with this architecture are :

  • Access to the repository from outside it’s network requires exposing the DB.
  • Access to the data is only available from a rather fat WPF client.

Whilst the appeal of building a rather spanky WPF to graphically “show off” was very tempting it made more sense to adopt a system that looked more like:

imageWhere access to the central repository is through a dedicated web application. In addition to increasing the exposure of the system without exposing the DB, it also opens access up to a number of additional platforms (netbook, mobiles, etc.)

Progress, thus far, has been steady (if a little slower than I’d like) and has resulted in a system that gives me access to the state of my corporate wallets as well as my market orders. Currently I’m working on tracking industry jobs (R+D and manufacturing), although the API can be a little “unsupportive” around this data. Any technical commentary will probably get cross-posted from www.morninglightmountain.com to here.

Comments

# re: Personal project – TIA for EVE Online
Gravatar I'd be very interested in doing a short interview of this project of yours for my blog CrazyKinux's Musing. Would you be up for it?
Left by CrazyKinux on 10/13/2009 5:56 PM
# re: Personal project – TIA for EVE Online
Gravatar Sounds great, drop us a line and we'll get it sorted!
Left by dgray on 10/14/2009 8:26 AM

Leave Your Comment

Title*
Name*
Email (never displayed)
 (will show your gravatar)
Url
Comment*

Please add 1 and 2 and type the answer here:

Preview Your Comment.