Tags : Browse Projects

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

SQLite

Compare

  Analyzed 1 day ago

724K lines of code

6 current contributors

3 days since last commit

1,477 users on Open Hub

Very High Activity
4.44828
   
I Use This

SubSonic

Compare

  Analyzed about 24 hours 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.

66.3K lines of code

0 current contributors

almost 4 years since last commit

36 users on Open Hub

Inactive
4.64286
   
I Use This

Whoosh Python Search Library

Compare

  No analysis available

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 retrieval ... [More] -- 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]

0 lines of code

8 current contributors

0 since last commit

12 users on Open Hub

Activity Not Available
4.6
   
I Use This
Mostly written in language not available
Licenses: bsd_2clau...

Apache Impala

Compare

Claimed by Apache Software Foundation Analyzed 1 day ago

Apache Impala provides fast, interactive SQL queries directly on your Apache Hadoop data stored in HDFS or HBase. In addition to using the same unified storage platform, Impala also uses the same metadata, SQL syntax (Hive SQL), ODBC driver and user interface (Hue Beeswax) as Apache Hive. This ... [More] provides a familiar and unified platform for batch-oriented or real-time queries. [Less]

830K lines of code

64 current contributors

about 1 year since last commit

7 users on Open Hub

High Activity
5.0
 
I Use This

NHibernate.Spatial

Compare

  Analyzed about 19 hours ago

NHibernate extension to handle geographic data in a standard way.

173K lines of code

1 current contributors

about 2 months since last commit

6 users on Open Hub

Moderate Activity
5.0
 
I Use This

Apache Xindice

Compare

Claimed by Apache Software Foundation Analyzed 2 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.

57.2K lines of code

0 current contributors

about 11 years since last commit

6 users on Open Hub

Inactive
3.0
   
I Use This

Querydsl

Compare

  Analyzed 2 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]

134K lines of code

1 current contributors

about 2 months since last commit

6 users on Open Hub

Low Activity
5.0
 
I Use This

Facebook Presto

Compare

Claimed by Facebook Analyzed about 8 hours ago

Distributed SQL query engine for big data Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes. Presto was designed and written from the ground up for interactive analytics and ... [More] approaches the speed of commercial data warehouses while scaling to the size of organizations like Facebook. Presto is a distributed SQL query engine optimized for ad-hoc analysis at interactive speed. It supports standard ANSI SQL, including complex queries, aggregations, joins, and window functions. [Less]

2.63M lines of code

125 current contributors

1 day since last commit

4 users on Open Hub

Very High Activity
0.0
 
I Use This

Apache Drill

Compare

Claimed by Apache Software Foundation Analyzed 2 days ago

Apache Drill is a distributed MPP query layer that supports SQL and alternative query languages against NoSQL and Hadoop data storage systems. It was inspired in part by the Google's Dremel. It is a top-level project of the Apache Software Foundation.

728K lines of code

37 current contributors

13 days since last commit

4 users on Open Hub

Moderate Activity
5.0
 
I Use This
Licenses: No declared licenses

Slick

Compare

  Analyzed 3 days ago

Slick is a modern database query and access library for Scala. It allows you to work with stored data almost as if you were using Scala collections while at the same time giving you full control over when a database access happens and which data is transferred. You can write your database queries in ... [More] Scala instead of SQL, thus profiting from the static checking, compile-time safety and compositionality of Scala. Slick features an extensible query compiler which can generate code for different backends. [Less]

29.7K lines of code

25 current contributors

18 days since last commit

3 users on Open Hub

Moderate Activity
5.0
 
I Use This
Licenses: No declared licenses
Tags dsl query scala