Bookmark
SparkleShare - Sharing work made easy
sparkleshare.org/, posted 2011 by peter in free linux mac opensource software storage sync
SparkleShare is a collaboration and sharing tool that is designed to keep things simple and to stay out of your way.
Bookmark
Syncany - Open-source file synchronization and filesharing application
www.syncany.org/, posted 2011 by peter in free linux opensource software storage sync
Syncany is an open-source cloud storage and filesharing application. It allows users to backup and share certain folders of their workstations using any kind of storage, e.g. FTP, Amazon S3 or Google Storage.
Bookmark
BrowserCouch Documentation
hg.toolness.com/browser-couch/raw-file/blog-post/index.html, posted 2011 by peter in development distributed javascript storage toread
BrowserCouch is an attempt at an in-browser MapReduce implementation. It's written entirely in JavaScript and intended to work on all browsers, gracefully upgrading when support for better efficiency or feature set is detected.
Not coincidentally, this library is intended to mimic the functionality of CouchDB on the client-side, and may even support integration with CouchDB in the future.
...
To learn how to use BrowserCouch, check out the work-in-progress tutorial.
Bookmark
boar - Project Hosting on Google Code [a Binary Version Control System]
https://code.google.com/p/boar/, posted 2011 by peter in backup free linux recovery software storage versioncontrol windows
If you are familiar with vcs software such as Subversion, you might think of boar as "version control for large binary files". But keep reading, because there is more to it.
Boar stores snapshots of directory trees in a local or remote repository and provides tools to ensure that your data is consistent and complete. You can keep just some or all of your data checked out for viewing and editing.
The repository has a simple layout to ensure that the data can easily be extracted even if the original software should be unavailable. This simplicity makes boar ideal for data that needs safe long-term storage.
Bookmark
Disqus: Scaling the World’s Largest Django Application
ontwik.com/python/disqus-scaling-the-world%e2%80%99s-largest-django-application/?utm_medium=twitter&utm_source=twitterfeed, posted 2011 by peter in development distributed hosting python scalability storage toread video
Disqus, one of the largest Django applications in the world, will explain how they deal with scaling complexities in a small startup.
There are many benefits to keeping a lightweight stack. At Disqus, keeping the stack thin helps us scale Django to reach over 125 million unique visitors a month with just a small team of engineers. Avoiding complicated software packages until needed reduces unnecessary overhead, and has let us stay nimble, and use new capabilities in Django (i.e., database routing) and other software as they arise. The talk will cover key parts of the architecture and development process at Disqus, including databases (relational and non), queues, automated testing, and continuous deployment.
Bookmark
How To Boot An ISO With GRUB2 (The Easy Way!) ~ Web Upd8: Ubuntu / Linux blog
www.webupd8.org/2011/02/how-to-boot-iso-with-grub2-easy-way.html, posted 2011 by peter in howto linux storage
If you want to try out a new Linux distro, be it the latest Ubuntu 11.04 Natty Narwhal daily ISO or any other (I've only tested it with Ubuntu though!) and don't want to burn a CD each time you want to try a new daily build (and you don't have an USB memory stick around), you can use a cool GRUB 2 feature that lets you boot a live CD ISO directly from your hard disk. You can also use this method to boot varous utilities such as Super Grub Disk, SystemRescueCD, Parted Magic and so on.
Bookmark
Redis 2.0
code.google.com/p/redis/, posted 2010 by peter in development distributed free scalability software storage
Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.
In order to be very fast but at the same time persistent the whole dataset is taken in memory, and from time to time saved on disc asynchronously (semi persistent mode) or alternatively every change is written into an append only file (fully persistent mode). Redis is able to rebuild the append only file in background when it gets too big.
Bookmark
LiquiBase | Database Refactoring | home
www.liquibase.org/, posted 2010 by peter in development java software sql storage versioncontrol
You never develop code without version control, why do you develop your database without it?
LiquiBase is an open source (LGPL), database-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable yet trackable form and checked into source control.
Bookmark
MySQL Replication between Amazon EC2 Instances - How To Setup Replication in The Cloud [a NonHostile article]
www.nonhostile.com/howto-mysql-replication-amazon-ec2-aws.asp, posted 2010 by peter in backup distributed howto linux storage toread
The article discusses how to setup MySQL Replication between two Amazon EC2 instances. It walks you though setting up replication for an empty database server. Adding a slave to a server already full of data is a different article.
It is assumed that you already know the basics of starting EC2 instances, connecting to them via SSH and editing files in Linux using vi/vim etc. For this tutorial, I am using the Amazon built machine image ami-2b5fba42 which is Fedora 8 base image.
Bookmark
Cloud storage in a post-SQL world
arstechnica.com/business/data-centers/2010/02/-since-the-rise-of.ars, posted 2010 by peter in cloudcomputing scalability storage toread
Since the rise of the Web, SQL-based relational databases have been the dominant structured storage technology behind online applications. The past few years have seen the emergence of the cloud as a compelling environment for online application development, bringing true utility computing into the infrastructure pantheon. But the cloud and SQL do not mix well, and multiple efforts are now underway to offer viable alternatives to the venerable database. In this article, I'll review the forces that have led to this shift, and I'll argue that while relational databases are by no means doomed, they will soon be joined in the cloud, and possibly out-shined by, new non-relational database technologies.
|< First < Previous 11–20 (69) Next > Last >|