{"id":20646712,"url":"https://github.com/cbartram/healthkit-consumer","last_synced_at":"2026-05-01T22:34:50.559Z","repository":{"id":42274359,"uuid":"258038527","full_name":"cbartram/HealthKit-Consumer","owner":"cbartram","description":"Consumer Application to Receive published events from HealthKit's WatchOS application","archived":false,"fork":false,"pushed_at":"2022-07-07T19:19:58.000Z","size":490,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T09:45:39.497Z","etag":null,"topics":["11","consumer","framework","healthkit","java","reactive","spring"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbartram.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-22T22:54:11.000Z","updated_at":"2020-05-12T23:35:56.000Z","dependencies_parsed_at":"2022-08-20T08:22:36.089Z","dependency_job_id":null,"html_url":"https://github.com/cbartram/HealthKit-Consumer","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/cbartram%2FHealthKit-Consumer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbartram%2FHealthKit-Consumer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbartram%2FHealthKit-Consumer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbartram%2FHealthKit-Consumer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbartram","download_url":"https://codeload.github.com/cbartram/HealthKit-Consumer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242727199,"owners_count":20175726,"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":["11","consumer","framework","healthkit","java","reactive","spring"],"created_at":"2024-11-16T16:26:53.304Z","updated_at":"2026-05-01T22:34:50.527Z","avatar_url":"https://github.com/cbartram.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HealthKit-Consumer\nConsumer Application to Receive published events from HealthKit's WatchOS application.\n\n# Getting Started\n\nTo get started with this project clone the repository with `git clone https://github.com/cbartram/HealthKit-Consumer.git`\n\nRun mongodb with: `$ docker run --name mongodb -p 27017:27017 -d -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=secret mongo:latest`\nConnect to mongo with `$ mongo -u admin -p secret --authenticationDatabase admin metrics`\n\n### Prerequisites \u0026 Installation\n\nBefore you can run this project you will need to install several software programs to your machine. If you already\nhave these programs you can omit this section.\n\n- Java 11\n- Gradle \u003e= 6.3\n- Docker\n- MongoDB\n\n#### Java 11\n \nThis project runs with Java version 11 and its required to get started developing with this application.\nYou can download Java 11 through [Homebrew](https://brew.sh) the popular package manager for Mac.\n\nWith [Homebrew](https://brew.sh) installed you can download and install Java with:\n```shell script\n$ brew update\n$ brew tap homebrew/cask-versions\n$ brew cask install homebrew/cask-versions/java11\n```\n\nYou can validate your installation with:\n\n```shell script\n$ java -version\n```\n\n#### Gradle \n\nOnce you have Java successfully installed you will need to download and install [Gradle](https://gradle.org). Gradle is a build manager\nfor Java and helps with managing dependencies, packaging up the executable Jar file, and running unit tests!\n\nInstall Gradle through [Homebrew](https://brew.sh) using the following command:\n\n```shell script\n$ brew install gradle\n```\n\n#### Docker\n\n// TODO\n\n#### Mongo DB\n\nLastly you will need to have [Mongo DB](https://www.mongodb.com/) installed since it is the primary database for this Application. Luckily you can\ninstall [Mongo DB](https://www.mongodb.com/) with [Homebrew](https://brew.sh) by executing the following command: \n\n```shell script\n$ brew tap mongodb/brew\n$ brew install mongodb-community@4.2\n```\n\n### Installing\n\n## Running the tests\n\nExplain how to run the automated tests for this system\n\n### Break down into end to end tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n### And coding style tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n## Deployment\n\nAdd additional notes about how to deploy this on a live system\n\n\n## Architecture Diagram\n\nThe following image depicts the current architecture diagram for this system.\n\n![Architecture Diagram](https://i.imgur.com/JJGP1Ti.png)\n\n## Built With\n\n* [Spring](http://spring.io) - The web framework used\n* [Gradle](https://gradle.org) - Dependency Management \u0026 Build Tool\n* [Java](https://www.java.com/en/) - Programming Language\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). \n\n## Authors\n\n* **Christian Bartram** - *Initial work* - [cbartram](https://github.com/cbartram)\n\nSee also the list of [contributors](https://github.com/cbartram/Health-Consumer/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n### Reference Documentation\nFor further reference, please consider the following sections:\n\n* [Official Gradle documentation](https://docs.gradle.org)\n* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/gradle-plugin/reference/html/)\n* [Spring Web](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#boot-features-developing-web-applications)\n* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#boot-features-jpa-and-spring-data)\n\n### Guides\nThe following guides illustrate how to use some features concretely:\n\n* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)\n* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)\n* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)\n* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)\n\n### Additional Links\nThese additional references should also help you:\n\n* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)\n\n## Acknowledgments\n\n* Spring for making a great framework!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbartram%2Fhealthkit-consumer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbartram%2Fhealthkit-consumer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbartram%2Fhealthkit-consumer/lists"}