https://github.com/zauberware/mega-trends-and-trends-json
Future megatrends and trends in JSON files
https://github.com/zauberware/mega-trends-and-trends-json
json-data json-dataset megatrends trends
Last synced: 3 months ago
JSON representation
Future megatrends and trends in JSON files
- Host: GitHub
- URL: https://github.com/zauberware/mega-trends-and-trends-json
- Owner: zauberware
- License: mit
- Created: 2018-05-03T13:01:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T13:35:35.000Z (about 8 years ago)
- Last Synced: 2025-06-22T10:40:43.723Z (12 months ago)
- Topics: json-data, json-dataset, megatrends, trends
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mega Trends and Trends as JSON
12 Megatrends and belonging 119 trends in JSON format.
## Mega-Trends
* Healthcare
* Individualization
* Silver Society
* Security
* New-Ecology
* Gender Shift
* New Work
* Knowledge Culture
* Urbanization
* Mobility
* Globalization
* Connectivity
## Format
* One Megatrend -> has multiple trends
* One Trend -> has multiple trends
```
# mega-trends.json
{
"title": "Gesundheit"
},
...
# trends.json
{
"title": "Predictive Analytics",
"megaTrends": [
"Sicherheit",
"Wissenskultur",
"Konnektivität"
]
},
...
```
## Translations
* English
* German (trends mixed with english vocabularies)
## Contributing
Fork and PR: Feel free to add items, attributes or translations!