Giter Club home page Giter Club logo

platform-deploy's People

Contributors

24inch avatar cdupont avatar j-forster avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

platform-deploy's Issues

How to deploy on AWS

Hello @cdupont
Am glad i have found this repository, was wondering if you can share a how to guide for deploying in AWS

V2 mongoDB migration

Data from MongoDB and MySQL need to be migrated to new format.
Old format:

  • each domain as a collection
  • document format:
{ "_id" : ObjectId("5b5a022ef21f630001b4be6e"), "entityID" : "FL_Sensor32", "entityType" : "SensingDevice", "attributeID" : "SMC", "value" : "327.50", "timestamp" : ISODate("2018-07-26T17:17:30Z") }

New format:

  • one collection for all datapoints (called "waziup_history")
  • document format:
{ "_id" : ObjectId("5cd308bd41dabe0006000000"), "sensor_id" : "TC1", "device_id" : "MyDevice", "value" : 25, "timestamp" : "2016-06-08T18:20:27.873Z" }

V2 MySQL/Keycloak migration

In V2, the scopes of the resources need to be changed.
Old scopes: sensors:create, sensors:delete...
New scopes: devices:create, devices:delete...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.