{"id":40195917,"url":"https://github.com/precog/quasar-datasource-mongo","last_synced_at":"2026-01-19T20:03:33.181Z","repository":{"id":42617409,"uuid":"157215418","full_name":"precog/quasar-datasource-mongo","owner":"precog","description":"MongoDB quasar connector","archived":false,"fork":false,"pushed_at":"2022-03-30T22:44:53.000Z","size":981,"stargazers_count":2,"open_issues_count":0,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-15T03:19:09.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/precog.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}},"created_at":"2018-11-12T13:09:56.000Z","updated_at":"2021-10-28T12:01:48.000Z","dependencies_parsed_at":"2022-09-10T22:21:12.342Z","dependency_job_id":null,"html_url":"https://github.com/precog/quasar-datasource-mongo","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/precog/quasar-datasource-mongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precog%2Fquasar-datasource-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precog%2Fquasar-datasource-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precog%2Fquasar-datasource-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precog%2Fquasar-datasource-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/precog","download_url":"https://codeload.github.com/precog/quasar-datasource-mongo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/precog%2Fquasar-datasource-mongo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28583644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T19:46:29.903Z","status":"ssl_error","status_checked_at":"2026-01-19T19:45:54.560Z","response_time":67,"last_error":"SSL_read: 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":[],"created_at":"2026-01-19T20:03:33.113Z","updated_at":"2026-01-19T20:03:33.162Z","avatar_url":"https://github.com/precog.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quasar Mongo [![Discord](https://img.shields.io/discord/373302030460125185.svg?logo=discord)](https://discord.gg/QNjwCg6)\n\n## Usage\n\n```sbt\nlibraryDependencies += \"com.precog\" %% \"quasar-datasource-mongo\" % \u003cversion\u003e\n```\n\nConfiguration\n\n```json\n{ \"connectionString\": \u003cCONNECTION_STRING\u003e,\n  \"batchSize\": Int,\n  \"pushdownLevel\": \u003c\"disabled\"|\"light\"|\"full\"\u003e,\n  \"tunnelConfig\": {\n    host: String,\n    port: Int,\n    pass: \u003cPASS\u003e\n  }\n}\n// PASS\n{ \"password\": String } | { \"key\": String, \"passphrase\": String }\n```\n\n+ `connectionString` _must_ conform [Connection String Format](https://docs.mongodb.com/manual/reference/connection-string/)\n+ `tunnelConfig` is optional\n+ `pass.key` is content of private key file for ssh tunneling.\n\n## Testing\n\nThe simplest way to test is using Nix system and run subset of `.travis.yml`. One time only, generate an ssh key:\n\n```bash\n$\u003e \"\"\"ssh-keygen -t rsa -N \"passphrase\" -f key_for_docker -m PEM\"\"\",\n```\n\nThen, when you want to test, run this:\n\n```bash\n$\u003e docker swarm init\n$\u003e docker stack deploy -c docker-compose.yml teststack\n```\n\nIt starts multiple containers:\n+ sshd with `root:root` with `22222` ssh port\n+ mongo aliased as `mng` for sshd container.\n+ plain mongo on port 27018\n+ SSL-enabled mongo on port 27019\n+ SSL-enabled mongo with client-required key on port 27020\n\nYou can stop it afterwards with\n\n```bash\n$\u003e docker stack rm teststack\n$\u003e docker swarm leave --force\n```\n\n(Unfortunately `docker-compose` doesn't work on Windows for me @cryogenian 29.04.2019)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprecog%2Fquasar-datasource-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprecog%2Fquasar-datasource-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprecog%2Fquasar-datasource-mongo/lists"}