Projects tagged ‘database_administration’


[10 total ]

8 Users
 

Maatkit is a collection of essential command-line utilities for MySQL: *Table Checksum* checks whether tables have the same data, ie check slaves for consistency with the master. *Table Sync* ... [More] efficiently finds/resolves differences between two tables. *Show Grants* helps extract, compare, change, synchronize, and version control user privileges. *Slave Restart* monitors a replication slave for errors and tries to restart it. *Slave Delay* implements delayed replication. *Find* is the MySQL counterpart to the UNIX ‘find’ command, for table metadata. *Duplicate Key Checker* checks for whole or partial key duplication. *Archiver* helps purge stale data. also: *Deadlock Logger* *Query Profiler* *Parallel Dump* *Parallel Restore* *Heartbeat* *Visual Explain* See homepage for more info [Less]
Created over 2 years ago.

7 Users

Database migrations for .NET. Based on the idea of Rails ActiveRecord Migrations.
Created about 1 year ago.

2 Users
 

daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing ... [More] engine and integrates with GoogleMaps for geo-locating. [Less]
Created about 1 year ago.

2 Users
   

Ruby is an interpreted scripting language for object-oriented programming which is open source and free. Like Perl, it has excellent support for text files. It runs on multiple platforms including Linux, Unix, Windows and Mac OS.
Created about 1 year ago.

2 Users

Web development framework written in java, based upon jdbc and Velocity. High test coverage, good object decomposition. Includes a shop, messageboards and CMS. Fully integrated with Maven 1 and 2.
Created over 3 years ago.

1 Users

Ingres Consolidated Application Foundation for Eclipse (CAFÉ) is an award winning Java application development tool that accelerates and simplifies development with Java. Ingres CAFÉ is an open ... [More] source community-contributed project that eliminates the time-consuming tasks of acquiring, installing, and configuring the many components developers need in a Java application development environment. Ingres CAFÉ delivers a "one click and code" solution for Java development, bringing together leading open source products. Given that they are built on the Eclipse open source integrated development environment and Ingres Database, the applications can scale from the desktop to the data center without modification. [Less]
Created 8 months ago.

1 Users

Platform-independent PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates output file that can be used for upgrade of old schema.
Created 12 months ago.

1 Users

The Ingres Eclipse Data Tools Plug-in (DTP) provides developers access to the most powerful Open Source database available from their Eclipse integrated development environment (IDE). It is a great ... [More] way to connect to and browse all your Ingres databases. You can browse tables and triggers (also known as rules in Ingres), procedures, sequences, synonyms and views. The Ingres Eclipse DTP is available for both Ganymede and Europa. [Less]
Created 11 months ago.

0 Users

DbmJui is a SAPDB / MAXDB Administration tool. Its objective is to clone DBMGUI, but using a cross-platform programming language.
Created over 2 years ago.

0 Users

Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is ... [More] designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code. Other developers then check out the new migrations and apply them to their local database. Finally, the migrations are used to migrate the production databases to the latest schema version. [Less]
Created 5 months ago.