UNPKG
ductile
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.9
Elasticsearch Bulk Loader
github.com/algesten/ductile
ductile
/
src
/
write-template.coffee
13 lines
(10 loc)
•
298 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = (client)
->
(bulk, callback)
->
bulk.
reduce
(p, c)
->
p.then
->
t = c.template client.indices.putTemplate {name:t._name, body:t._template} , Promise.
resolve
() .then
->
callback null, {} .
catch
(err)
->
callback err