Wednesday, January 22, 2020

Google Study: Traits of Most Successful Teams

Google Spent 2 Years Studying 180 Teams. The Most Successful Ones Shared These 5 Traits

1. Dependability.

Team members get things done on time and meet expectations.

2. Structure and clarity.

High-performing teams have clear goals, and have well-defined roles within the group.

3. Meaning.

The work has personal significance to each member.

4. Impact.

The group believes their work is purposeful and positively impacts the greater good.
Yes, that's four, not five. The last one stood out from the rest:

5. Psychological Safety.

Amazon Ion: JSON++ for QLDB

Amazon Ion

"Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations. The text format (a superset of JSON) is easy to read and author, supporting rapid prototyping. The binary representation is efficient to store, transmit, and skip-scan parse. The rich type system provides unambiguous semantics for long-term preservation of data which can survive multiple generations of software evolution.

Ion was built to address rapid development, decoupling, and efficiency challenges faced every day while engineering large-scale, service-oriented architectures. It has been addressing these challenges within Amazon for nearly a decade, and we believe others will benefit as well.

Available Libraries: Ion JavaIon CIon PythonIon JavaScript
Related Projects: Ion HashIon Schema
Tools: Hive SerDe"

used for:
(QLDB) "Documents – Documents exist within tables, and must be in Amazon Ion form. Ion is a superset of JSON that adds additional data types, type annotations, and comments. QLDB supports documents that contain nested JSON elements, and gives you the ability to write queries that reference and include these elements. Documents need not conform to any particular schema, giving you the flexibility to build applications that can easily adapt to changes."