"Unlimited" data storage service?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rowan
    Too lazy to set a custom title
    • Mar 2002
    • 17393

    #1

    "Unlimited" data storage service?

    Besides Amazon S3 are there any services that provide scalable, virtually unlimited storage/hosting services? I have a need to archive a growing amount of data and while I could just buy up HDs at this end it will cost a fair bit to transfer the data into the office in Australia (between $0.50 - $5.00 per gig)

    At the moment building a custom server with a few 1TB HDs would be far cheaper than S3, but it doesn't scale for future needs (or reduce in monthly cost if I scale down the operation)

    Any ideas?
  • Spudstr
    Confirmed User
    • Jan 2003
    • 2321

    #2
    http://hadoop.apache.org/core/
    http://kosmosfs.sourceforge.net/

    distributed file type system might be worthwhile to look into for you/needs.
    Managed Hosting - Colocation - Network Services
    Yellow Fiber Networks
    icq: 19876563

    Comment

    • rowan
      Too lazy to set a custom title
      • Mar 2002
      • 17393

      #3
      Originally posted by Spudstr
      http://hadoop.apache.org/core/
      http://kosmosfs.sourceforge.net/

      distributed file type system might be worthwhile to look into for you/needs.
      Build up my own network, adding extra nodes (servers) as needed? That's a good idea too, since it allows for better random access when I actually need to use the data. Hmmm.

      Comment

      • brandonstills
        Confirmed User
        • Dec 2007
        • 1964

        #4
        everything I've seen is really expensive. Much much cheaper to just store locally.

        Brandon Stills
        Industry and programming veteran
        [email protected] | skype: brandonstills | ICQ #495-171-318

        Comment

        • rowan
          Too lazy to set a custom title
          • Mar 2002
          • 17393

          #5
          Originally posted by brandonstills
          everything I've seen is really expensive. Much much cheaper to just store locally.
          As mentioned above I storing "locally" isn't really the best option because of the cost to transfer data to the office here. Internet is not cheap in AU.

          Then again if it's accessed infrequently enough it's pretty much a one-off cost... once to transfer data in, once to write it to a couple of HDs. With S3 you're paying per month for long term storage.

          Comment

          Working...