For downloading various data sets, visit the OpenData.md page.
Middleware API's
- D4M.jl :: A D4M module for Julia. D4M was developed in MATLAB by Dr Jeremy Kepner and his team at Lincoln Labs.
- DataStreams.jl :: A Julia package to stream data.
- DBAPI.jl :: A new database interface proposal.
- DBI.jl :: An abstract DBI interface to provide a database-independent API protocol that all database drivers can be expected to comply with.
- DBPerf.jl :: The code repository that benchmarks all the Julia Database Drivers / Wrappers.
- LevelDB.jl :: Julia interface to Google's LevelDB key value database.
- Memcache.jl :: Julia memcached client.
- JDBC.jl :: Julia interface to Java database drivers.
- ODBC.jl :: A low-level ODBC interface for the Julia programming language.
- RESOURCES
- Tabular Data I/O in Julia
- ViewDBI.jl :: View-based DBI for Julia.
Distributed Storage
- Accumulo.jl :: Apache Accumulo client.
- SciDB-Julia :: The SciDB-Julia package allows users of Julia to interface with SciDB. The API follows the Julia convention and allows for using Julia language constructs in SciDB operations. SciDB is an array DBMS is an array database designed for multidimensional data management and analytics common to scientific applications.
- RESOURCES
- TAQ :: Example SciDB queries for finance trade and quote data.
- kyotocabinet.jl :: Implementation of Kyoto Cabinet in Julia language.
- Neo4j.jl :: Messing around with building a Neo4j driver for Julia.
- EasyData.jl :: Simple/Fast(+HDF5) solution to writing datasets & plots to file.
- CQLdriver.jl :: A Julia package for interfacing with CQL compliant databases.
- DataKnots.jl :: A Julia library for representing and querying data, including nested and circular structures. It provides integration and analytics across CSV, JSON, XML and SQL data sources with an extensible, practical and coherent algebra of query combinators.
- LMDB.jl :: A Julia wrapper interface to Lightning Memory-Mapped Database (LMDB) key-value embedded data store developed by Symas for the OpenLDAP Project.
- Mongoc.jl :: MongoDB bindings (newer) and a wrapper around libbson, for the Julia language.
- Mongo.jl :: Mongo bindings for the Julia programming language.
- LibBSON.jl :: libbson bindings for the Julia programming language.
- Redis.jl :: Pure Julia implementation of a Redis client (actively maintained).
- Redis.jl :: Pure Julia implementation of a Redis client, largely based on redis-py.
- Octo.jl :: an SQL Query DSL in Julia.
- MariaDB.jl :: A wrapper around the MariaDB C connector.
- MySQL.jl :: Julia bindings and helper functions for MariaDB/MySQL C library.
- MySQL.jl :: MySQL DBI driver that uses the C MySQL API and obeys the DBI.jl protocol.
- SQLAlchemy.jl :: Wrapper over Python's SQLAlchemy library.
- DBI.jl :: Abstract DBI interface meant to provide a database-independent API that all database drivers can be expected to comply with. meant to provide a database-independent API that all database drivers can be expected to comply with. Forked from the unmaintained JuliaDatabases/DBI.jl.
- libpq.jl :: A libpq interface for Julia.
- LibPQ.jl :: A Julia wrapper for the PostgreSQL libpq C library.
- PostgreSQL.jl :: An interface to PostgreSQL from Julia, maintained from an older fork.
- Postgres.jl :: Postgres database interface for the Julia language. {Tag: Unmaintained}
- DBDSQLite.jl :: DBI-compliant driver for SQLite3.
- SQLite.jl :: Julia interface to the SQLite library with support for operations on DataFrames.