{"id":16410763,"url":"https://github.com/preetam/adversaria-java","last_synced_at":"2025-06-20T12:13:08.101Z","repository":{"id":8553434,"uuid":"10177158","full_name":"Preetam/Adversaria-java","owner":"Preetam","description":"Time-series logging that doesn't suck","archived":false,"fork":false,"pushed_at":"2013-12-12T19:53:31.000Z","size":184,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T03:21:34.406Z","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/Preetam.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":"2013-05-20T16:43:12.000Z","updated_at":"2016-07-10T12:54:16.000Z","dependencies_parsed_at":"2022-09-17T15:40:46.462Z","dependency_job_id":null,"html_url":"https://github.com/Preetam/Adversaria-java","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/Preetam%2FAdversaria-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preetam%2FAdversaria-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preetam%2FAdversaria-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Preetam%2FAdversaria-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Preetam","download_url":"https://codeload.github.com/Preetam/Adversaria-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415645,"owners_count":19797668,"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-10-11T06:43:48.600Z","updated_at":"2025-02-24T04:21:07.806Z","avatar_url":"https://github.com/Preetam.png","language":"Java","readme":"Adversaria\n==========\n[![Build Status](https://drone.io/github.com/PreetamJinka/Adversaria/status.png)](https://drone.io/github.com/PreetamJinka/Adversaria/latest)\n\nTime-series logging that doesn't suck\n\nRequirements\n----\n* Java 7\n* ant\n\nUsage\n----\nBuild:\n\n    $ make\n\nInstall convenient shell script:\n\n    # make install\n\nGeneral argument format:\n\n    $ adversaria [function] [file name] [[arguments]]\n\n### Create\n\nInitializes a new log file\n\n    $ adversaria create log.db \n\n### Insert\n\nInserts a key/value pair. The first argument after the file name is an integer key -- probably a unix timestamp.\nThe next few arguments (at least one) are floats.\n\n    $ adversaria insert log.db 1370233172 0.0 0.0 1.0\n\n### Export\n\nExports a single key/value pair. The argument is the key.\n\n    $ adversaria export log.db 1370233172\n\n### Dump\n\nOutputs all key/value pairs.\n\n    $ adversaria export log.db\n\n### Range\n\nGets a range of key/value pairs. Arguments are two keys.\n\n    $ adversaria range log.db 1370233000 1370233172\n\n\n### Size\n\nPrints the size of the log.\n\n    $ adversaria size log.db\n\nLicense\n----\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreetam%2Fadversaria-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreetam%2Fadversaria-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreetam%2Fadversaria-java/lists"}