Main Memory Relational Database Management System
- Fastest query execution
- Post-relational features
- Tight integration with C++
- Automatic scheme evaluation
- Efficient log-less transactions
- Zero time recovery
dbf is an easy-to-use command line tool to show and convert the content of
dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content
to the screen or converts it to comma-separated (*.csv) files which can be
opened in Excel, StarOffice, and most other spread sheets. It can also be
used to show some statistics about the content.
Programs to convert .dbf files to MySQL tables and vice versa
dbf2mysql: converts a .dbf to a MySQL table
mysql2dbf: converts a MySQL table to a .dbf file
A little tool that will display dBase III files. You can also use
it to convert your old .dbf files for further use with Unix. It should
also work with dBase IV files, but this is mostly untested.
dbview displays the contents of a dBase III or IV database file. This is
done by displaying both the name of the field itself and its value. At
the end of every record a newline is appended.
Gadfly is a relational database management system which uses a
large subset of very standard SQL as its query language and Python
modules and optional Python/C extension modules as its underlying
engine. Gadfly stores the active database in memory, with recovery
logging to a file system. It supports an optional TCP/IP based
client server mode and log based failure recovery for system or
software failures (but not for disk failures).
Galera wsrep provider to Galera Cluster for MySQL, an easy-to-use
high-availability solution with high system up-time, no data loss,
and scalability for future growth.
Gnatsweb is a web interface to GNATS, the GNU Problem Report
Management System. It is a Perl CGI script which runs on your
web server.
Redis client for Go. It supports all Redis commands and common features such
as pipelines and pubsub.
Geographic Resources Analysis Support System
(GRASS GIS)
An open source Geographical Information System (GIS) with raster,
topological vector, image processing, and graphics production functionality
that operates on various platforms through a graphical user interface and
shell in X-Windows. It is released under GNU General Public License (GPL).