Ports Search

Results 11,02111,030 of 19,819 for %22HTTP Server%22.(0.02 seconds)
databases/MR-Tarantool-0.0.24 (Score: 9.2878623E-4)
Driver for an efficient Tarantool/Box NoSQL in-memory storage
A driver for an efficient Tarantool/Box NoSQL in-memory storage.
databases/Metadata-0.24 (Score: 9.2878623E-4)
Perl implementation of Dublin Core compatible metadata
This collection of modules provide an implementation of Dublin Core compatible metadata and subclasses for IAFA Templates, SOIF (Harvest) and should be easily extendible to similar (fairly flat) metadata formats.
databases/MongoDB-1.4.2 (Score: 9.2878623E-4)
Mongo Driver for Perl
p5-MongoDB is a Mongo Driver for Perl.
databases/ORLite-Migrate-1.10 (Score: 9.2878623E-4)
Light weight SQLite-specific schema migration
ORLite::Migrate is a light weight single class Database Schema Migration enhancement for ORLite. It provides a simple implementation of schema versioning within the SQLite database using the built-in user_version pragma (which is set to zero by default).
databases/ORLite-1.98 (Score: 9.2878623E-4)
Perl5 extremely light weight SQLite-specific ORM
ORLite is an object-relation system specifically tailored for SQLite that follows many of the same principles as the ::Tiny series of modules and has a design and feature set that aligns directly to the capabilities of SQLite.
databases/Oryx-0.24 (Score: 9.2878623E-4)
Meta-Model Driven Object Persistance with Multiple Inheritance
Oryx is an object persistence framework which supports both object-relational mapping as well as DMB style databases and as such is not coupled with any particular storage back-end. In other words, you should be able to swap out an RDMBS with a DBM style database (and vice versa) without changing your persistent classes at all.
databases/Prophet-0.751 (Score: 9.2878623E-4)
Distributed database system
Prophet is a distributed database system designed for small to medium scale social database applications.
databases/RRD-Simple-1.44 (Score: 9.2878623E-4)
Simple interface to create and store data in RRD files
RRD::Simple provides a simple interface to RRDTool's RRDs module. This module does not currently offer fetch method that is available in the RRDs module. It does however create RRD files with a sensible set of default RRA (Round Robin Archive) definitions, and can dynamically add new data source names to an existing RRD file. This module is ideal for quick and simple storage of data within an RRD file if you do not need to, nor want to, bother defining custom RRA definitions.
databases/Protocol-CassandraCQL-0.11 (Score: 9.2878623E-4)
Wire protocol support functions for Cassandra CQL3
This module provides the basic constants and other support functions required to communicate with a Cassandra database using CQL3. It is not in itself a CQL client; it simply provides the necessary support functions to allow one to be written. For a complete client, see instead Net::Async::CassandraCQL.
databases/RedisDB-2.46 (Score: 9.2878623E-4)
Perl extension to access redis database
This module provides interface to access redis key-value store, it transparently handles disconnects and forks, supports transactions, pipelining, and subscription mode. Module includes XS and pure Perl versions of the parser.