Skip to content

Latest commit

 

History

History
109 lines (83 loc) · 5.87 KB

DataBase.md

File metadata and controls

109 lines (83 loc) · 5.87 KB

For downloading various data sets, visit the OpenData.md page.


API

Middleware API's - see also API website

  • D4M.jl :: A D4M module for Julia. D4M was developed in MATLAB by Dr Jeremy Kepner and his team at Lincoln Labs.
  • 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.
  • 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.
  • ViewDBI.jl :: View-based DBI for Julia.

Distributed Storage

SciDB

  • 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.

ENGINES


GraphDB

  • Neo4j.jl :: Messing around with building a Neo4j driver for Julia.

HDF

  • EasyData.jl :: Simple/Fast(+HDF5) solution to writing datasets & plots to file.

NOSQL

LMDB

MongoDB

  • CMongo.jl :: Julia wrapper of the C Mongo Driver.
  • LibBSON.jl :: libbson bindings for the Julia programming language.
  • LibMongo.jl :: Mongo bindings for the Julia programming language.
  • Mongo.jl :: Mongo bindings for the Julia programming language.
  • Mongo.jl {UnMaintained} :: Mongo bindings for the Julia programming language.

Redis

  • 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.

RDBMS

MySQL

  • MariaDB.jl :: A wrapper around the MariaDB C connector.
  • 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.

PostgreSQL

  • 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.
  • Postgres.jl :: Postgres database interface for the Julia language. {Tag: Unmaintained}
  • PostgreSQL.jl :: An interface to PostgreSQL from Julia, maintained from an older fork.

SQLite

  • SQLite.jl :: Julia interface to the SQLite library with support for operations on DataFrames.

  • DataStreams.jl :: A Julia package to stream data.
  • DBAPI.jl :: A new database interface proposal.
  • DBPerf.jl :: The code repository that benchmarks all the Julia Database Drivers / Wrappers.
  • DBDSQLite.jl :: DBI-compliant driver for SQLite3.
  • JDBC.jl :: Julia interface to Java database drivers.
  • MySQL.jl :: Julia bindings and helper functions for MariaDB/MySQL C library.

RESOURCES