Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
node-bigstream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bs
node-bigstream
Commits
5ab862c5
Commit
5ab862c5
authored
Feb 28, 2017
by
project
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
84e2c8d0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
0 deletions
+48
-0
httpfeed.json
test/jobs/httpfeed.json
+0
-0
httppush.json
test/jobs/httppush.json
+0
-0
ibitz-push01.json
test/jobs/ibitz-push01.json
+24
-0
igrid-test.json
test/jobs/igrid-test.json
+24
-0
No files found.
test/jobs/http.json
→
test/jobs/http
feed
.json
View file @
5ab862c5
File moved
test/jobs/httppush
1
.json
→
test/jobs/httppush.json
View file @
5ab862c5
File moved
test/jobs/ibitz-push01.json
0 → 100644
View file @
5ab862c5
{
"job_id"
:
"ibitz-push01"
,
"active"
:
true
,
"trigger"
:
{
"type"
:
"http"
,
"appkey"
:
"sensordata"
,
"method"
:
"get"
},
"data_in"
:
{
"type"
:
"input"
,
"param"
:{
"object"
:
"httpdata"
}
},
"data_transform"
:
{
"type"
:
"noop"
},
"data_out"
:
{
"type"
:
"storage"
,
"param"
:
{
"storage_name"
:
"ibitz.sensordata"
}
}
}
test/jobs/igrid-test.json
0 → 100644
View file @
5ab862c5
{
"job_id"
:
"igrid-test"
,
"active"
:
true
,
"trigger"
:
{
"type"
:
"http"
,
"appkey"
:
"igrid-test"
,
"method"
:
"get"
},
"data_in"
:
{
"type"
:
"input"
,
"param"
:{
"object"
:
"httpdata"
}
},
"data_transform"
:
{
"type"
:
"noop"
},
"data_out"
:
{
"type"
:
"storage"
,
"param"
:
{
"storage_name"
:
"igrid.test"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment