Einfache Projektliste Software-Karte

Database Engines/Servers
410 Projekte im Ergebnis
Letztes Update: 2010-08-31 11:53

Tokyo Cabinet

Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM. Tokyo Cabinet runs very fast. For example, the time required to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds for a B+ tree database. Moreover, the database size is very small. For example, the overhead for a record is 16 bytes for a hash database, and 5 bytes for a B+ tree database. Furthermore, the scalability of Tokyo Cabinet is great. The database size can be up to 8EB.

Letztes Update: 2011-11-14 22:30

Redland RDF Library Language Bindings

redland-bindings provides high-level language bindings for the Redland RDF C libraries, allowing full access to the C APIs along with enhancements for individual languages. It currently provides bindings in Perl, PHP, Python, and Ruby.

Letztes Update: 2003-11-22 21:18

JDBC SQL Profiler

This small tool connects to the P6Spy JDBC logger
and displays in real time the queries going to the
database. It uses an integrated SQL parser to
build statistics on the most accessed tables and
columns to enable database index creation. Other
information is also gathered and displayed, such
as the request time for a single request, for a
class of request, and for all the requests.
Sorting may be done on these views to detect
database problems efficiently.

(Machine Translation)
Letztes Update: 2004-03-20 23:09

PostgreSQL-relay

PostgreSQL-relay can be used to as a single point of origin for a number of databases. Instead of having to remember (or modify in case of changes) all the names of databases, on which machines and on which ports they are running, you only need to remember one machine and the name of the database. It will then forward the connection to the proper database on the proper port of the proper server.

Letztes Update: 2003-05-31 15:28

GeneWeb

GeneWeb is a system for people who want to publish their genealogy data on the Web. It can also be used locally (not connected on the net) as a normal genealogy program. It uses very efficient techniques of relationship and consanguinity computing, speaks several languages, and can run in conjunction with an existing Web server (CGI) or standalone using its own internal server.

(Machine Translation)
Letztes Update: 2010-10-05 15:52

Infobright Community Edition

Infobright Community Edition (ICE) is an analytic database built on MySQL, designed to deliver very fast query response against large data volumes. It is a self-tuning, columnar database that eliminates the need to create or maintain indexes, partition data, or perform other administrative tasks.

Databank Umgebung: MySQL
Natürliche Sprache: English
Betriebssystem: Linux, Windows
Programmiersprache: C++
Letztes Update: 2014-04-22 13:57

TurnKey MySQL Appliance

TurnKey MySQL is an extremely easy way to get up and running with MySQL in just a couple of minutes. It's a pre-integrated turnkey server based on Ubuntu that is packaged as a Live CD image capable of supporting installations on both physical and virtual machines, including VMWare, Xen, VirtualBox, and KVM. It features a small footprint, automatic security updates, a rich Web administration interface, and an easy to use configuration and installation console. It includes a phpMyAdmin database management front-end.

(Machine Translation)
Letztes Update: 2011-03-24 08:13

SQL Construction Kit

SQL Construction Kit aims to provide a simple builder/factory pattern based approach to generating DML SQL for all popular RDBMS systems. Included builders are SelectBuilder, InsertBuilder, UpdateBuilder, and DeleteBuilder. It is much lighter weight than any of the ORM tools available, and is 100% Java. It is a complete re-factoring of code that has been in production use since 2001 (updated to use features of Java 6). Also included is a Facade patterned Database object that wraps a Datasource object. This provides an execution framework for the results of the Builder objects, which includes simplified transaction and batch management as well as the ability to transparently handle SQL exceptions in a default manner. The Database object also provides a simple object-oriented approach via wrappers around the database metadata.

Letztes Update: 2013-07-17 12:58

Triceps

Triceps is an innovative embeddable Complex Event Processing (CEP) system. It can be thought of as an in-memory database driven by triggers, or a data-flow machine working on a stream of events, or a spreadsheet on steroids. The major architectural advantages of Triceps include the direct use of procedural logic (as opposed to all-SQL systems), support of both compiled and general scripting languages (C++, Perl), light weight, and easy extensibility.

(Machine Translation)
Letztes Update: 2004-07-01 04:47

ObJectRelationalBridge

ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java objects against relational databases. It supports multiple persistence APIs, including JDO, ODMG, and several custom alternatives.

Letztes Update: 2004-09-09 12:56

BlueWonder

BlueWonder is a framework for building all kinds of content management
systems. It supports different types of databases and comes with an
XML-based template engine. It is served with a workflow engine and
role-based access control.

(Machine Translation)
Letztes Update: 2005-07-28 11:31

Infotrope ACAP Server

The Infotrope ACAP Server is an implementation of
RFC2244, complete with asynchronous notification
of changes, stored search results, ACLs, and data
inheritance, etc. It supports TLS and SASL
encryption as well as the entire base standard,
plus a few optional extensions. ACAP allows
applications to store configuration data in a way
that is standard, fully interoperable, and easily
managed by users, administrators, and technical
support teams alike. Infotrope's key features
include the ability to randomly crash the server
without data loss, and backing up of data (even
while it's being written) without losing
integrity.

(Machine Translation)
Letztes Update: 2012-05-30 21:40

Query Object Framework

QOF (Query Object Framework), provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. This framework is unique in that it does not require SQL or any database at all to perform the query. Thus, it allows programmers to add query support to their applications without having to hook into an SQL database.

Letztes Update: 2000-02-02 10:05

a_dbc

Abstract Database Connector is a C/C++ library for making connections to several databases (MySQL, mSQL, PostgreSQL, Interbase, Informix, BDE, ODBC). It runs on Linux, UNIX, BeOS, and Windows, and a dynamic driver loader for ELF OSes is under development.

(Machine Translation)
Letztes Update: 2001-01-30 06:12

Ciao Prolog

Ciao is a complete Prolog system subsuming ISO-Prolog with a novel modular design which allows both restricting and extending the language. Ciao extensions currently include feature terms (records), higher-order, functions, constraints, objects, persistent predicates, a good base for distributed execution (agents), and concurrency. Libraries also support WWW programming, sockets, and external interfaces (C, Java, TCL/Tk, relational databases, etc.). An Emacs-based environment, a stand-alone compiler, and a toplevel shell are also provided.