{"id":34301458,"url":"https://github.com/jitlogic/zico","last_synced_at":"2026-05-27T01:32:02.831Z","repository":{"id":145658590,"uuid":"132274266","full_name":"jitlogic/zico","owner":"jitlogic","description":"Trace data collection and presentation","archived":false,"fork":false,"pushed_at":"2020-04-04T21:54:22.000Z","size":668,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-20T18:13:24.510Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jitlogic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-05T18:29:57.000Z","updated_at":"2020-04-04T21:54:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"b44e2054-424b-4285-ac7c-7d6a55f169ae","html_url":"https://github.com/jitlogic/zico","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/jitlogic/zico","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitlogic%2Fzico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitlogic%2Fzico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitlogic%2Fzico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitlogic%2Fzico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitlogic","download_url":"https://codeload.github.com/jitlogic/zico/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitlogic%2Fzico/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33546836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"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":[],"created_at":"2025-12-17T06:47:58.828Z","updated_at":"2026-05-27T01:32:02.818Z","avatar_url":"https://github.com/jitlogic.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zorka Intranet Collector\n\nThis is network collector for transaction traces generated by zorka agent. It's new version of collector,\nhandling new HTTP+CBOR protocol and it's still in early development phase, suitable as development snapshot,\nnot a ready to use product.  For production use, old [ZICO 1.x](https://github.com/jitlogic/zico-1.x) is recommended.\n\n\n## Building instructions\n\nBefore building ZICO collector, make sure current version of [zorka-tdb](https://github.com/jitlogic/zorka-tdb) is\nbuilt and present in your `.m2` directory. JDK8 and [Leiningen](https://leiningen.org/) need to be present in `PATH`.  \n\nIn order to build production version run the following command in project directory::\n \n```\nlein do clean, sass once, uberjar\n```\n\n## Setting up development environment\n\nIn development mode, several components need to be started. In order to start ClojureScript compiler run the\nfollowing command in project directory:\n\n```\nlein figwheel\n```\n\nThis will start a process that will watch for changes in source code and recompile changed files automatically. \nIt uses [figwheel](https://github.com/bhauman/lein-figwheel) which is very cool plugin that automatically hot loads\nchanged code into your browser when developing.\n\nCSS styles are compiled from `.scss` using SASS compiler. In order to start process waching and recompiling changes,\nrun command: \n\n```\nlein sass watch\n```\n\n## Starting development instance\n\nDevelopment instance can be started either via `lein repl` or form IDE (I recommend \n[Cursive IDE](https://cursive-ide.com/) for developing Clojure projects).\n\nInstance needs some working directory (it can be empty) that has to be passed via `zico.home` property. \nAlso `zico.dev.mode` should be set in order to get hot code reload working. Example JVM parameters:\n\n```\n-Dzico.home=/tmp/zico-devel -Dzico.dev.mode=true -Xms512m -Xmx4096m\n```\n\nThis will start instance with embedded H2 database. For configuring with MySQL, empty database has to be \nset up and `zico.conf` configured with MySQL has to be put into working directory. Schema and initial data\nwill be automatically loaded into database. \n\n\n# Documentation\n\nFor more information see [zorka.io](http://zorka.io) website. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitlogic%2Fzico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitlogic%2Fzico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitlogic%2Fzico/lists"}