Created
May 10, 2013 04:49
-
-
Save zsan/5552442 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> db.linkedin_skills.find({displayName: "TOGAF"}).pretty() | |
{ | |
"_id" : ObjectId("51659c9ee138231e2b000c01"), | |
"displayName" : "TOGAF", | |
"generated_from" : "to", | |
"growth_rate_decreasing" : "", | |
"growth_rate_increasing" : "2%", | |
"headLine" : "<strong>TO</strong>GAF", | |
"linkedin_id" : "5056", | |
"primary_industry" : "Information Technology and Services", | |
"related_growth" : { | |
"Archimate" : "38.0", | |
"Architecture Governance" : "10.0", | |
"TOGAF" : "2.0", | |
"Architecture Frameworks" : "-7.0", | |
"Zachman" : "-14.0" | |
}, | |
"related_size" : { | |
"TOGAF" : "28236", | |
"Architecture Frameworks" : "3970", | |
"Zachman" : "3870", | |
"Architecture Governance" : "1620", | |
"Archimate" : "1600" | |
}, | |
"related_skills" : [ | |
"Zachman", | |
"Archimate", | |
"Architecture Governance", | |
"Architecture Frameworks", | |
"Strategic Architecture", | |
"Reference Architecture", | |
"Federal Enterprise Architecture", | |
"Troux", | |
"Architecture Assessment", | |
"MODAF", | |
"SABSA", | |
"Architecture Reviews", | |
"ATAM", | |
"Architecture Development", | |
"Domain Architecture", | |
"IBM Rational System Architect", | |
"SOA Governance", | |
"Casewise", | |
"IFW", | |
"NAF" | |
], | |
"skill_summary" : "The Open Group Architecture Framework (TOGAF®) is a framework for enterprise architecture which provides a comprehensive approach for designing, planning, implementing, and governing an enterprise information architecture. TOGAF is a registered trademark of The Open Group in the United States and other countries. TOGAF is a high level and holistic approach to design, which is typically modeled at four levels: Business, Application,…\nMore on 'TOGAF' at Wikipedia »", | |
"subLine" : "", | |
"title" : "TOGAF", | |
"url" : "http://www.linkedin.com/skills/skill/TOGAF", | |
"wiki_link" : "http://en.wikipedia.org/wiki/The_Open_Group_Architecture_Framework&urlhash=Iqsw", | |
"with_detail" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment