{"id":20410592,"url":"https://github.com/acanda/mobi-twitter-challenge","last_synced_at":"2025-08-17T16:47:23.180Z","repository":{"id":79006810,"uuid":"238643291","full_name":"acanda/mobi-twitter-challenge","owner":"acanda","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-21T10:06:53.000Z","size":25986,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T13:10:11.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acanda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2020-02-06T08:41:41.000Z","updated_at":"2020-04-21T10:06:55.000Z","dependencies_parsed_at":"2023-07-08T18:15:24.418Z","dependency_job_id":null,"html_url":"https://github.com/acanda/mobi-twitter-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acanda%2Fmobi-twitter-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acanda%2Fmobi-twitter-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acanda%2Fmobi-twitter-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acanda%2Fmobi-twitter-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acanda","download_url":"https://codeload.github.com/acanda/mobi-twitter-challenge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241955039,"owners_count":20048405,"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":[],"created_at":"2024-11-15T05:47:13.507Z","updated_at":"2025-03-05T02:45:44.024Z","avatar_url":"https://github.com/acanda.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobi Twitter Challenge\n\n## Build\n\nBuild everything with `mvn clean package`. You have to do this at least once\nbefore starting the docker containers.\n\n\n## Run\n\nStart everything with `docker-compose up -d --build`. You need access to the\nMobi Docker registry.\n\nYou can follow the logs of individual containers with \n`docker logs -f dtm-kafka-connect-service`.\n\nThe following UIs are available:\n- Kafka Topics UI: http://localhost:8000\n- Kafka Schema Registry UI: http://localhost:8001\n- Kafka Connect UI: http://localhost:8003\n- GraphDB: http://localhost:7200\n\nStop everything with `docker-compose down`.\n\n\n## Setup\n\n### GraphDB\n\nOpen `http://localhost:7200/repository` and create a repository with repository\nid `twitter-status` (keep the default values for all other properties).\n\n### Kafka Connect\n\nOpen `http://localhost:8003/` and create a new TwitterSourceConnector:\n```properties\nname=TwitterSourceConnector\nconnector.class=com.github.jcustenborder.kafka.connect.twitter.TwitterSourceConnector\ntasks.max=1\nprocess.deletes=false\nfilter.keywords=the\nkafka.status.topic=twitter-status\ntwitter.oauth.accessToken=...\ntwitter.oauth.accessTokenSecret=...\ntwitter.oauth.consumerSecret=...\ntwitter.oauth.consumerKey=...\n```\n\nThen create a new SparqlSinkConnector:\n```properties\nname=SparqlSinkConnector\nconnector.class=ch.mobi.emme.twitter.sparql.sink.SparqlSinkConnector\ntasks.max=1\nrepository.host=http://graphdb:7200\nrepository.name=twitter-status\ntopics=twitter-status\n```\n\nThis will start a stream of Twitter status records that are stored to GraphDB.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facanda%2Fmobi-twitter-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facanda%2Fmobi-twitter-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facanda%2Fmobi-twitter-challenge/lists"}