Tags : Browse Projects

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

CSV Cruncher

Compare

  Analyzed 4 days ago

A tool which transforms a CSV file into another CSV file using a SQL statement. Also converts CSV to JSON. Many tools spit out CSV, or are able to as one of output options. Also, in hudson, you can very simply log any values you get into bash like echo " $val2, $val2" >> data.csv, for each ... [More] build or part of a build. So it can be kind of integration tool. Then you can do quite complex queries – from a flat table, you can actually do subselects and then left joins, which gives you very powerful tool to process the data into something what is ready for plotting as-is – that means, data filtered, cleaned, aggregated, converted, aligned, sorted, etc. Example: crunch input.csv output.csv "SELECT AVG(duration) AS durAvg FROM (SELECT * FROM indata ORDER BY duration LIMIT 2 OFFSET 6)"` [Less]

4.28K lines of code

0 current contributors

3 months since last commit

1 users on Open Hub

Low Activity
5.0
 
I Use This
Licenses: No declared licenses

UniDB

Compare

  Analyzed about 20 hours ago

UniDB is a database abstraction layer for PHP developers. It's goal is to enable the developers to focus not on cross database compliance, but to focus on the main purpose of the program.

1.03K lines of code

0 current contributors

almost 14 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: gpl3, mozilla_p...

SuperDAO

Compare

  No analysis available

Java DAO layer that helps working with database connections and especially helps loading SQL commands from XML files which has same names as Java classes.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3

mysql-diff

Compare

  No analysis available

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

SQLPython

Compare

  Analyzed 5 months ago

SQLPython is a command-line interface to relational databases. It was created as an alternative to Oracle’s SQL*Plus, and can likewise be used instead of postgres’ psql or mysql’s mysql text clients. For the most part, it can be used as any other text-based SQL interface would;

6.12K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Tags cli sql sqlplus

nspostgres

Compare

  Analyzed 3 days ago

A Postgres database driver for the AOLserver nsdb driver interface. Includes additional Tcl commands not specified in the nsdb interface which emulate bind variables.

1.78K lines of code

0 current contributors

almost 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: gpl, Mozillais...

WDBI

Compare

  No analysis available

Web DataBase Interface - WDBI software development project focusing on database and web integration. Define a model in your database. Have a Mozilla remote application instantly! The idea is to be able to quickly develop complex database-backed web applications. Applications should automatically ... [More] have high quality GUI. SQL databases and sophisticated browsers like Mozilla (with XUL support) already provide for a lot of necessary functionality. Modeling language should preferably be on a higher level than SQL. UML, RDF and XML technologies could prove to be quite beneficial. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

jdbi

Compare

  Analyzed 4 days ago

jdbi is designed to provide convenient tabular data access in Java; including templated SQL, parameterized and strongly typed queries, and Streams integration

6.47M lines of code

0 current contributors

13 days since last commit

1 users on Open Hub

High Activity
5.0
 
I Use This

Hyper Text Structured Query Language

Compare

  No analysis available

HTSQL is an HTTP access library to SQL databases, at http://htsql.org -- it is implemented with Python, and initially uses the PostgreSQL database. It has a do-as-you-please BSD style license for use with open source databases.

0 lines of code

1 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: AGPL3, htsql-per...

w3pw

Compare

  Analyzed 4 days ago

w3pw is a web based password management console written in PHP and using a MySQL Database as storage for the encrypted password information.

1.56K lines of code

0 current contributors

over 14 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This