Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date

  PDT & EDT

...

http://fuze.me/30957362

Join by phone:
Dial phone number and enter the Meeting ID (30957362) when prompted
- Toll: +1 201-479-4595

Attendees

...

  • Briefly reviewed high level architecture document overview.  Some Q&A:
    • How is the database handled?  A:  each service owns its own schema.  DB access is passed to service via configuration
    • What about interaction between services?  A:  The service's RESTful interface should be complete and sufficient for all clients, whether it is programmatic, a desktop UI, a mobile client, etc.
  • Chongsun presented results of "extra data" spike, mainly, how to store additional data that a particularl client may wish to add to existing entities.  E.g. adding "color" to a Facility
    • JSON option.  Postgres supports JSON datatype, even simple querying.  Can set and get values and set up static queries
    • "thin tables" opion.
    • Pengfei suggested a third - a document database, and offered to do a spike
  • Chongsun showed the Independent Service template beginnings.  

...