Volker Oboda is a managing director at TeamDrive Systems GmbH, which is
located in Hamburg, Germany.
As a sales executive for 20 years, Volker has broad experience in soft- and
hardware sales and team leadership, held various top management sales and
management positions in global companies. Before TeamDrive, he worked at
SNAP as Director Marketing & Sales where he
was responsible for worldwide sales, marketing and operations. Prior to SNAP,
Volker was General Manager Marketing & Sales for SEIKO Precision (Europe)
where he held various positions within his 11 years employment.
At TeamDrive Systems we have been using the MySQL 5.1 "Pluggable API" since May 2008. As an OEM customer, we embed the MySQL Server into our product, the TeamDrive client.
TeamDrive Systems provides smart collaboration software, a scalable platform and Internet services, which enable users to build millions of micro-social networks and/or virtualize their own documents to share (sync) among their personal devices as well as among their friends. TeamDrive 2.0 is both software and a service. The smart client software is intuitive to use, watches folders in the file system and enables automatic synchronization, automatic versioning and automatic encryption, providing privacy and security for personal and corporate workspaces without any necessity of an own server and enhanced IT infrastructure.
Documents (i.e. Office-files, photos, music, videos...) are always accessible, even when offline. In conjunction with the robust and scalable TeamDrive services, our solution allows secure cross-company as well as cross-platform collaboration. Its simplicity, ease of use and the very highest security standard (SOX compliance) renders it the collaboration platform of choice for everybody and even corporations, too. TeamDrive eliminates e-mail chaos, repetitive search for latest versions and security risks. Its built-in backup and versioning techniques stand for virtually "un-losable documents". Users enjoy greatly improved productivity, increased by up to 50%. Secure ad-hoc collaboration across company borders is finally usable by individuals, without the need of an IT department. All with minimum cost for the user.
TeamDrive 2.0 is a complete new technology; new client architecture and paired with our new cloud computing back-end server architecture an un-paralleled solution. With our technology, the dream of seamless collaboration is finally there: millions of individuals can easily share hundred thousands of personal files each, securely under their own control, almost unnoticeable in the background of their file system.
Technically speaking, a TeamDrive client tracks relevant changes on a local directory tree and keeps a history of changes. Those changes are sent to a central server which has the task to store and serialize them. Finally, these changes are downloaded by other connected clients and integrated into their local directory tree. This ensures a fully featured bidirectional replication to other clients. As a result, each client can work online and offline on the same data. The built-in handling of conflict and local versioning, which offers the necessary user convenience functions, can technically be understood as an implicit optimistic locking of files in a distributed system. Internally, TeamDrive works with an intelligent client and a relatively simple server. So there is a MySQL Server 5.1 with the PBXT Storage Engine running on every TeamDrive client.
The reason we need MySQL 5.1 is the pluggable API: MySQL together with PBXT helps us to handle BLOBs in a very efficient way. MySQL and PBXT are cross platform available.
The TeamDrive client application is developed using the Trolltech/Nokia Qt GUI library, C++ and Java. Development tools include Eclipse and Subversion (SVN)
The TeamDrive client will be available for Microsoft Windows, Mac OS X and Linux.
A local client application doing file system change tracking and versioning, as well as offering a clickable UI to review changes. As the client is part of the user interface, it is necessary to provide good performance and concurrency to achieve fast UI responsiveness.
The new MySQL 5.1 pluggable storage engine API is essential to the success of our project because we are using custom 3rd party engines. In particular, we use the PBXT transactional storage engine from PrimeBase Technologies for table storage. The plugin API also allows to add support for streaming BLOB data in and out of the database. Now, with the possibility of custom extensions at the storage level added to an already great product, Sun has provided a very compelling solution!
Other aspects that led to our choice of MySQL:
Our general decision was also affected by meeting the following criteria:
We would like to thank the MySQL developers for giving us the tools that help us to make TeamDrive better, easier and faster!
Read and post comments on this article in the MySQL Forums. There are currently 0 comments.