chembl-elasticsearch-service

0.0.1 • Public • Published

ChEMBL Elasticsearch Service

This package can be used in web applications to load data from the ChEMBL's elasticsearch. For example, if you want to load the following data:

GET chembl_molecule/_search
{
  "_source": "_id",
  "query": {
    "bool": {
      "filter": [
        {
          "terms": {
            "_metadata.compound_records.src_id": [
              55,
              54
            ]
          }
        },
        {
          "terms": {
            "_metadata.unichem.src_name": [
              "PDBe"
            ]
          }
        }
      ]
    }
  }
}

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i chembl-elasticsearch-service

    Weekly Downloads

    1

    Version

    0.0.1

    License

    Apache-2.0

    Unpacked Size

    1.72 kB

    Total Files

    3

    Last publish

    Collaborators

    • chembl_owner