M
mp
Hi all,
My current project is evolving over time as are my self inflicted
requirements.<g>
I'm now seeing the need to store info over time for comparisons
The project gathers daily info on stocks from web.
Up to 85 criteria can be chosen for what to look at.
at this point I am only looking at 10 or so but just starting
so that could evolve with time.
if i get data for 10 or so stocks that's between 100-850 'data points'
daily, and i need to watch trends over time so even at 100
that could be from 36500 to 365000 in a year(approx)
(even if i dont' want to see all 85 criteria today, i may find in the
future
that i wished i'd collected past data)
i found serializing one object to be easy.
i'm not so confident about being able to learn database.
I have a feeling however that xml files will become quickly unweildy
as compared a single .db file.
and obviously data mining/relationship comparisons would be much richer with
sql compared to comparing thousands of xml files.
Any thoughts? or simple tutorials on database in .net?
obviously i can find 100000 hits on google, but someone here may
already have culled some good ones
thanks
mark
My current project is evolving over time as are my self inflicted
requirements.<g>
I'm now seeing the need to store info over time for comparisons
The project gathers daily info on stocks from web.
Up to 85 criteria can be chosen for what to look at.
at this point I am only looking at 10 or so but just starting
so that could evolve with time.
if i get data for 10 or so stocks that's between 100-850 'data points'
daily, and i need to watch trends over time so even at 100
that could be from 36500 to 365000 in a year(approx)
(even if i dont' want to see all 85 criteria today, i may find in the
future
that i wished i'd collected past data)
i found serializing one object to be easy.
i'm not so confident about being able to learn database.
I have a feeling however that xml files will become quickly unweildy
as compared a single .db file.
and obviously data mining/relationship comparisons would be much richer with
sql compared to comparing thousands of xml files.
Any thoughts? or simple tutorials on database in .net?
obviously i can find 100000 hits on google, but someone here may
already have culled some good ones
thanks
mark