Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.438.939 Times

Datastore freeware
Filter: All | Freeware | Demo
 

Datastore

1 2 > 
Added: October 06, 2010 | Visits: 674

Class::DataStore Class::DataStore is a Perl module for generic OO data storage/retrieval. SYNOPSIS my %values = ( one => 1, two => 2 ); my $store = Class::DataStore->new( %values ); # using get/set methods $store->set( three, 3 ); my $three = $store->get( three ); # using AUTOLOAD method $store->four(...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): Class::DataStore Download

Added: January 14, 2010 | Visits: 1.205

Open Geographic Datastore Interface OGDI is the Open Geographic Datastore Interface. OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products. OGDI uses a client/server architecture to...





Platforms: *nix

License: Freeware Size: 911.36 KB Download (91): Open Geographic Datastore Interface Download

Added: October 17, 2013 | Visits: 302

datastore-reader Datastore is a simple tool written to parse sugar metadata files from backuped XO archives in a given folder.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): datastore-reader Download

Released: January 27, 2013  |  Added: January 27, 2013 | Visits: 263

MetaModel MetaModel is a library that encapsulates the differences and enhances the capabilities of different datastores. Rich querying abilities are offered to datastores that do not otherwise support advanced querying and a unified view of the datastore structure is offered through a single model of the...


Platforms: Windows

License: Freeware Size: 9.6 MB Download (45): MetaModel Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 398

Architect's Java DAO Generator Generates a DAO interface with multiple implementations: JPA, Android, Low-level AppEngine Datastore and SpringJDBC. The input to the generator are the annotated domain objects. The generator is packaged as a maven plugin.


Platforms: Windows, Mac, Linux

License: Freeware Size: 304.89 KB Download (48): Architect's Java DAO Generator Download

Added: July 11, 2013 | Visits: 276

Slim3 Slim3 is a full-stack MVC framework optimized for Google App Engine/Java, and you can use Slim3 as just a datastore framework, too. Our main concept is "Simple" and "Less Is More". "Less is more" means simplicity and clarity lead to good design. 80% of the effects come from 20% of the causes....


Platforms: Mac

License: Freeware Size: 7.06 MB Download (44): Slim3 Download

Added: March 01, 2010 | Visits: 1.456

GeoServer 1.5.3 / 1.6.0 Beta GeoServer project is a full transactional Java (J2EE) implementation of the OpenGIS Consortiums Web Feature Server specification, with an integrated WMS. GeoServer is free software, available under the GPL 2.0 license. Users who would like to access and modify their geographic data over the...


Platforms: *nix

License: Freeware Size: 20.4 MB Download (118): GeoServer 1.5.3 / 1.6.0 Beta Download

Added: June 11, 2010 | Visits: 1.003

GeoServer GeoServer project connects your information to the Geospatial Web. With GeoServer, you can publish and edit data using open standards. Your information is made available in a large variety of formats as maps/images or actual geospatial data. GeoServers transactional capabilities offer robust...


Platforms: *nix

License: Freeware Size: 25.9 MB Download (105): GeoServer Download

Added: October 06, 2010 | Visits: 650

Persistent::mSQL Persistent::mSQL is a persistent class implemented using a mSQL database. SYNOPSIS use Persistent::mSQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Persistent::mSQL Download

Added: February 08, 2010 | Visits: 1.379

bandwidthd bandwidthd tracks usage of TCP/IP network subnets and builds HTML files with graphs to display network utilization. Charts are built by individual IP to show their utilization over 2, 8, 45, and 400 day periods. It color codes HTTP, HTTPS, TCP, UDP, ICMP, VPN, and P2P traffic. BandwidthD runs...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (95): bandwidthd Download

Added: April 16, 2010 | Visits: 860

Persistent::Sybase Persistent::Sybase is a persistent class implemented using a Sybase database. SYNOPSIS use Persistent::Sybase; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Persistent::Sybase Download

Added: November 25, 2010 | Visits: 1.273

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

Added: September 06, 2010 | Visits: 1.265

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: August 18, 2010 | Visits: 956

Persistent::LDAP Persistent::LDAP is a persistent class implemented using a LDAP directory. SYNOPSIS use Persistent::LDAP; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $person = new...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Persistent::LDAP Download

Added: March 16, 2010 | Visits: 961

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores....


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: August 04, 2010 | Visits: 1.506

JPOX 1.1.8 / 1.2.0 Beta JPOX is a free and fully compliant implementation of the JDO 1.0 and 2.0 specifications, providing transparent persistence of Java objects. JPOX supports persistence to all of the major RDBMS on the market today, supporting all of the main Object-Relational Mapping (ORM) patterns demanded by...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (94): JPOX 1.1.8 / 1.2.0 Beta Download

Added: January 11, 2010 | Visits: 843

FuQT FuQT application is a client for Linux written in c++ for retrieving and inserting data on Secure Anonymous and Encrypted P2P network Freenet, Entropy_RSA. Entropy RSA is a faster and more sophisticated replacement for Freenet, a distributed datastore filesharing network of peers. Please use...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): FuQT Download

Added: February 09, 2010 | Visits: 719

PersonalDB PersonalDB is background process that provides access for multiple users to individual SQL databases. The SQL database provides a central internet accessible datastore for a variety of applications. In particular, the database can be used as a personal information manager (PIM). However, SQL...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (87): PersonalDB Download

Added: May 13, 2010 | Visits: 1.333

SmokePing SmokePing is a delux latency measurement tool. SmokePing project can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm datastore and to draw pretty graphs, giving up to the minute information on the state of each network...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (136): SmokePing Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 795

SmokePing for Mac OS X and Linux SmokePing - The Deluxe Latency Monitor Probe for network and application latency. Identify hot spots, see trends developing, send alarms for critical conditions. SmokePing is a deluxe latency measurement tool. SmokePing project can measure, store and display latency, latency distribution...


Platforms: Mac, Linux

License: Freeware Download (57): SmokePing for Mac OS X and Linux Download

1 2 >