Ports Search

Results 341350 of 1,144 for /databases/.(0.004 seconds)
databases/opentsdb-2.2.0 (Score: 0.09045241)
OpenTSDB is the Scalable Timeseries Database
OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase. OpenTSDB was written to address a common need: store, index and serve metrics collected from computer systems (network gear, operating systems, applications) at a large scale, and make this data easily accessible and graphable.
databases/Amazon-SimpleDB-0.03 (Score: 0.09045241)
Low-level perlish interface for working with Amazon SimpleDB service
Amazon::SimpleDB provides a "low-level" perlish interface for working with Amazon's SimpleDB (SMB) service.
databases/Amon2-DBI-0.32 (Score: 0.09045241)
Perl extension of simple DBI wrapper
Amon2::DBI is a simple DBI wrapper. It provides better usability for you.
databases/AnyEvent-BDB-1.1 (Score: 0.09045241)
Truly asynchronous Berkeley DB access
AnyEvent::BDB is an AnyEvent user, you need to make sure that you use and run a supported event loop. Loading this module will install the necessary magic to seamlessly integrate BDB into AnyEvent, i.e. you no longer need to concern yourself with calling BDB::poll_cb or any of that stuff (you still can, but this module will do it in case you don't). The AnyEvent watcher can be disabled by executing undef $AnyEvent::BDB::WATCHER. Please notify the author of when and why you think this was necessary.
databases/AnyEvent-CouchDB-1.31 (Score: 0.09045241)
Non-blocking CouchDB client based on jquery.couch.js
AnyEvent::CouchDB is a non-blocking CouchDB client implemented on top of the AnyEvent framework. Using this library will give you the ability to run many CouchDB requests asynchronously, and it was intended to be used within a Coro+AnyEvent environment. However, it can also be used synchronously if you want. Its API is based on jquery.couch.js, but we've adapted the API slightly so that it makes sense in an asynchronous Perl environment.
databases/rdb-2.6d (Score: 0.09045241)
Fast, portable, relational database management system
RDB is a fast, portable, relational database management system without arbitrary limits, (other than memory and processor speed) that runs under, and interacts with, the UNIX Operating system. It uses the Operator/Stream DBMS paradigm described in "Unix Review", March, 1991, page 24, entitled "A 4GL Language". There are a number of "operators" that each perform a unique function on the data. The "stream" is supplied by the UNIX Input/Output redirection mechanism. Therefore each operator processes some data and then passes it along to the next operator via the UNIX pipe function. This is very efficient as UNIX pipes are implemented in memory (at least in versions of UNIX at RAND). RDB is compliant with the "Relational Model". The data is contained in regular UNIX ASCII files, and so can be manipulated by regular UNIX utilities, e.g. ls, wc, mv, cp, cat, more, less, editors like the RAND editor 'e', head, RCS, etc.
databases/oracle7-client-0.02 (Score: 0.09045241)
Oracle 7 client
Oracle 7 client
databases/oracle8-client-0.2.0 (Score: 0.09045241)
Oracle 8 client
This is a FreeBSD binary port of Oracle client libraries (OCI) made from Oracle 8.1.7.1 for Linux. This port is not officially supported by Oracle. USE AT YOUR OWN RISK!
databases/AnyEvent-DBD-Pg-0.03 (Score: 0.09045241)
Perl extension for AnyEvent interface to DBD::Pg async interface
AnyEvent interface to DBD::Pg's async interface.
databases/AnyEvent-Memcached-0.05 (Score: 0.09045241)
AnyEvent memcached client
Asyncronous memcached/memcachedb client for AnyEvent framework