{"id":24830742,"url":"https://github.com/domarps/dlog","last_synced_at":"2025-03-26T02:44:24.323Z","repository":{"id":80996080,"uuid":"42494457","full_name":"domarps/dLog","owner":"domarps","description":"Distributed Log Querier","archived":false,"fork":false,"pushed_at":"2015-09-15T20:09:43.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T23:52:52.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/domarps.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":"2015-09-15T04:07:19.000Z","updated_at":"2015-09-15T04:12:22.000Z","dependencies_parsed_at":"2023-03-03T15:41:19.864Z","dependency_job_id":null,"html_url":"https://github.com/domarps/dLog","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/domarps%2FdLog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domarps%2FdLog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domarps%2FdLog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domarps%2FdLog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domarps","download_url":"https://codeload.github.com/domarps/dLog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245579581,"owners_count":20638676,"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":"2025-01-30T23:52:55.080Z","updated_at":"2025-03-26T02:44:24.296Z","avatar_url":"https://github.com/domarps.png","language":"Go","readme":"# dlog\nMachine Programming I - Distributed Log Querier\n\n## Setting Up Your Go Environment\n\nThis is, after all, a set of applications written in Go.\nSo first [install GVM](https://github.com/moovweb/gvm) - loan_surgeon requires\ngo1.4.1 or beyond to build correctly.\n```\ngvm install go1.4\ngvm use go1.4\n# if you use autoenv you may want to add the line above to your .env file\n```\n\nIf you know what you are doing, feel free to clone `dlog` in the\ncorrect go path location. If you are unsure, run:\n```\ngo get gitlab-beta.engr.illinois.edu/mcconne7/dlog\n```\n\nFinally, run the following script to install all necessary\npackages (including `golint`):\n\n```\n./go_get.sh\n```\n\n## Production\n\n### Installation\nDeploying to production:\ngo get https://gitlab-beta.engr.illinois.edu/mcconne7/dlog\ncd $GOPATH/src/gitlab-beta.engr.illinois.edu/mcconne7/dlog\ngo install ./...\n\n## Development\n\n### Dependencies\nIn order to build and run dlog you will need\n* go\n* ruby\n\n### How to Build\nTo build dlog run the build script:\n```\n./build.rb\n```\nThis:\n1. formats the code\n2. lints the code\n3. tests the code\n4. builds the code\n5. installs the code\n\n## Usage: Client\nclient: run\n\n* You are probably going to want to end your commands with `2\u003e /dev/null`\n  to avoid log messages(to suppress the output). For example start the\n  client with: `grep_client 127.0.0.1:3000 2\u003e/dev/null`\n* 127.0.0.1:3000 is the example URL\n\n```\n$ dgrep_client 127.0.0.1:3000\n2015/09/12 20:28:07 client.go:46: Connection to: [127.0.0.1:3000]\n```\n\n### Status\nreturns the status of the server\n\n```\nstatus\n{ \"status\": \"running\", \"running\": true }\n```\n\n### Echo\nechos the command back to you\n\n```\necho hello world!\nhello world!\n```\n\n### System\n\n```\nsys grep go README.md\n* go\ngo1.4.1 or beyond to build correctly.\ngvm install go1.4\ngvm use go1.4\ncorrect go path location. If you are unsure, run:\ngo get gitlab-beta.engr.illinois.edu/mcconne7/dlog\npackages (including `golint`):\n./go_get.sh\n```\n\n## Usage: Server\nserver: run\n\n### Start\n```\ndgrep_server 3000\ndgrep server:2015/09/12 20:26:09 server.go:70: Server [127.0.0.1:3000]: is ending? false begins on: 127.0.0.1:3000\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomarps%2Fdlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomarps%2Fdlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomarps%2Fdlog/lists"}