Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ care-pet Public
forked from scylladb/care-pet

Care Pet IoT ScyllaDB example

License

guy9/care-pet

 
 

Repository files navigation

ScyllaDB IoT example

This example project demonstrates a generic IoT use case for ScyllaDB.

The application allows tracking of pets' health indicators and consists of 3 parts:

  • a collar that reads and pushes sensors data
  • a web app for reading and analyzing the pets' data
  • a database migration tool

Read the Documentation for the Care-Pet Example

Quick Start

Language-specific implementation resides in the corresponding folder:

  • Go
  • Java
  • Rust
  • CPP
  • Python
  • Node.js

The project uses docker-compose to provide the simplest local deployment of the ScyllaDB database cluster.

Architecture

Pet -> Sensors -> Collar -> ScyllaDB <---- WebApp <- User
                               ^             |
                               \-aggregation-/

In this simple example, a Collar generates sensors data once a second and sends it directly to the database.

Pet owners, sensors, and measurement data can be accessed via the REST API web server. It also implements the lazy-evaluation of the data aggregates.

Links

About

Care Pet IoT ScyllaDB example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.3%
  • Go 12.1%
  • Rust 10.8%
  • Java 9.8%
  • TypeScript 7.3%
  • SCSS 2.8%
  • Other 2.9%