Skip to content

Instantly share code, notes, and snippets.

@YolandaMDavis
Created July 10, 2016 23:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YolandaMDavis/180bc6a958b8ee96ab5905bcfcfac0ff to your computer and use it in GitHub Desktop.
Save YolandaMDavis/180bc6a958b8ee96ab5905bcfcfac0ff to your computer and use it in GitHub Desktop.
Example Jolt Transform Specifications for Twitter Data
[{
"operation": "shift",
"spec": {
"created_at": "created_date_time",
"id": "tweet_id",
"text": "tweet_text",
"user": {
"id": "user_id"
}
}
},
{
"operation": "default",
"spec":{
"chainr-rating" : 4
}
}
]
{
"created_at": "shiftr_date_time",
"id": "tweet_id",
"text": "tweet_text",
"user": {
"id": "user_id"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment