Metadata-Version: 2.1
Name: elasticpedia
Version: 1.0.0
Summary: Indexing DBpedia with Elasticsearch.
Home-page: https://github.com/vcutrona/elasticpedia
Author: Vincenzo Cutrona
Author-email: v.cutrona1@gmail.com
License: Apache Software License 2.0
Keywords: elasticpedia
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6, <3.8
Requires-Dist: Click (>=7.0)
Requires-Dist: pyspark (==2.4.4)

============
Elasticpedia
============


.. image:: https://img.shields.io/pypi/v/elasticpedia.svg
        :target: https://pypi.python.org/pypi/elasticpedia

.. image:: https://img.shields.io/travis/vcutrona/elasticpedia.svg
        :target: https://travis-ci.org/vcutrona/elasticpedia

.. image:: https://readthedocs.org/projects/elasticpedia/badge/?version=latest
        :target: https://elasticpedia.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://zenodo.org/badge/233836358.svg
        :target: https://zenodo.org/badge/latestdoi/233836358



Indexing DBpedia with Elasticsearch.


* Free software: Apache Software License 2.0
* Documentation: https://elasticpedia.readthedocs.io.


Features
--------

* Create an ElasticSearch index with DBpedia entities.
* Redirected entities can be filtered out by providing them separately.
* Current version supports only .ttl files.

Credits
-------
Please cite this work if you use this package for your research (DOI listed among badges)!

This package was derived from the DBpedia indexer provided by the `DBpedia Lookup project`_.

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _DBpedia Lookup project: https://github.com/dbpedia/lookup
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2020-03-30)
------------------

* Add support for .ttl file without prefixes only.
* Writing to ES using native ES-Spark library.
* Params can be read from env vars.
* Redirect files are optional.
* Update docs and make code citable.

0.1.0 (2020-01-14)
------------------

* First release on PyPI.


