{
"info": {
"author": "Wolfgang Schnerring, Christopher Grebs",
"author_email": "mail@gocept.com",
"bugtrack_url": null,
"classifiers": [],
"description": "==================\ngocept.amqparchive\n==================\n\n\n**Please note: We do no longer actively support this package. If you still need it, please drop us a note, we can either transfer the repository or support you on a paid basis.**\n\n\n\nThis package is an add-on application for gocept.amqprun_ that provides\nthree features:\n\n- **Archive** queue messages by writing them to the filesystesm\n- **Index** those messages using ElasticSearch_\n- **Search** for messages with a HTML/JavaScript GUI\n\n.. _gocept.amqprun: http://pypi.python.org/pypi/gocept.amqprun/\n.. _ElasticSearch: http://elasticsearch.org/\n\n.. contents:: :depth: 1\n\n\nInstallation\n============\n\n``gocept.amqparchive`` requires an ElasticSearch server. To set up the archive\nand index portion, add something like this to your ``gocept.amqprun``\nconfiguration::\n\n ...\n ...\n \n amount 2\n component-configuration site.zcml\n \n \n gocept.amqparchive.elastic_hostname localhost:9200\n \n\nand in site.zcml::\n\n \n\n \n \n\n \n \n\nThe HTML/JavaScript GUI expects ``/elasticsearch`` to proxy to the ElasticSearch\nserver, and ``/messages`` to point to the archive directory\n(``/path/to/archive`` in our example). Here's an nginx config snippet::\n\n http {\n upstream elasticsearch {\n server localhost:9200;\n }\n\n server {\n listen localhost:8080;\n\n location /search/ {\n alias /path/to/gocept.amqparchive.egg/gocept/amqparchive/browser/;\n index index.html;\n }\n\n location /elasticsearch/ {\n proxy_pass http://elasticsearch/;\n }\n\n location /messages/ {\n alias /path/to/archive/;\n autoindex on;\n }\n }\n\n\nDevelopment\n===========\n\nThe source code is available in the mercurial repository at\nhttps://bitbucket.org/gocept/gocept.amqparchive\n\nPlease report any bugs you find at\nhttps://bitbucket.org/gocept/gocept.amqparchive/issues\n\n\nChangelog\n=========\n\n1.3.0.post1 (2018-11-27)\n------------------------\n\n- Fix PyPI page rendering.\n\n\n1.3.0 (2018-09-19)\n------------------\n\n- Adapt the Selenium-1 tests to Webdriver.\n\n- Update to current bootstrap.py.\n\n- Improve forward compatibility with Python 3.\n\n- Force `pyes < 0.17` for now.\n\n\n1.2.7 (2015-01-28)\n------------------\n\n- Update to current `bootstrap.py`.\n\n- Move repository to `bitbucket.org`_.\n\n.. _`bitbucket.org` : https://bitbucket.org/gocept/gocept.amqparchive\n\n\n1.2.6 (2014-02-17)\n------------------\n\n- Update to ElasticSearch 1.0 API.\n\n\n1.2.5 (2014-02-14)\n------------------\n\n- Allow configuring multiple elasticsearch hosts.\n\n- Fix bug in ``reindex_directory``: we need to index the path relativ to the\n base directory, not the full filename.\n\n- Start reindexing in parallel while files are still being collected.\n\n\n1.2.4 (2013-11-27)\n------------------\n\n- Add parallel worker mode to ``reindex_directory``.\n\n- Handle invalid XML input (#10864).\n\n\n1.2.3 (2012-04-18)\n------------------\n\n- Catch connection errors to ElasticSearch so they don't break the normal\n message handling. Messages that have not been index due to this can still be\n indexed later on via ``reindex_directory`` (#9363).\n\n\n1.2.2 (2012-03-29)\n------------------\n\n- Make amqp server configurable for tests.\n\n\n1.2.1 (2012-02-22)\n------------------\n\n- Switch to plone.testing.\n\n\n1.2.0 (2011-08-23)\n------------------\n\n- Transform the XML body into a nested dict so ElasticSearch can index the\n fields individually.\n\n\n1.1.0 (2011-08-23)\n------------------\n\n- Add command-line script ``reindex_directory``.\n\n\n1.0.0 (2011-08-22)\n------------------\n\n- first release.",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://bitbucket.org/gocept/gocept.amqparchive",
"keywords": "",
"license": "ZPL",
"maintainer": "",
"maintainer_email": "",
"name": "gocept.amqparchive",
"package_url": "https://pypi.org/project/gocept.amqparchive/",
"platform": "",
"project_url": "https://pypi.org/project/gocept.amqparchive/",
"project_urls": {
"Homepage": "https://bitbucket.org/gocept/gocept.amqparchive"
},
"release_url": "https://pypi.org/project/gocept.amqparchive/1.3.0.post1/",
"requires_dist": null,
"requires_python": "",
"summary": "Archiving, indexing and search for AMQP messages.",
"version": "1.3.0.post1"
},
"last_serial": 4534457,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "7b5761382ab7d4461df6ccd3acd4b255",
"sha256": "f938f46f6b11f9329cf4a8d9fb07feae82b1ab850929f27ef8abdca14c337be6"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7b5761382ab7d4461df6ccd3acd4b255",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 133552,
"upload_time": "2011-08-22T14:31:34",
"url": "https://files.pythonhosted.org/packages/4a/65/9c19ce7a333d79b1aaaf0f6a69dc23602161c44e14886f45082625b6fe26/gocept.amqparchive-1.0.0.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "ee4e3f3ba2f110386a575ff4557b6636",
"sha256": "d5c92e728de64d94685a0e1064218c929aa409ea558c2c84525c45588f5c09b8"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ee4e3f3ba2f110386a575ff4557b6636",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 135156,
"upload_time": "2011-08-23T08:32:00",
"url": "https://files.pythonhosted.org/packages/c0/af/1b4d78a5d9535228275b84591d251a55d3e028a0b05c15bc62e6d65664f2/gocept.amqparchive-1.1.0.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "800d5fca1c60844b701cf03bd5ef9733",
"sha256": "5047fe860161b6ec5885a2b78590367727773a05739bc232906c577e9511d874"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "800d5fca1c60844b701cf03bd5ef9733",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 135782,
"upload_time": "2011-08-23T15:05:53",
"url": "https://files.pythonhosted.org/packages/eb/99/c94adaff46b00b7739654b567ea3d6a0289c1bca1584feb1895e126ab776/gocept.amqparchive-1.2.0.tar.gz"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "1d71802545b4d63ab195f95c17c4902b",
"sha256": "4a72444ccca0b91f2e6c8e6fe741a6819cc8456a223656342040801d647218e5"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "1d71802545b4d63ab195f95c17c4902b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 136251,
"upload_time": "2012-02-22T08:06:55",
"url": "https://files.pythonhosted.org/packages/22/f0/56b212096e66fc23177ac37fe5864a3cb6def1ee7c3b50aa4fd824545e88/gocept.amqparchive-1.2.1.tar.gz"
}
],
"1.2.2": [
{
"comment_text": "",
"digests": {
"md5": "f9d229d3cee27849e5b75efe8d4f7dd7",
"sha256": "9280a9a58e28a19b3add148ae3fbb2ccb219c4868e08e9e677c54773c0d3b832"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "f9d229d3cee27849e5b75efe8d4f7dd7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 136363,
"upload_time": "2012-03-29T09:48:32",
"url": "https://files.pythonhosted.org/packages/7e/ba/788e961714bf4481f6dc29b85b335c3b09a97deace2826c2ca0a9f98733f/gocept.amqparchive-1.2.2.tar.gz"
}
],
"1.2.3": [
{
"comment_text": "",
"digests": {
"md5": "6e2b6aebdaa9a7a78602300cddd89443",
"sha256": "9c8b2aa1484670e1163c4dda7b4b35b6b4b846223a2831a99593b17d8b857868"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.3.zip",
"has_sig": false,
"md5_digest": "6e2b6aebdaa9a7a78602300cddd89443",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 167350,
"upload_time": "2012-04-18T13:27:47",
"url": "https://files.pythonhosted.org/packages/30/58/39367147e7a82aabf206a5e2ac13ed45bfa435e1063b8802db79b8e449ce/gocept.amqparchive-1.2.3.zip"
}
],
"1.2.4": [
{
"comment_text": "",
"digests": {
"md5": "b57b2b41c24d369f1351f76368002e6f",
"sha256": "9bcf29e4eaa2972ba534bf2b851f4ad861616137c2b4bf420a93e18f4eb3f381"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.4.zip",
"has_sig": false,
"md5_digest": "b57b2b41c24d369f1351f76368002e6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 169957,
"upload_time": "2013-11-27T11:56:11",
"url": "https://files.pythonhosted.org/packages/e6/8c/338d619ba9b523a592bc90f63e3bfa22e8730c8877ee4d1a93d994b4b624/gocept.amqparchive-1.2.4.zip"
}
],
"1.2.5": [
{
"comment_text": "",
"digests": {
"md5": "e8453eccc18736f816eb98b5b0671c46",
"sha256": "3337c9dd2720364ee62f3ea35a88445931e0d8d70f0366b5ab092e4b2c7c6a99"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.5.zip",
"has_sig": false,
"md5_digest": "e8453eccc18736f816eb98b5b0671c46",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 170687,
"upload_time": "2014-02-14T09:53:32",
"url": "https://files.pythonhosted.org/packages/ba/e5/a5bbcee3f8ccb3cf5f31f47d65b57ea2533114ebfba34ad78da92764a793/gocept.amqparchive-1.2.5.zip"
}
],
"1.2.6": [
{
"comment_text": "",
"digests": {
"md5": "a5ce5d735b6e32699ec1c4f4d8da4807",
"sha256": "ac84fa74e42a1ba34049d4acc739f7805dc5968413fae31e8e13d477be38f898"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.6.zip",
"has_sig": false,
"md5_digest": "a5ce5d735b6e32699ec1c4f4d8da4807",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 170784,
"upload_time": "2014-02-17T10:32:29",
"url": "https://files.pythonhosted.org/packages/bf/76/8fbb81e59083976503d001d99cdcc77ed57e087af7589bf457f280a908ea/gocept.amqparchive-1.2.6.zip"
}
],
"1.2.7": [
{
"comment_text": "",
"digests": {
"md5": "574c555718120ecbe0bb98d96c0de8d9",
"sha256": "8fe97ad27129f9bf994a55b68d311a55248b58936c9ff168dafaca1a53b82228"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.2.7.zip",
"has_sig": false,
"md5_digest": "574c555718120ecbe0bb98d96c0de8d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 171156,
"upload_time": "2015-01-28T16:41:28",
"url": "https://files.pythonhosted.org/packages/7b/32/f15949449d7fe1c0108400122a8c63689a4777dfa1dfcc5e0592ba40ee10/gocept.amqparchive-1.2.7.zip"
}
],
"1.3.0": [
{
"comment_text": "",
"digests": {
"md5": "5a87f1257be5c11cb82d348ce9dd4cf5",
"sha256": "6eff0418967d3c3d60b9a82140de69941b24b99dd1f0adbb2cfb3c3dc289a32b"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "5a87f1257be5c11cb82d348ce9dd4cf5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11985,
"upload_time": "2018-09-19T10:57:50",
"url": "https://files.pythonhosted.org/packages/43/0c/719b3fae84718ae2ea5ba78e1f2f96615279946e653ae0a4ea14ad7e7dfd/gocept.amqparchive-1.3.0.tar.gz"
}
],
"1.3.0.post1": [
{
"comment_text": "",
"digests": {
"md5": "273aa7e351c97da568cf62b81132424b",
"sha256": "02f4803a359f55dbda3110496ead1951788915a11dbe9aac52d10823af9e29f4"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.3.0.post1.tar.gz",
"has_sig": false,
"md5_digest": "273aa7e351c97da568cf62b81132424b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 140221,
"upload_time": "2018-11-27T14:37:55",
"url": "https://files.pythonhosted.org/packages/ec/ba/66fee361c6817fdbd508d7b44180a998bc48ab118998bcb94f1260374214/gocept.amqparchive-1.3.0.post1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "273aa7e351c97da568cf62b81132424b",
"sha256": "02f4803a359f55dbda3110496ead1951788915a11dbe9aac52d10823af9e29f4"
},
"downloads": -1,
"filename": "gocept.amqparchive-1.3.0.post1.tar.gz",
"has_sig": false,
"md5_digest": "273aa7e351c97da568cf62b81132424b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 140221,
"upload_time": "2018-11-27T14:37:55",
"url": "https://files.pythonhosted.org/packages/ec/ba/66fee361c6817fdbd508d7b44180a998bc48ab118998bcb94f1260374214/gocept.amqparchive-1.3.0.post1.tar.gz"
}
]
}