4

Flat Data Structure in No SQL

 9 months ago
source link: https://aungkoman.github.io/howto/2023/07/14/flat-datasturcutre-in-nosql.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Flat Data Structure in No SQL

Google က ပြောနေတဲ့ Falttern Data Structure

သိမ်းချင်တဲ့ Data က ဘယ်နှစ်ခုရှိမလဲ?

  • Employee
  • Customer
  • DataBox
  • Track

** Databox တစ်ခုနဲ့ တစ်ခု ချိတ်တာ မထည့်တော့ဘူး **

Employee

Endpoint : employees

"gyi203605": {
    "lat": 16.8863488,
    "lng": 96.2287967,
    "name": "gyi203605",
    "email": "[email protected]",
    "phone": "0945856352",
    "remark": "this is remark",
    "update_at": "2023-07-14 10:22:34.755303"
}

Customer

Endpoint : customers

"customerone": {
    "lat": 16.8863488,
    "lng": 96.2287967,
    "name": "customerone",
    "email": "[email protected]",
    "phone": "0945856352",
    "remark": "this is remark",
    "update_at": "2023-07-14 10:22:34.755303"
}

DataBox

Endpoint : databoxes

"databoxone": {
    "lat": 16.8863488,
    "lng": 96.2287967,
    "name": "databoxone",
    "connected_to" : {
        "databoxtwo" : {
            "lat": 16.8863488,
            "lng": 96.2287967,
            "name": "databoxtwo",
        },
        "databoxtwo" : {
            "lat": 16.8863488,
            "lng": 96.2287967,
            "name": "databoxtwo",
        }
    }
}

Track


```json
{
  "device_model": "Pixel 2 XL",
  "created_at": "2023-07-14T06:54:48.109Z",
  "activity_type": "still",
  "activity_confidence": 100,
  "battery_level": 0.87,
  "battery_is_charging": false,
  "provider": {
    "network": true,
    "gps": true,
    "enabled": true,
    "status": 3,
    "accuracyAuthorization": 0,
    "airplane": false
  },
  "is_moving": false,
  "uuid": "52b30d87-6e31-47ac-a32b-d84c870b906f",
  "odometer": 0,
  "latitude": 19.8526317,
  "longitude": 96.2980089,
  "accuracy": 14.2,
  "speed": 0.11,
  "speed_accuracy": -1,
  "heading": 336.97,
  "heading_accuracy": -1,
  "altitude": 110.4,
  "ellipsoidal_altitude": 110.4,
  "altitude_accuracy": 1
}

Written on July 14, 2023

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK