Free Software Foundation!

Join now

Semantic search

This entry published by the Free Software Foundation.

[Edit query]| Show embed code


Previous     Results 1– 17    Next        (20 | 50 | 100 | 250 | 500)


Berkeley Database The Berkeley Database is an embedded database system. Its access methods include B+tree, Extended Linear Hashing, fixed and variable-length records, and Persistent Queues. Berkeley DB provides full transactional support, database recovery, online backups, and separate access to locking, logging and shared memory caching subsystems. The program supports C, C++, Java, Tcl, Perl, and Python APIs.

Check Postgres check_postgres is a script for monitoring various attributes of your database. It is designed to work with Nagios, MRTG, or in standalone scripts.

DBA Companion DBACompanion is a graphical administration tool for Oracle databases that lets you visualise the contents of a data dictionary. It lets you browse the data dictionary, drill down from one piece of information to related ones, generate SQL scripts based on data dictionary information, and customize all the SQL used by the tool.

Django Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Elog ELOG (Electronic Web Lobgook) is an electronic logbook with a Web interface. It can be used to maintain personal or shared logbooks, with the ability to add attachments to logbook pages. Logbook entries can be categorized with user-defined classes, and queried using filters on these classes. Automatic email notifications can be sent on new entries based on these classes. The ELOG server is a small stand-alone C program, which runs under GNU/Linux. The logbooks are saved in plain ASCII files for easy and fast access.

GNU SQL Heckert gnu.small.png Portable multiuser relational database management system. It supports the full SQL89 dialect and has some extensions from SQL92. It provides multiuser access and transaction isolation based on predicative locks. The working OS is Unix; the working language is C. The program also uses RPC, shared memory, and message queues. Note: as of June 26, 2001, this program is no longer being maintained or developed.

Gdbm Heckert gnu.small.png A set of database routines that use extensible hashing. The routines work like the UNIX dbm routine.

Gurgle Heckert gnu.small.png As of May 04, 2001, 'grg' has been renamed GURGLE. Reads record and field information from a dBase 3+ file, delimited ASCII text file, or an SQL query to a RDBMS and produces a report listing. The program was designed primarily to produce a TeX/LaTeX formatted output, but plain ASCII text, troff, PostScript, HTML, or any other kind of ASCII based output format can be produced also. The program is ideal for generating large bodies of text where various parts of the text are substituted with information from a database. It's particularly useful for generating mainly static web pages with small amounts of dynamic content. A definition file controls the formatting process, which holds the report, page, and record layouts, what fields to display, and where. Other useful functions include sorting, filtering, and data manipulation of records in the database. Main features include:

  • Multiple input databases or queries
  • Support for ASCII delimited text, dBase 3+, CA-Ingres, GNU SQL, MySQL, and PostgreSQL databases
  • Sorting of database records
  • Automatic banner placement at the start of each sorted group
  • Filters using regular expressions or useer defined function
  • Five main text bodies-- header, footer, record, 1st page, and nth page
  • User defined macros, text bodies, and equations on field contents, including the conditionals
  • User configurable input parsing patterns (default is like awk)
  • Include files
  • Environment variables
  • System variables
  • Multiple file output
  • General purpose processing language
  • Optional GUILE support

Kexi Kexi is an integrated visual environment for managing data. It helps with creating database schemas and inserting, querying, and processing data. It integrates smoothly into KDE and KOffice, and is designed to compete with Microsoft Access. It is supported under Linux and MS Windows.

Mc 2 Heckert gnu.small.png MC is a C++ program that creates vector-space models from text documents that can be used for text mining applications. MC provides an efficient multi-threaded implementation that can process very large document collections. The MC program: 1. Recursively descends directories, finding text files 2. Processes files selectively through full regular expression matching of file names. 3. Builds a sparse matrix of word/token counts. The particular sprse marix format used is given here. 4. Processes any user specified text formats(email address or URLs) as a whole token through regular expression matching or FLEX definition. 5. Prunes vocabulary by word length and frequency 6. Excludes user specified stop words 7. Sets word vector weights according any of the txx, txn, tfn, tfx, lxx, lxn, lfn, lfx scaling schemes. 8. Writes all data structures to disk in the Compressed Column Storage format. The application does not have English parsing or part-of-speech tagging facilities or complete documentation

MonetDB MonetDB is a database management system developed from a main-memory perspective using a fully decomposed storage model, automatic index management, extensibility of data types and search accelerators, and SQL- and XML- frontends. It was designed to provide high performance on complex queries against large databases, e.g. combining tables with hundreds of columns and multi-million rows. Because of this, MonetDB can be used in application areas that have in the past been too slow for using traditional database technology in real-time.

PhpMyAdmin phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.

PhpPgAdmin 'phpPgAdmin' is an administration package for PostgreSQL. It has all the functionality needed to completely administer a PosgreSQL server and/or database, including the ability to administer views, sequences, stored procedures, and triggers. Features include the ability to create and drop databases; create, copy, drop, and alter tables/views/sequences/functions/triggers; edit and add fields (to the extent Postgres allows); execute any SQL-statement, even batch-queries; manage keys on fields; create and read dumps of database and tables; and administer one single database, multiple servers, and Postgres users/groups.

Pybliographer Pybliographer is a tool for managing bibliographic databases that can be used to searching, editing, reformatting, etc. through its GNOME interface. The program supports several bibliographic formats, and can be extended to uses like generating HTML scripts according to bibliographic searches. Sample scripts come with the program. The program currently supports the following formats: BibTeX, Medline, Ovid, ISI and Refer.

QDBM 'QDBM' is an embedded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API.

SkipDB SkipDB is transactional, sorted key/value pair database. It is similar to BerkelyDB/Sleepycat but based on skip lists, which makes it smaller (~1600 lines of database code), simpler, and faster (appears to be ~4x as fast as SleepyCat for individual transactional updates).

Sweater Sweater is a generic database front end tool. The goal is to be able to use sweater to communicate with any SQL database backend (using unixODBC) and to be toolkit independent by using the GNUTS library. This project was a GNU package. It has since been decommissioned and is no longer developed

Previous     Results 1– 17    Next        (20 | 50 | 100 | 250 | 500)

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.


The FSF is a charity with a worldwide mission to advance software freedom — learn about our history and work.

Copyright © 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.

Licensed under the GNU Free Documentation License, version 1.3 or later.

The FSF also has sister organizations in France, Latin America, Europe and India.

Powered by MediaWiki and Semantic MediaWiki

Toolbox