{"id":15663498,"url":"https://github.com/hellysmile/sentry_elastic_nodestore","last_synced_at":"2025-07-22T04:32:51.311Z","repository":{"id":57465628,"uuid":"89136977","full_name":"hellysmile/sentry_elastic_nodestore","owner":"hellysmile","description":"Sentry nodestore Elasticsearch backend","archived":false,"fork":false,"pushed_at":"2017-05-23T09:49:39.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T10:06:58.599Z","etag":null,"topics":["backend","elasticsearch","nodestore","sentry"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/sentry_elastic_nodestore","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellysmile.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-23T11:31:23.000Z","updated_at":"2024-07-16T11:01:15.000Z","dependencies_parsed_at":"2022-09-17T18:19:42.485Z","dependency_job_id":null,"html_url":"https://github.com/hellysmile/sentry_elastic_nodestore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellysmile/sentry_elastic_nodestore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellysmile%2Fsentry_elastic_nodestore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellysmile%2Fsentry_elastic_nodestore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellysmile%2Fsentry_elastic_nodestore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellysmile%2Fsentry_elastic_nodestore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellysmile","download_url":"https://codeload.github.com/hellysmile/sentry_elastic_nodestore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellysmile%2Fsentry_elastic_nodestore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866169,"owners_count":23840937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","elasticsearch","nodestore","sentry"],"created_at":"2024-10-03T13:37:43.062Z","updated_at":"2025-07-22T04:32:51.286Z","avatar_url":"https://github.com/hellysmile.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"sentry_elastic_nodestore\n========================\n\n:info: Sentry nodestore Elasticsearch backend\n\n.. image:: https://img.shields.io/pypi/v/sentry_elastic_nodestore.svg\n    :target: https://pypi.python.org/pypi/sentry_elastic_nodestore\n\nInstallation\n------------\n\n.. code-block:: shell\n\n    pip install sentry_elastic_nodestore\n\nConfiguration\n-------------\n\nSet ``SENTRY_NODESTORE`` at Your ``sentry.conf.py``\n\n.. code-block:: python\n\n    from elasticsearch import Elasticsearch\n    es = Elasticsearch(['127.0.0.1:9200'])\n    SENTRY_NODESTORE = 'sentry_elastic_nodestore.ElasticNodeStorage'\n    SENTRY_NODESTORE_OPTIONS = {\n        'es': es,\n        'refresh': False,  # https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-refresh.html\n    }\n\n    from sentry.conf.server import *  # default for sentry.conf.py\n    INSTALLED_APPS = list(INSTALLED_APPS)\n    INSTALLED_APPS.append('sentry_elastic_nodestore')\n    INSTALLED_APPS = tuple(INSTALLED_APPS)\n\nUsage\n-----\n\nSetup elasticsearch template\n\n.. code-block:: shell\n\n    sentry --config sentry.conf.py django elastic_template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellysmile%2Fsentry_elastic_nodestore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellysmile%2Fsentry_elastic_nodestore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellysmile%2Fsentry_elastic_nodestore/lists"}