Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 17

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Implements most of SQL92 and ACID (atomic, consistent, isolated, and durable) transactions; no setup or administration needed.

4.45593
   
  1 review  |  1,374 users  |  135,231 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

SubSonic is a toolset that helps a website build itself. It brings some of the fun and elegance of Ruby on Rails to ASP.NET.

4.66667
   
  0 reviews  |  34 users  |  66,637 lines of code  |  0 current contributors  |  Analyzed about 20 hours ago
 
 

Hibernate Spatial is a generic extension to Hibernate for handling geographic data. It is generic in the sense that it works in the same way across different databases. Hibernate Spatial allows you to deal with geographic data in a standardized way, whatever database that you use (as long as a ... [More] Spatial Dialect Provider exists for it). In other words, it abstracts away from the specific way your database supports geographic data, and provides a standardized, cross-database interface to geographic data storage and query functions. Hibernate Spatial supports most of the functions of the OGC Simple Feature Specification. [Less]

4.0
   
  0 reviews  |  9 users  |  17,221 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

Apache Xindice is a database designed from the ground up to store XML data or what is more commonly referred to as a native XML database.

3.0
   
  0 reviews  |  7 users  |  57,253 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Some of Whoosh's features include: * Pythonic API. * Pure-Python. No compilation or binary packages needed, no mysterious crashes. * Fielded indexing and search. * Fast indexing and ... [More] retrieval -- much faster than any other pure-Python solution. * Pluggable scoring algorithm (including BM25F), text analysis, storage, posting format, etc. * Powerful query language. * Pure Python spell-checker. [Less]

4.6
   
  1 review  |  7 users  |  34,533 lines of code  |  5 current contributors  |  Analyzed 11 months ago
 
 

Oracle Berkeley DB XML is an open source, embeddable XML database with XQuery-based access to documents stored in containers and indexed based on their content. Oracle Berkeley DB XML is built on top of Oracle Berkeley DB and inherits its rich features and attributes. Like Oracle Berkeley DB, it ... [More] runs in process with the application with no need for human administration. Oracle Berkeley DB XML adds a document parser, XML indexer and XQuery engine on top of Oracle Berkeley DB to enable the fastest, most efficient retrieval of data. [Less]

5.0
 
  1 review  |  7 users  |  0 current contributors
 
 

NHibernate extension to handle geographic data in a standard way.

5.0
 
  2 reviews  |  6 users  |  299,678 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

SuRF is a Python library for working with RDF data in an Object-Oriented way. In SuRF, RDF nodes (subjects and objects) are represented as Python objects and RDF arcs (predicates) as their attributes. SuRF is an Object RDF Mapper (ORM), similar in concept to Object Relational Mappers like ... [More] SQLAlchemy. SuRF was inspired by ActiveRDF for Ruby. Use the pypi repository to get the latest version of SuRF. Check the latest documentation at: http://packages.python.org/SuRF/ $ easy_install -U surfImportant: since version 0.5.0, the surf plugin architecture is based on setuptools. In order to install surf and it's available plugins just do the following $ easy_install -U surf $ easy_install -U surf.allegro_franz $ easy_install -U surf.sesame2 $ easy_install -U surf.sparql_protocol $ easy_install -U surf.rdflibthe plugins are also available under the following keys: allegro_franz sesame2 sparql_protocol rdflib An outdated presentation of SuRF at EUROPYTHON 2009 is available here, although the internals of SuRF have changed with the release of version 0.5.0 - most notably the plugin architecture, much of the public interface still remains the same see slideshow here: http://www.slideshare.net/cosbas/surf-tapping-into-the-web-of-data Quick Startfrom surf import * store = Store( reader='rdflib', writer='rdflib', rdflib_store = 'IOMemory') session = Session(store) print 'Load RDF data' store.load_triples(source='http://www.w3.org/People/Berners-Lee/card.rdf') Person = session.get_class(ns.FOAF['Person']) all_persons = Person.all() print 'Found %d persons that Tim Berners-Lee knows'%(len(all_persons)) for person in all_persons: print person.foaf_name.first #create a person object somebody = Person() somebody_else = Person() somebody.foaf_knows = somebody_else Documentationhttp://packages.python.org/SuRF/ If you are using SuRF in you projects please let us know, and remember that you can always include the Powered By SuRF logo using the following html snippet of code: Thank you [Less]

5.0
 
  0 reviews  |  5 users  |  5,403 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

The Steam Condenser is a multi-language library for querying the Steam Community, Source and GoldSrc game servers as well as the Steam master servers. Currently it is implemented in Java, PHP and Ruby.

5.0
 
  0 reviews  |  3 users  |  20,387 lines of code  |  7 current contributors  |  Analyzed 10 days ago
 
 

Querydsl is a framework which enables the construction of statically typed SQL-like queries. Instead of writing queries as inline strings or externalizing them into XML files they can be constructed via a fluent DSL/API. The benefits of using a fluent API in comparison to simple strings are ... [More] * code completion in IDE * almost none syntactically invalid queries allowed * domain types and properties can be referenced safely * adopts better to refactoring changes in domain types [Less]

5.0
 
  0 reviews  |  3 users  |  86,538 lines of code  |  12 current contributors  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.