{"id":18994390,"url":"https://github.com/hormcodes/socialclusters","last_synced_at":"2026-04-07T16:31:49.739Z","repository":{"id":220662200,"uuid":"152901082","full_name":"HormCodes/socialclusters","owner":"HormCodes","description":"Bachelor thesis web app for social media content aggregation and analysation.","archived":false,"fork":false,"pushed_at":"2020-02-28T08:31:08.000Z","size":3812,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T11:49:56.607Z","etag":null,"topics":["javascript","kotlin","python","react","social-network-analysis","spring","support-vector-machines"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HormCodes.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-10-13T18:14:47.000Z","updated_at":"2024-05-01T22:25:43.000Z","dependencies_parsed_at":"2024-02-03T13:40:51.155Z","dependency_job_id":null,"html_url":"https://github.com/HormCodes/socialclusters","commit_stats":null,"previous_names":["hormcodes/socialclusters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HormCodes/socialclusters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fsocialclusters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fsocialclusters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fsocialclusters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fsocialclusters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HormCodes","download_url":"https://codeload.github.com/HormCodes/socialclusters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fsocialclusters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["javascript","kotlin","python","react","social-network-analysis","spring","support-vector-machines"],"created_at":"2024-11-08T17:25:26.417Z","updated_at":"2026-04-07T16:31:49.715Z","avatar_url":"https://github.com/HormCodes.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SocialClusters\nWeb app for social media content aggregation and analysation.\n\n## Tools\n\n- Docker\n- Node\n- JDK 1.8\n- Python 3.6\n\n#### Recommended Tools\n\n- Intellij IDEA\n- Postman\n- Google Chrome Dev Tools\n\n## Project structure\n\n- `.circleci` - CI/CD Configuration\n- `backend` - Backend\n- `docker` - Container Configuration\n- `fronted` - Frontend\n- `job_scheduler` - Job Configuration\n- `nginx` - Request Proxy Configuration\n- `platfrom_api_service` - Platform API Service\n- `topic_analysis_sevice` - Topic Analysis Service\n\n## Configuration\n\n1. Edit file `platform_api_service/config.json` for adding your API keys.\n2. In directory `topic_analysis_service/makjka` add dictionaries for word lemma converter called [Majka](https://nlp.fi.muni.cz/ma/) with format `x.lt` where `x` is ISO language code, e.g. `cs`\n3. (For production deploy) In a file `nginx/conf.d` change domain `example.com` to your own. \n\n## Setup\n\n\n\n\n### Production\nRepository contains a production setup script `setup.sh` or you can execute these commands:\n```$xslt\ncd docker\ndocker-compose up -d\n\ncd ../backend\n./gradlew clean\n./gradlew bootJar\n\ndocker build --no-cache -t socialclusters/backend .\n\ncd ../topic_analysis_service\ndocker build --no-cache -t socialclusters/topic_analysis_service .\n\n\ncd ../platform_api_service\ndocker build --no-cache -t socialclusters/platform_api_service .\n\ncd ../frontend\ndocker build --no-cache -t socialclusters/frontend .\n\ncd ../nginx\ndocker build --no-cache -t socialclusters/nginx .\n\ncd ../docker\ndocker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d\n\n\n```\n\n### Development\n\nYou have tu setup docker containers for Mongo and Postgres Databases... \n```$xslt\ncd docker\ndocker-compose up -d\n```\n\n#### Backend\n```$xslt\ncd backend\n./gradlew build\n```\n\n \n #### Frontend\n ```$xslt\n cd frontend\n npm install\n npm start\n # For backend execute setup.sh from root directory (after npm start)\n ```\n \n #### Internal Services\n Platform API Service and Topic Analysis Service has same setup:\n ```$xslt\n cd service_directory\n pip3 install -r requirements.txt\n python3 src/server.py\n ```\n\n\n## License \u0026 Credits\n\nCreated by [Matěj Horák](https://horm.cz). This project was originally part of a bachelor's thesis with supervision by [Ing. Radek Burget, Ph.D.](http://www.fit.vutbr.cz/~burgetr/index.php.cs) Now, the project is independent and [this commit](https://github.com/Horm/socialclusters/commit/f4836dbf5fc352ee4a0956b0f29cd224a61bbb1b) is last one from bachelor's thesis. \n\nProject is under [MIT license](https://github.com/Horm/socialclusters/blob/master/LICENSE) \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhormcodes%2Fsocialclusters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhormcodes%2Fsocialclusters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhormcodes%2Fsocialclusters/lists"}