Ports Search

Results 1,7411,750 of 5,824 for /net/.(0.003 seconds)
databases/mongodb32-3.2.9 (Score: 0.062004834)
Distributed document-oriented "NoSQL" database
Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. A common name in the "NOSQL" community.
databases/jdb-1.14 (Score: 0.062004834)
JDB manipulates flat-ASCII databases from shell scripts
JDB is a package of commands for manipulating flat-ASCII databases from shell scripts. JDB is useful to process medium amounts of data (with very little data you'd do it by hand, with megabytes you might want a real database). JDB is very good at doing things like: * extracting measurements from experimental output * re-examining data to address different hypotheses * joining data from different experiments * eliminating/detecting outliers * computing statistics on data (mean, confidence intervals, histograms, correlations) * reformatting data for graphing programs Rather than hand-code scripts to do each special case, JDB provides higher-level functions. JDB is built on flat-ASCII databases. By storing data in simple text files and processing it with pipelines it is easy to experiment (in the shell) and look at the output.
databases/mongodb32-tools-3.2.5 (Score: 0.062004834)
Tools for MongoDB
Since MongoDB 3.2, the tools bsondump, mongoimport, mongoexport, mongodump, mongorestore, mongostat, mongofiles, mongooplog and mongotop have been placed in a separate package and rewritten in Go. These are useful utilities for managing a MongoDB instance.
databases/mysqlsniffer-1.2 (Score: 0.062004834)
Tcpdump clone specifically for MySQL
mysqlsniffer is a tcpdump clone specifically for dumping/sniffing/watching MySQL network protocol traffic over TCP/IP networks. mysqlsniffer is coded in C using the pcap library and works with MySQL version 4.0 and newer. mysqlsniffer is the only MySQL-specific network sniffer.
databases/opendbx-1.4.6 (Score: 0.062004834)
C library for accessing databases with a single API
OpenDBX is an extremely lightweight but extensible C library for accessing databases with a single API. It provides a clean and simple interface across all supported databases that leads to an elegant code design automatically. Currently MySQL, PostgreSQL, SQLite (v2 & 3), MSSQL and Sybase are supported and backends for more native database APIs can be written easily. If you want your application to support different databases with little effort, this is definitively the right thing for you! License: LGPL
Cache::Memcached compatible interface to libmemcached
This is the Cache::Memcached compatible interface to libmemcached, a C library to interface with memcached.
databases/DBIx-SearchBuilder-1.66 (Score: 0.062004834)
Perl extension for easy SQL SELECT Statement generation
Perl extension for easy SQL SELECT Statement generation.
databases/Text-xSV-0.21 (Score: 0.062004834)
Read character separated files
This module is for reading and writing a common variation of character separated data.
databases/pymssql-2.1.1 (Score: 0.062004834)
Python database interface for MS-SQL. Version 2
PyMSSQL is a MS-SQL database adapter for the Python programming language. It was written from scratch using FreeTDS library. This is the version 2 release branch.
databases/data_objects-0.10.13 (Score: 0.062004834)
Unified Ruby API for popular databases
The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available.