I'm still very vague at the moment of everything I want to include on it,

Stage 1 of any project is to plan what you want. Often decisions you make at the begining can deeply commit you to a particular course of action. Define what is core (must have) and what is to be placed on the wish list. This way you can get a working system up and then add the frills as time, money and experience dictate.

All i know is it will be large and hopefully I want to make it as scalable as possible ( which shouldnt be hard with a flat file db system )

Sorry, this is just plain wrong. Flat files are the worst possible choice for a project that aims to be large and scaleable. Databases basically sprang into existence to fix the deficiencies of flat files in large, scaleable, robust data applications.

I was going to use mysql but I do not yet have enough knowledge of it at the current moment.

For what you want "Don't leave home without it!"

I agree the everything engine +/- Tim Vroom (click here for vroom) may be a good option.

tachyon


In reply to Re: Large Project opinion by tachyon
in thread Large Project opinion by dkode

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.