Can anybody drop a brief outline of what I'll need to accomplish this. What are the easiest languages/programs to use?
Quote from cdcaveman:
maybe if you gave a little more detail as to where your pulling data from.. and what your going to be using the data with..
Quote from PocketChange:
Take a look at SQLite >>> sqlite.org
They provide c libraries so you can stream and save tick data into standalone sql databases. Clean - Fast and Compact: No server required.
You are able to serve these database files using SQLabs - CubeSQL and feed virtually any system.
If your excel centric you may want to take a look at RICHClient put out by Olaf Schmidt and available at thecommon.net.
One time pain setting it up but it has served us well for many years now.