{"id":17219663,"url":"https://github.com/dreeseaw/pooltracker","last_synced_at":"2026-04-08T21:31:02.163Z","repository":{"id":103810768,"uuid":"375406991","full_name":"Dreeseaw/PoolTracker","owner":"Dreeseaw","description":"Track the volume, liquidity, \u0026 pair price of Uniswap V3 liquidity pools. Uses Airflow to keep a MongoDB instance filled with real-time data, served with a React interface.","archived":false,"fork":false,"pushed_at":"2021-06-14T14:21:15.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T21:54:55.049Z","etag":null,"topics":["airflow","docker","docker-compose","go","mongodb","python","reactjs"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Dreeseaw.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":"2021-06-09T15:39:07.000Z","updated_at":"2025-01-23T18:04:50.000Z","dependencies_parsed_at":"2023-10-21T01:15:21.191Z","dependency_job_id":null,"html_url":"https://github.com/Dreeseaw/PoolTracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dreeseaw/PoolTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreeseaw%2FPoolTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreeseaw%2FPoolTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreeseaw%2FPoolTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreeseaw%2FPoolTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dreeseaw","download_url":"https://codeload.github.com/Dreeseaw/PoolTracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreeseaw%2FPoolTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["airflow","docker","docker-compose","go","mongodb","python","reactjs"],"created_at":"2024-10-15T03:50:28.843Z","updated_at":"2026-04-08T21:31:02.146Z","avatar_url":"https://github.com/Dreeseaw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoolTracker\n\n## Environment setup\n\nYou need to have [Go](https://golang.org/),\n[Node.js](https://nodejs.org/),\n[Docker](https://www.docker.com/), and\n[Docker Compose](https://docs.docker.com/compose/)\n(comes pre-installed with Docker on Mac and Windows)\ninstalled on your computer.\n\nVerify the tools by running the following commands:\n\n```sh\ngo version\nnpm --version\ndocker --version\ndocker-compose --version\n```\n\nIf you are using Windows you will also need\n[gcc](https://gcc.gnu.org/). It comes installed\non Mac and almost all Linux distributions.\n\n## Start in development mode\n\nIn the project directory run the command (you might\nneed to prepend it with `sudo` depending on your setup):\n```sh\ndocker-compose -f docker-compose-dev.yml up\n```\n\nThis starts a local MongoDB on `localhost:27017`.\nThe database will be populated with test records\nfrom the [init-db.js](init-db.js) file.\n\nNavigate to the `server` folder and start the back end:\n\n```sh\ncd server\ngo run server.go\n```\nThe back end will serve on http://localhost:8080.\n\nNavigate to the `webapp` folder, install dependencies,\nand start the front end development server by running:\n\n```sh\ncd webapp\nnpm install\nnpm start\n```\nThe application will be available on http://localhost:3000.\n \n## Start in production mode\n\nPerform:\n```sh\ndocker-compose up\n```\nThis will build the application and start it together with\nits database. Access the application on http://localhost:8080.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreeseaw%2Fpooltracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreeseaw%2Fpooltracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreeseaw%2Fpooltracker/lists"}