Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.68 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.68 KB

Build Status Documentation Status

INDRA DB

The INDRA (Integrated Network and Dynamical Reasoning Assembler) Database is a framework for creating, maintaining, and accessing a database of content, readings, and statements. This implementation is currently designed to work primarily with Amazon Web Services RDS running Postrgres 9+. Used as a backend to INDRA, the INDRA Database provides a systematic way of scaling the knowledge acquired from other databases, reading, and manual input, and puts that knowledge at your fingertips through a direct pyton client and a REST api.

Knowledge sources

The INDRA Database currently integrates the following natural language processing systems at scale:

with content drawn from:

We also collect information from these databases:

These databases are retrieved using the tools in indra.sources. The statements extracted from all of these sources are stored and updated in the database.

Knowledge Assembly

The INDRA Database uses the powerful internal assembly tools available in INDRA but implemented for large-scale incremental assembly. The resulting corpus of cleaned and de-duplicated statements, each with fully maintained provenance, is the primary product of the database.

For more details on the internal assembly process of INDRA, see the INDRA documentation.

Access

The content in the database can be accessed by those that created it using the indra_db.client submodule. This repo also implements a REST API which can be used by those without direct acccess to the database. For access to our REST API, please contact the authors.

Installation

The INDRA database only works for Python 3 (tested in 3.5 and 3.6).

First, install INDRA, then simply clone this repo, and make sure that it is visible in your PYTHONPATH.