{"id":18119773,"url":"https://github.com/mostlygeek/iot-recorder","last_synced_at":"2025-04-06T11:18:39.064Z","repository":{"id":66828441,"uuid":"112284565","full_name":"mostlygeek/iot-recorder","owner":"mostlygeek","description":"Rainforest Eagle Data to SQLite Database","archived":false,"fork":false,"pushed_at":"2018-12-27T21:23:31.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T16:51:50.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mostlygeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-11-28T04:12:18.000Z","updated_at":"2018-12-27T21:23:33.000Z","dependencies_parsed_at":"2023-03-18T13:41:38.575Z","dependency_job_id":null,"html_url":"https://github.com/mostlygeek/iot-recorder","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/mostlygeek%2Fiot-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fiot-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fiot-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fiot-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostlygeek","download_url":"https://codeload.github.com/mostlygeek/iot-recorder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"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-11-01T05:17:00.762Z","updated_at":"2025-04-06T11:18:39.041Z","avatar_url":"https://github.com/mostlygeek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this?\n\nIt is a simple web service that accepts XML from a Rainforest Eagle device and saves the instantaneous,\nusage and summation data into a sqlite database. It's quite incomplete but I wanted something to\nsimply record everything so I can run SQL queries over it.\n\nI use run this on a Raspberry PI 3 and it just keeps going.  \n\n## Usage\n\n- `go build server.go` ... compiles sqlite3 into it\n- `./server \u003cip:port\u003e \u003cpath/to/database\u003e`\n\nThe server will create a new sqlite database if it doesn't exist.  You should be able\nto query the database with any sqlite tool.\n\n## Configuring the Eagle\n\n* Settings \u003e Cloud \u003e Click the \"+\" to add a new recorder\n* Name: rasp-pi-eagle-recorder\n* url: http://\u003cip.address\u003e:port/submit\n\nIt should take a few seconds for data to start flowing.  Don't worry if you see the red 429 status code.  There is some rate limiting done on the server side.\n\n## Compiling a static binary\n\n### Raspberry PI 3 B (arm-7)\n\n```\nxgo -targets \"linux/arm-7\" -ldflags='-w -extldflags \"-static\"' -out eagle-recorder .\n```\n\n## TODO\n\n* Pretty much everything (including docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fiot-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostlygeek%2Fiot-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fiot-recorder/lists"}