This file contains hidden or 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
Abu Dhabi | |
Adelaide | |
Alaska | |
Almaty | |
Amsterdam | |
Arizona | |
Astana | |
Athens | |
Atlantic Time (Canada) | |
Auckland |
This file contains hidden or 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
<head> | |
<title>How To Connect the Visual Query Builder to DataSift</title> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
<script type="text/javascript" src="jcsdl/minified/jcsdl.min.js"></script> | |
<script type="text/javascript" src="jcsdl/minified/jcsdl.definition.js"></script> | |
<link rel="stylesheet" type="text/css" href="jcsdl/minified/jcsdl.min.css" /> | |
</head> |
This file contains hidden or 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
{ | |
"id": "9e97d9ac115e58fcb7ab", | |
"definition_id": "e4d0b9bb266e8f3f2de405f6c1a2de23", | |
"name": "historics-get-test", | |
"start": 1325376001, | |
"end": 1325894401, | |
"created_at": 1363271961, | |
"status": "running", | |
"progress": 15, | |
"sources": [ |
This file contains hidden or 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
curl -X POST 'https://api.datasift.com/push/create' \ | |
-d 'name=connectors3' \ | |
-d 'hash=SourceStreamHash' \ | |
-d 'output_type=s3' \ | |
-d 'output_params.bucket=datasift-s3' \ | |
-d 'output_params.directory=interactions' \ | |
-d 'output_params.acl=private' \ | |
-d 'output_params.auth.access_key=YourAmazonAWSAccessKey' \ | |
-d 'output_params.auth.secret_key=YourAmazonAWSSecretKey' \ | |
-d 'output_params.delivery_frequency=0' \ |
This file contains hidden or 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
{ | |
"count": 2, | |
"subscriptions": [ | |
{ | |
"id": "d668655cfe5f93741ddcd30bb309a8c7", | |
"output_type": "dynamodb", | |
"name": "mypushsubscription1", | |
"created_at": 1365430066, | |
"hash": "42d388f8b1db997faaf7dab487f11290", | |
"hash_type": "stream", |
This file contains hidden or 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
curl -X GET http://api.datasift.com/preview/get \ | |
-d 'id=e25d533cf287ec44fe66e8362f61961f' \ | |
-H 'Authorization: datasift-user:your-datasift-api-key' |
This file contains hidden or 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
curl -X POST 'https://api.datasift.com/push/create' \ | |
-d 'name=connectormongodb' \ | |
-d 'hash=42d388f8b1db997faaf7dab487f11290' \ | |
-d 'output_type=mongodb' \ | |
-d 'output_params.host=mongodb.example.com' \ | |
-d 'output_params.port=27017' \ | |
-d 'output_params.db_name=datasiftmongodb' \ | |
-d 'output_params.collection_name=my_first_test' \ | |
-d 'output_params.auth.username=dsreceiver' \ | |
-d 'output_params.auth.password=dsrpassword' \ |
This file contains hidden or 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
curl -X POST 'https://api.datasift.com/push/update' \ | |
-d 'id=f4d4caee9acfd27faf88843d8d6191b1' \ | |
-d 'name=myupdatedpushsubscription' \ | |
-d 'hash=SourceStreamHash' \ | |
-d 'output_type=s3' \ | |
-d 'output_params.bucket=datasift-s3' \ | |
-d 'output_params.directory=interactions' \ | |
-d 'output_params.acl=private' \ | |
-d 'output_params.auth.access_key=YourAmazonAWSAccessKey' \ | |
-d 'output_params.auth.secret_key=YourAmazonAWSSecretKey' \ |
This file contains hidden or 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
curl -X POST 'https://api.datasift.com/v1/push/create' \ | |
-d 'name=connectorftp' \ | |
-d 'hash=42d388f8b1db997faaf7dab487f11290' \ | |
-d 'output_type=ftp' \ | |
-d 'output_params.host=ftp.example.com' \ | |
-d 'output_params.port=21' \ | |
-d 'output_params.auth.username=dsreceiver' \ | |
-d 'output_params.auth.password=dsrpassword' \ | |
-d 'output_params.directory=%2Fhome%2Fdsreceiver%2datasift-ftp' \ | |
-d 'output_params.delivery_frequency=60' \ |
This file contains hidden or 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
curl -X POST 'https://api.datasift.com/v1/push/create' \ | |
-d 'name=connectorftp' \ | |
-d 'hash=42d388f8b1db997faaf7dab487f11290' \ | |
-d 'output_type=ftp' \ | |
-d 'output_params.host=ftp.example.com' \ | |
-d 'output_params.port=21' \ | |
-d 'output_params.auth.username=dsreceiver' \ | |
-d 'output_params.auth.password=dsrpassword' \ | |
-d 'output_params.directory=%2Fhome%2Fdsreceiver%2datasift-ftp' \ | |
-d 'output_params.delivery_frequency=60' \ |
OlderNewer