Usagi Documentation

Usagi is a data discovery system that crawls metadata from data sources and builds a catalog of data sets. Usagi enables users to search, monitor, and annotate the metadata which helps them discover the needed data to perform analysis. Usagi is part of the BigGorilla <http://biggorilla.org> project which provides tools for data integration and data preparation.

  • Free software: Apache Software License 2.0

Search API

API Server

boot

python api_server.py

API

endpoint

GET /api/search

parameters

  • q : query

sample request

curl http://54.199.246.169:8085/api/search?q=emp

response

{
  "docs":[
    {"title": "Employees"},
    {"title": "Customers"}
  ],
  "hits": 2
}

Indices and tables