An open API service indexing awesome lists of open source software.

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

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!