{"id":20863299,"url":"https://github.com/amirsorouri00/dsl-se","last_synced_at":"2026-05-01T08:32:57.117Z","repository":{"id":37062295,"uuid":"195217421","full_name":"Amirsorouri00/DSL-SE","owner":"Amirsorouri00","description":"This is a MVP provided based on the \"Search Engine And Data Mining\" Course. The idea behind this project is the forked project which its link provided is ","archived":false,"fork":false,"pushed_at":"2022-12-08T05:18:18.000Z","size":3760,"stargazers_count":1,"open_issues_count":19,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-26T20:10:01.483Z","etag":null,"topics":["container","crawler","distributed-systems","docker","docker-compose","elasticsearch","pagerank","search-engine"],"latest_commit_sha":null,"homepage":"https://github.com/Amirsorouri00/web-search-engine","language":"HTML","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/Amirsorouri00.png","metadata":{"files":{"readme":"README.md","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":"2019-07-04T10:03:19.000Z","updated_at":"2020-08-17T07:32:25.000Z","dependencies_parsed_at":"2023-01-24T12:01:05.829Z","dependency_job_id":null,"html_url":"https://github.com/Amirsorouri00/DSL-SE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Amirsorouri00/DSL-SE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amirsorouri00%2FDSL-SE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amirsorouri00%2FDSL-SE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amirsorouri00%2FDSL-SE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amirsorouri00%2FDSL-SE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amirsorouri00","download_url":"https://codeload.github.com/Amirsorouri00/DSL-SE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amirsorouri00%2FDSL-SE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["container","crawler","distributed-systems","docker","docker-compose","elasticsearch","pagerank","search-engine"],"created_at":"2024-11-18T05:28:23.774Z","updated_at":"2026-05-01T08:32:57.095Z","avatar_url":"https://github.com/Amirsorouri00.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distributed System - Search Engine\n\nThis Part and all other foo bar part of this document will be completed ASAP. Foobar is a Python library for dealing with word pluralization. feel free to contibute and ask.\n\n## Installation\n\n### Django Crawler \u0026 DSTea\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\n$ cd [crawler_django, dstea]\n$ python -m venv py_environment\n$ source py_environment/bin/activate\n$ pip install -r requirements.txt\n$ python manage.py runserver\n$ Done!!\n\n```\n\n\n### Docker-Compose\n```bash\n$ cd composer-docker\n$ sudo docker-compose up\n\n```\n\n## Usage\n\n```python\nimport foobar\n\nfoobar.pluralize('word') # returns 'words'\nfoobar.pluralize('goose') # returns 'geese'\nfoobar.singularize('phenomena') # returns 'phenomenon'\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)\n\n## Commands\n\n```bash\ncurl -d \"url=http://www.laravel.com\" -X POST http://localhost:8080/crawler/crawl/\n```\n\n## Usefull Links\n* https://blog.sneawo.com/blog/2017/09/07/how-to-install-pillow-psycopg-pylibmc-packages-in-pythonalpine-image/\n* https://www.peterbe.com/plog/synonyms-with-elasticsearch-dsl\n\n\n## Images\n\n![empty-layout](https://github.com/Amirsorouri00/DSL-SE/blob/master/layout-empty.png)\n\n![list-layout](https://github.com/Amirsorouri00/DSL-SE/blob/master/layout-list.png)\n\n![dejavu-elasticsearch](https://github.com/Amirsorouri00/DSL-SE/blob/master/dejavu-elasticsearch.png)\n\n\n\n## Usefull Links\n* https://www.elastic.co/guide/en/elasticsearch/guide/master/dynamic-indices.html\n* https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-analyzers.html\n* http://www.devinline.com/2018/09/elasticsearch-inverted-index-and-its-storage.html\n* https://gist.github.com/HonzaKral/d90d344bca18ffa71139ac11b9f83124\n* https://faculty.math.illinois.edu/~riveraq2/teaching/simcamp16/PageRankwithPython.html\n* https://github.com/mtusman/stock-eagle/blob/master/stockeagle/eagle.py","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirsorouri00%2Fdsl-se","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirsorouri00%2Fdsl-se","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirsorouri00%2Fdsl-se/lists"}