An open API service indexing awesome lists of open source software.

https://github.com/tpapp/amdb_old.jl

Old code for working with the AMDB. Now outdated, see AMDB.jl
https://github.com/tpapp/amdb_old.jl

Last synced: 5 months ago
JSON representation

Old code for working with the AMDB. Now outdated, see AMDB.jl

Awesome Lists containing this project

README

          

# AMDB

[![Build Status](https://travis-ci.org/tpapp/AMDB.jl.svg?branch=master)](https://travis-ci.org/tpapp/AMDB.jl)

[![Coverage Status](https://coveralls.io/repos/tpapp/AMDB.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/tpapp/AMDB.jl?branch=master)

[![codecov.io](http://codecov.io/github/tpapp/AMDB.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/AMDB.jl?branch=master)

Preliminary code for working with the AMDB data using a compact binary dump (instead of SQL or similar).

No releases, not published into `METADATA`. You need to install it with
```julia
Pkg.clone("https://github.com/tpapp/AMDB.jl")
```