Skip to main content

Database backend for Annotator (http://annotatorjs.org)

Project description

Annotator Store

This is a backend store for Annotator.

The functionality can roughly be separated in two parts:

  1. An abstraction layer wrapping Elasticsearch, to easily manage annotation storage. It features authorization to filter search results according to their permission settings.

  2. A Flask blueprint for a web server that exposes an HTTP API to the annotation storage. To use this functionality, build this package with the [flask] option.

Getting going

You’ll need a recent version of Python (Python 2 >=2.6 or Python 3 >=3.3) and ElasticSearch (>=1.0.0) installed.

The quickest way to get going requires the pip and virtualenv tools (easy_install virtualenv will get them both). Run the following in the repository root:

virtualenv pyenv
source pyenv/bin/activate
pip install -e .[flask]
cp annotator.cfg.example annotator.cfg
python run.py

You should see something like:

* Running on http://127.0.0.1:5000/
* Restarting with reloader...

If you wish to customize the configuration of the Annotator Store, make your changes to annotator.cfg or dive into run.py.

Additionally, the HOST and PORT environment variables override the default socket binding of address 127.0.0.1 and port 5000.

Store API

The Store API is designed to be compatible with the Annotator. The annotation store, a JSON-speaking REST API, will be mounted at /api by default. See the Annotator documentation for details.

Running tests

We use nosetests to run tests. You can just pip install -e .[testing], ensure ElasticSearch is running, and then:

$ nosetests
......................................................................................
----------------------------------------------------------------------
Ran 86 tests in 19.171s

OK

Alternatively (and preferably), you should install Tox, and then run tox. This will run the tests against multiple versions of Python (if you have them installed).

Please open an issue if you find that the tests don’t all pass on your machine, making sure to include the output of pip freeze.

Changelog

0.12

  • A tool for migrating/reindexing elasticsearch (reindex.py) was added (#103).

  • The store returns more appropriate HTTP response codes (#96).

  • Dropped support for ElasticSearch versions before 1.0.0 (#92).

  • The default search query has been changed from a term-filtered “match all” to a set of “match queries”, resulting in more liberal interpretations of queries (#89).

  • The default elasticsearch analyzer for annotation fields has been changed to “keyword” in order to provide more consistent case-sensitivity behaviours (#73, #88).

  • Made Flask an optional dependency: it is now possible to use the persistence components of the project without needing Flask (#76).

  • Python 3 compatibility (#72).

0.11.2

  • SECURITY: Fixed bug that allowed authenticated users to overwrite annotations on which they did not have permissions (#82).

0.11.1

  • Fixed support for using ElasticSearch instances behind HTTP Basic auth

0.11.0

  • Add support for ElasticSearch 1.0

  • Create changelog

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

annotator-0.12.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

annotator-0.12-py2.py3-none-any.whl (19.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file annotator-0.12.tar.gz.

File metadata

  • Download URL: annotator-0.12.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for annotator-0.12.tar.gz
Algorithm Hash digest
SHA256 98a09541cc414f1e17113fc4fb4643fba8513f29a91e306683f49fec7e503aa3
MD5 06c1460e2ef8a8d25082f035d51ffbdf
BLAKE2b-256 483a17a3b3aab33f85401a13a72f86e6d25893489703a6ca4aac84539df1508f

See more details on using hashes here.

File details

Details for the file annotator-0.12-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for annotator-0.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c5a391876cfc6906b8c2c47398d1e3450d834731a02e52baba04eeda0519c877
MD5 d726acff198b9c1dd8ec8a45d88984e3
BLAKE2b-256 64a517130252d8c266f65024d6d7cff0c67ffa3fb65c49e16f125f4065e17380

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page