diff --git a/.gitignore b/.gitignore index 72c99a6..203615d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ docs/package-lock.json docs/package.json site-update.sh */build +build push.sh diff --git a/build/site/404.html b/build/site/404.html deleted file mode 100644 index 357727a..0000000 --- a/build/site/404.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - Page Not Found :: Swarmlab faq - - - - - - -
- -
-
- -
- -
-
-

Page Not Found

-
-

The page you’re looking for does not exist. It may have been moved. You can return to the start page, or follow one of the links in the navigation to the left.

-
-
-

If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. -If you typed the URL of this page manually, please double check that you entered the address correctly.

-
-
-
-
-
- - - - - - - - diff --git a/build/site/_/css/search.css b/build/site/_/css/search.css deleted file mode 100644 index d9af4ac..0000000 --- a/build/site/_/css/search.css +++ /dev/null @@ -1,115 +0,0 @@ -.navbar-brand .navbar-item + .navbar-item { - flex-grow: 1; - justify-content: flex-end; -} - -@media screen and (min-width: 1024px) { - .navbar-brand { - flex-grow: 1; - } - - .navbar-menu { - flex-grow: 0; - } -} - -#search-input { - color: #333; - font-family: inherit; - font-size: 0.95rem; - width: 150px; - border: 1px solid #dbdbdb; - border-radius: 0.1em; - line-height: 1.5; - padding: 0 0.25em; -} - -@media screen and (min-width: 769px) { - #search-input { - width: 200px; - } -} - -.search-result-dropdown-menu { - position: absolute; - z-index: 100; - display: block; - right: 0; - left: inherit; - top: 100%; - border-radius: 4px; - margin: 6px 0 0; - padding: 0; - text-align: left; - height: auto; - background: transparent; - border: none; - max-width: 600px; - min-width: 500px; - box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -@media screen and (max-width: 768px) { - .navbar-brand .navbar-item + .navbar-item { - padding-left: 0; - padding-right: 0; - } - - .search-result-dropdown-menu { - min-width: calc(100vw - 3.75rem); - } -} - -.search-result-dataset { - position: relative; - border: 1px solid #d9d9d9; - background: #fff; - border-radius: 4px; - overflow: auto; - padding: 0 8px 8px; - max-height: calc(100vh - 5.25rem); - color: #333; -} - -.search-result-highlight { - color: #174d8c; - background: rgba(143, 187, 237, 0.1); - padding: .1em .05em; -} - -.search-result-item { - display: flex; - font-size: 1rem; - margin-bottom: 0.5rem; - margin-top: 0.5rem; -} - -.search-result-document-title { - width: 33%; - border-right: 1px solid #ddd; - color: #a4a7ae; - font-size: 0.8rem; - padding: 0.25rem 0.5rem 0.25rem 0; - text-align: right; - position: relative; - word-wrap: break-word; -} - -.search-result-document-hit { - flex: 1; - font-size: 0.75em; - color: #02060c; - font-weight: 700; -} - -.search-result-document-hit > a { - color: inherit; - display: block; - padding: 0.5rem 0 0.5rem 1rem; - margin-bottom: 0.25rem; -} - -.search-result-document-hit > a:hover { - background-color: rgba(69, 142, 225, 0.05); -} - diff --git a/build/site/_/css/site.css b/build/site/_/css/site.css deleted file mode 100644 index 36c35c4..0000000 --- a/build/site/_/css/site.css +++ /dev/null @@ -1,3 +0,0 @@ -@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto Regular"),local("Roboto-Regular"),url(../font/roboto-latin-400.woff2) format("woff2"),url(../font/roboto-latin-400.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url(../font/roboto-latin-400italic.woff2) format("woff2"),url(../font/roboto-latin-400italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../font/roboto-latin-500.woff2) format("woff2"),url(../font/roboto-latin-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(../font/roboto-latin-500italic.woff2) format("woff2"),url(../font/roboto-latin-500italic.woff) format("woff")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:local("Roboto Mono Regular"),local("RobotoMono-Regular"),url(../font/roboto-mono-latin-400.woff2) format("woff2"),url(../font/roboto-mono-latin-400.woff) format("woff")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;src:local("Roboto Mono Medium"),local("RobotoMono-Medium"),url(../font/roboto-mono-latin-500.woff2) format("woff2"),url(../font/roboto-mono-latin-500.woff) format("woff")}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.0625em;height:100%}@media screen and (min-width:1024px){html{font-size:1.125em}}body{background:#fff;color:#222;font-family:Roboto,sans-serif;line-height:1.15;margin:0;word-wrap:anywhere}a{text-decoration:none}a:hover{text-decoration:underline}a:active{background-color:none}code,kbd,pre{font-family:Roboto Mono,monospace}b,dt,strong,th{font-weight:500}em em{font-style:normal}strong strong{font-weight:400}button{cursor:pointer;font-family:inherit;font-size:1em;line-height:1.15;margin:0}button::-moz-focus-inner{border:none;padding:0}table{border-collapse:collapse;word-wrap:normal}@supports (scrollbar-width:thin){body *{scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}}body ::-webkit-scrollbar{height:.25rem;width:.25rem}body ::-webkit-scrollbar-thumb{background-color:#c1c1c1}@media screen and (min-width:1024px){.body{display:-webkit-box;display:-ms-flexbox;display:flex}}.nav-container{position:fixed;top:3.5rem;left:0;width:100%;font-size:.94444rem;z-index:1;visibility:hidden}@media screen and (min-width:769px){.nav-container{width:15rem}}@media screen and (min-width:1024px){.nav-container{font-size:.86111rem;-webkit-box-flex:0;-ms-flex:none;flex:none;position:static;top:0;visibility:visible}}.nav-container.is-active{visibility:visible}.nav{background:#fafafa;position:relative;top:2.5rem;height:calc(100vh - 6rem)}@media screen and (min-width:769px){.nav{-webkit-box-shadow:.5px 0 3px #c1c1c1;box-shadow:.5px 0 3px #c1c1c1}}@media screen and (min-width:1024px){.nav{top:3.5rem;-webkit-box-shadow:none;box-shadow:none;position:sticky;height:calc(100vh - 3.5rem)}}.nav .panels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:inherit}html.is-clipped--nav{overflow-y:hidden}.nav-panel-menu{overflow-y:scroll;height:calc(100% - 2.5rem)}.nav-panel-menu:not(.is-active) .nav-menu{opacity:.75}.nav-panel-menu:not(.is-active)::after{content:"";background:rgba(0,0,0,.5);display:block;position:absolute;top:0;right:0;bottom:0;left:0}.nav-menu{min-height:100%;padding:.5rem .75rem;line-height:1.35;position:relative}.nav-menu h3.title{color:#424242;font-size:inherit;font-weight:500;margin:0;padding:.25em 0 .125em}.nav-menu a{color:inherit}.nav-list{margin:0 0 0 .75rem;padding:0}.nav-menu>.nav-list+.nav-list{margin-top:.5rem}.nav-item{list-style:none;margin-top:.5em}.nav-item-toggle~.nav-list{padding-bottom:.125rem}.nav-item[data-depth="0"]>.nav-list:first-child{display:block;margin:0}.nav-item:not(.is-active)>.nav-list{display:none}.nav-item-toggle{background:transparent url(../img/caret.svg) no-repeat 50%/50%;border:none;outline:none;line-height:inherit;position:absolute;height:1.35em;width:1.35em;margin-top:-.05em;margin-left:-1.35em}.nav-item.is-active>.nav-item-toggle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.is-current-page>.nav-link,.is-current-page>.nav-text{font-weight:500}.nav-panel-explore{background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.nav-panel-explore:not(:first-child){top:auto;max-height:calc(50% + 2.5rem)}.nav-panel-explore .context{font-size:.83333rem;-ms-flex-negative:0;flex-shrink:0;color:#5d5d5d;-webkit-box-shadow:0 -1px 0 #e1e1e1;box-shadow:0 -1px 0 #e1e1e1;padding:0 .5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;line-height:1;height:2.5rem}.nav-panel-explore .context .version{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.nav-panel-explore .context .version::after{content:"";background:url(../img/chevron.svg) no-repeat 100%/auto 100%;width:1.25em;height:.75em}.nav-panel-explore .components{line-height:1.6;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:inset 0 1px 5px #e1e1e1;box-shadow:inset 0 1px 5px #e1e1e1;background:#f0f0f0;padding:.5rem .75rem 0;margin:0;overflow-y:scroll;max-height:100%;display:block}.nav-panel-explore:not(.is-active) .components{display:none}.nav-panel-explore .component{display:block}.nav-panel-explore .component+.component{margin-top:.5rem}.nav-panel-explore .component:last-child{margin-bottom:.75rem}.nav-panel-explore .component .title{font-weight:500;color:inherit}.nav-panel-explore .versions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding-left:0;margin-top:-.25rem;line-height:1}.nav-panel-explore .component .version{display:block;margin:.375rem .375rem 0 0}.nav-panel-explore .component .version a{border:1px solid #c1c1c1;border-radius:.25rem;color:inherit;opacity:.75;white-space:nowrap;padding:.125em .25em;display:inherit}.nav-panel-explore .component .is-current a{border-color:currentColor;opacity:.9;font-weight:500}@media screen and (max-width:1023.5px){aside.toc.sidebar{display:none}main>.content{overflow-x:auto}}@media screen and (min-width:1024px){main{-webkit-box-flex:1;-ms-flex:auto;flex:auto;min-width:0}main>.content{display:-webkit-box;display:-ms-flexbox;display:flex}aside.toc.embedded{display:none}aside.toc.sidebar{-webkit-box-flex:0;-ms-flex:0 0 9rem;flex:0 0 9rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1216px){aside.toc.sidebar{-ms-flex-preferred-size:12rem;flex-basis:12rem}}.toolbar{color:#5d5d5d;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fafafa;-webkit-box-shadow:0 1px 0 #e1e1e1;box-shadow:0 1px 0 #e1e1e1;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.83333rem;height:2.5rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:sticky;top:3.5rem;z-index:2}.toolbar a{color:inherit}.nav-toggle{background:url(../img/menu.svg) no-repeat 50% 47.5%;background-size:49%;border:none;outline:none;line-height:inherit;padding:0;height:2.5rem;width:2.5rem;margin-right:-.25rem}@media screen and (min-width:1024px){.nav-toggle{display:none}}.nav-toggle.is-active{background-image:url(../img/back.svg);background-size:41.5%}.home-link{display:block;background:url(../img/home-o.svg) no-repeat 50%;height:1.25rem;width:1.25rem;margin:.625rem}.home-link.is-current,.home-link:hover{background-image:url(../img/home.svg)}.edit-this-page{display:none;padding-right:.5rem}@media screen and (min-width:1024px){.edit-this-page{display:block}}.toolbar .edit-this-page a{color:#8e8e8e}.breadcrumbs{display:none;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;padding:0 .5rem 0 .75rem;line-height:1.35}@media screen and (min-width:1024px){.breadcrumbs{display:block}}a+.breadcrumbs{padding-left:.05rem}.breadcrumbs ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}.breadcrumbs li{display:inline;margin:0}.breadcrumbs li::after{content:"/";padding:0 .5rem}.breadcrumbs li:last-of-type::after{content:none}.page-versions{margin:0 .2rem 0 auto;position:relative;line-height:1}@media screen and (min-width:1024px){.page-versions{margin-right:.7rem}}.page-versions .version-menu-toggle{color:inherit;background:url(../img/chevron.svg) no-repeat;background-position:right .5rem top 50%;background-size:auto .75em;border:none;outline:none;line-height:inherit;padding:.5rem 1.5rem .5rem .5rem;position:relative;z-index:3}.page-versions .version-menu{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#f0f0f0)) no-repeat;background:linear-gradient(180deg,#f0f0f0 0,#f0f0f0) no-repeat;padding:1.375rem 1.5rem .5rem .5rem;position:absolute;top:0;right:0;white-space:nowrap}.page-versions:not(.is-active) .version-menu{display:none}.page-versions .version{display:block;padding-top:.5rem}.page-versions .version.is-current{display:none}.page-versions .version.is-missing{color:#8e8e8e;font-style:italic;text-decoration:none}.toc-menu{color:#5d5d5d}.toc.sidebar .toc-menu{margin-right:.75rem;position:sticky;top:6rem}.toc .toc-menu h3{color:#333;font-size:.88889rem;font-weight:500;line-height:1.3;margin:0 -.5px;padding-bottom:.25rem}.toc.sidebar .toc-menu h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:2.5rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.toc .toc-menu ul{font-size:.83333rem;line-height:1.2;list-style:none;margin:0;padding:0}.toc.sidebar .toc-menu ul{max-height:calc(100vh - 8.5rem);overflow-y:auto;scrollbar-width:none}.toc .toc-menu ul::-webkit-scrollbar{width:0;height:0}@media screen and (min-width:1024px){.toc .toc-menu h3{font-size:.83333rem}.toc .toc-menu ul{font-size:.75rem}}.toc .toc-menu li{margin:0}.toc .toc-menu li[data-level="2"] a{padding-left:1.25rem}.toc .toc-menu li[data-level="3"] a{padding-left:2rem}.toc .toc-menu a{color:inherit;border-left:2px solid #e1e1e1;display:inline-block;padding:.25rem 0 .25rem .5rem;text-decoration:none}.sidebar.toc .toc-menu a{display:block;outline:none}.toc .toc-menu a:hover{color:#1565c0}.toc .toc-menu a.is-active{border-left-color:#1565c0;color:#333}.sidebar.toc .toc-menu a:focus{background:#fafafa}.toc .toc-menu .is-hidden-toc{display:none!important}.doc{color:#333;font-size:inherit;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1.6;margin:0 auto;max-width:40rem;padding:0 1rem 4rem}@media screen and (min-width:1024px){.doc{-webkit-box-flex:1;-ms-flex:auto;flex:auto;font-size:.94444rem;margin:0 2rem;max-width:46rem;min-width:0}}.doc h1,.doc h2,.doc h3,.doc h4,.doc h5,.doc h6{color:#2e6980;font-weight:400;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.3;margin:1rem 0 0}.doc>h1.page:first-child{font-size:2rem;margin:1.5rem 0}@media screen and (min-width:769px){.doc>h1.page:first-child{margin-top:2.5rem}}h1.page+aside.toc.embedded{margin-top:-.5rem}#preamble+.sect1,.doc .sect1+.sect1{margin-top:2rem}.doc h1.sect0{background:#f0f0f0;font-size:1.8em;margin:1.5rem -1rem 0;padding:.5rem 1rem}.doc h2:not(.discrete){border-bottom:1px solid #e1e1e1;margin-left:-1rem;margin-right:-1rem;padding:.4rem 1rem .1rem}.doc h3:not(.discrete){font-weight:500}.doc h1 .anchor,.doc h2 .anchor,.doc h3 .anchor,.doc h4 .anchor,.doc h5 .anchor,.doc h6 .anchor{position:absolute;text-decoration:none;width:1.75ex;margin-left:-1.5ex;visibility:hidden;font-size:.8em;font-weight:400;padding-top:.05em}.doc h1 .anchor::before,.doc h2 .anchor::before,.doc h3 .anchor::before,.doc h4 .anchor::before,.doc h5 .anchor::before,.doc h6 .anchor::before{content:"\00a7"}.doc h1:hover .anchor,.doc h2:hover .anchor,.doc h3:hover .anchor,.doc h4:hover .anchor,.doc h5:hover .anchor,.doc h6:hover .anchor{visibility:visible}.doc dl,.doc p{margin:0}.doc a{color:#1565c0}.doc a:hover{color:#104d92}.doc a.bare{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.doc a.unresolved{color:#d32f2f}.doc i.fa{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;font-style:normal}.doc p code,.doc thead code{color:#222;background:#fafafa;border-radius:.25em;font-size:.95em;padding:.125em .25em}.doc code,.doc pre{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.doc pre{font-size:.88889rem;line-height:1.5;margin:0}.doc blockquote{margin:0}.doc .paragraph.lead>p{font-size:1rem}.doc .right{float:right}.doc .left{float:left}.doc .stretch{width:100%}.doc .underline{text-decoration:underline}.doc .line-through{text-decoration:line-through}.doc .dlist,.doc .exampleblock,.doc .hdlist,.doc .imageblock,.doc .listingblock,.doc .literalblock,.doc .olist,.doc .paragraph,.doc .partintro,.doc .quoteblock,.doc .sidebarblock,.doc .ulist,.doc .verseblock,.doc details,.doc hr{margin:1rem 0 0}.doc table.tableblock{font-size:.83333rem;margin:1.5rem 0 0}.doc table.tableblock+*{margin-top:1.5rem}.doc td.tableblock>.content>:first-child{margin-top:0}.doc table.tableblock td,.doc table.tableblock th{padding:.5rem}.doc table.tableblock thead th{border-bottom:2.5px solid #e1e1e1}.doc table.tableblock>:not(thead) th,.doc table.tableblock td{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}.doc table.stripes-all>tbody>tr,.doc table.stripes-even>tbody>tr:nth-of-type(2n),.doc table.stripes-hover>tbody>tr:hover,.doc table.stripes-odd>tbody>tr:nth-of-type(odd){background:#fafafa}.doc table.tableblock>tfoot{background:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#fff));background:linear-gradient(180deg,#f0f0f0 0,#fff)}.doc .halign-left{text-align:left}.doc .halign-right{text-align:right}.doc .halign-center{text-align:center}.doc .valign-top{vertical-align:top}.doc .valign-bottom{vertical-align:bottom}.doc .valign-middle{vertical-align:middle}.doc .admonitionblock{margin:1.4rem 0 0}.doc .admonitionblock p,.doc .admonitionblock td.content{font-size:.88889rem}.doc .admonitionblock td.content>.title+*,.doc .admonitionblock td.content>:not(.title):first-child{margin-top:0}.doc .admonitionblock pre{font-size:.83333rem}.doc .admonitionblock>table{table-layout:fixed;position:relative;width:100%}.doc .admonitionblock td.content{padding:1rem 1rem .75rem;background:#fafafa;width:100%;word-wrap:anywhere}.doc .admonitionblock .icon{position:absolute;top:0;left:0;font-size:.83333rem;padding:0 .5rem;height:1.25rem;line-height:1;font-weight:500;text-transform:uppercase;border-radius:.45rem;-webkit-transform:translate(-.5rem,-50%);transform:translate(-.5rem,-50%)}.doc .admonitionblock.caution .icon{background-color:#a0439c;color:#fff}.doc .admonitionblock.important .icon{background-color:#d32f2f;color:#fff}.doc .admonitionblock.note .icon{background-color:#217ee7;color:#fff}.doc .admonitionblock.tip .icon{background-color:#41af46;color:#fff}.doc .admonitionblock.warning .icon{background-color:#e18114;color:#fff}.doc .admonitionblock .icon i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.doc .admonitionblock .icon i::after{content:attr(title)}.doc .imageblock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.doc .image>img,.doc .imageblock img{display:inline-block;height:auto;max-width:100%;vertical-align:middle}.doc .image:not(.left):not(.right)>img{margin-top:-.2em}#preamble .abstract blockquote{background:#f0f0f0;border-left:5px solid #e1e1e1;color:#4a4a4a;font-size:.88889rem;padding:.75em 1em}.doc .quoteblock,.doc .verseblock{background:#fafafa;border-left:5px solid #5d5d5d;color:#5d5d5d}.doc .quoteblock{padding:.25rem 2rem 1.25rem}.doc .quoteblock .attribution{color:#8e8e8e;font-size:.83333rem;margin-top:.75rem}.doc .quoteblock blockquote{margin-top:1rem}.doc .quoteblock .paragraph{font-style:italic}.doc .quoteblock cite{padding-left:1em}.doc .verseblock{font-size:1.15em;padding:1rem 2rem}.doc .verseblock pre{font-family:inherit;font-size:inherit}.doc ol,.doc ul{margin:0;padding:0 0 0 2rem}.doc ol.none,.doc ol.unnumbered,.doc ol.unstyled,.doc ul.checklist,.doc ul.no-bullet,.doc ul.none,.doc ul.unstyled{list-style-type:none}.doc ol.unnumbered,.doc ul.no-bullet{padding-left:1.25rem}.doc ol.unstyled,.doc ul.unstyled{padding-left:0}.doc ul.circle,.doc ul.disc,.doc ul.square{list-style-type:square}.doc ol.arabic{list-style-type:decimal}.doc ol.decimal{list-style-type:decimal-leading-zero}.doc ol.loweralpha{list-style-type:lower-alpha}.doc ol.upperalpha{list-style-type:upper-alpha}.doc ol.lowerroman{list-style-type:lower-roman}.doc ol.upperroman{list-style-type:upper-roman}.doc ol.lowergreek{list-style-type:lower-greek}.doc ul.checklist{padding-left:.5rem}.doc ul.checklist p>i.fa-check-square-o:first-child,.doc ul.checklist p>i.fa-square-o:first-child{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.25rem}.doc ul.checklist i.fa-check-square-o::before{content:"\2713"}.doc ul.checklist i.fa-square-o::before{content:"\274f"}.doc .dlist .dlist,.doc .dlist .olist,.doc .dlist .ulist,.doc .olist .dlist,.doc .olist .olist,.doc .olist .ulist,.doc .ulist .dlist,.doc .ulist .olist,.doc .ulist .ulist{margin-top:.5rem}.doc .olist li,.doc .ulist li{margin-bottom:.5rem}.doc .admonitionblock .listingblock,.doc .olist .listingblock,.doc .ulist .listingblock{padding:0}.doc .admonitionblock .title,.doc .exampleblock .title,.doc .imageblock .title,.doc .listingblock .title,.doc .literalblock .title,.doc .openblock .title,.doc .tableblock caption{color:#5d5d5d;font-size:.88889rem;font-weight:500;font-style:italic;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;letter-spacing:.01em;padding-bottom:.075rem;text-align:left}.doc .imageblock .title{margin-top:.5rem;padding-bottom:0}.doc .exampleblock>.content{background:#fff;border:.25rem solid #5d5d5d;border-radius:.5rem;padding:.75rem}.doc .exampleblock>.content>:first-child{margin-top:0}.doc .sidebarblock{background:#e1e1e1;border-radius:.75rem;padding:.75rem 1.5rem}.doc .sidebarblock>.content>.title{font-size:1.25rem;font-weight:500;line-height:1.3;margin-bottom:-.3em;text-align:center}.doc .sidebarblock>.content>:not(.title):first-child{margin-top:0}.doc .listingblock.wrap pre,.doc .tableblock pre{white-space:pre-wrap}.doc .listingblock pre:not(.highlight),.doc .literalblock pre,.doc pre.highlight code{background:#fafafa;-webkit-box-shadow:inset 0 0 1.75px #e1e1e1;box-shadow:inset 0 0 1.75px #e1e1e1;display:block;overflow-x:auto;padding:.75rem}.doc pre.highlight{position:relative}.doc .source-toolbox{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;position:absolute;top:.25rem;right:.5rem;color:grey;font-family:Roboto,sans-serif;font-size:.75rem;line-height:1}.doc .listingblock:hover .source-toolbox{visibility:visible}.doc .source-toolbox .source-lang{text-transform:uppercase;letter-spacing:.075em;font-size:.96em;line-height:1.0425}.doc .source-toolbox>:not(:last-child)::after{content:"|";letter-spacing:0;padding:0 1ch}.doc .source-toolbox .copy-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:none;color:inherit;outline:none;padding:0;font-size:inherit;line-height:inherit;width:1em;height:1em}.doc .source-toolbox .copy-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;width:inherit;height:inherit}.doc .source-toolbox img.copy-icon{-webkit-filter:invert(50.2%);filter:invert(50.2%)}.doc .source-toolbox svg.copy-icon{fill:currentColor}.doc .source-toolbox .copy-toast{-webkit-box-flex:0;-ms-flex:none;flex:none;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1em;background-color:#333;border-radius:.25em;padding:.5em;color:#fff;cursor:auto;opacity:0;-webkit-transition:opacity .5s ease .75s;transition:opacity .5s ease .75s}.doc .source-toolbox .copy-toast::after{content:"";position:absolute;top:0;width:1em;height:1em;border:.55em solid transparent;border-left-color:#333;-webkit-transform:rotate(-90deg) translateX(50%) translateY(50%);transform:rotate(-90deg) translateX(50%) translateY(50%);-webkit-transform-origin:left;transform-origin:left}.doc .source-toolbox .copy-button.clicked .copy-toast{opacity:1;-webkit-transition:none;transition:none}.doc .language-console .hljs-meta{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.doc .dlist dt{font-style:italic}.doc .dlist dd{margin:0 0 .25rem 1.5rem}.doc .dlist dd:last-of-type{margin-bottom:0}.doc td.hdlist1,.doc td.hdlist2{padding:.5rem 0 0;vertical-align:top}.doc tr:first-child>.hdlist1,.doc tr:first-child>.hdlist2{padding-top:0}.doc td.hdlist1{font-weight:500;padding-right:.25rem}.doc td.hdlist2{padding-left:.25rem}.doc .colist{font-size:.88889rem;margin:.25rem 0 -.25rem}.doc .colist>table>tbody>tr>:first-child,.doc .colist>table>tr>:first-child{padding:.25em .5rem 0;vertical-align:top}.doc .colist>table>tbody>tr>:last-child,.doc .colist>table>tr>:last-child{padding:.25rem 0}.doc .conum[data-value]{border:1px solid;border-radius:100%;display:inline-block;font-family:Roboto,sans-serif;font-size:.75rem;font-style:normal;line-height:1.2;text-align:center;width:1.25em;height:1.25em;letter-spacing:-.25ex;text-indent:-.25ex}.doc .conum[data-value]::after{content:attr(data-value)}.doc .conum[data-value]+b{display:none}.doc hr{border:solid #e1e1e1;border-width:2px 0 0;height:0}.doc b.button{white-space:nowrap}.doc b.button::before{content:"[";padding-right:.25em}.doc b.button::after{content:"]";padding-left:.25em}.doc kbd{display:inline-block;font-size:.66667rem;background:#fafafa;border:1px solid #c1c1c1;border-radius:.25em;-webkit-box-shadow:0 1px 0 #c1c1c1,0 0 0 .1em #fff inset;box-shadow:0 1px 0 #c1c1c1,inset 0 0 0 .1em #fff;padding:.25em .5em;vertical-align:text-bottom;white-space:nowrap}.doc .keyseq,.doc kbd{line-height:1}.doc .keyseq{font-size:.88889rem}.doc .keyseq kbd{margin:0 .125em}.doc .keyseq kbd:first-child{margin-left:0}.doc .keyseq kbd:last-child{margin-right:0}.doc .menuseq,.doc .path{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.doc .menuseq i.caret::before{content:"\203a";font-size:1.1em;font-weight:500;line-height:.90909}.doc .nowrap{white-space:nowrap}.doc .nobreak{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;word-wrap:normal}nav.pagination{border-top:1px solid #e1e1e1;line-height:1;margin:2rem -1rem -1rem;padding:.75rem 1rem 0}nav.pagination,nav.pagination span{display:-webkit-box;display:-ms-flexbox;display:flex}nav.pagination span{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}nav.pagination .prev{padding-right:.5rem}nav.pagination .next{margin-left:auto;padding-left:.5rem;text-align:right}nav.pagination span::before{color:#8e8e8e;font-size:.75em;padding-bottom:.1em}nav.pagination .prev::before{content:"Prev"}nav.pagination .next::before{content:"Next"}nav.pagination a{font-weight:500;line-height:1.3;position:relative}nav.pagination a::after,nav.pagination a::before{color:#8e8e8e;font-weight:400;font-size:1.5em;line-height:.75;position:absolute;top:0;width:1rem}nav.pagination .prev a::before{content:"\2039";-webkit-transform:translateX(-100%);transform:translateX(-100%)}nav.pagination .next a::after{content:"\203a"}html.is-clipped--navbar{overflow-y:hidden}body{padding-top:3.5rem}.navbar{background:#2e6980;color:#fff;font-size:.88889rem;height:3.5rem;position:fixed;top:0;width:100%;z-index:4}.navbar a{text-decoration:none}.navbar-brand{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:1rem}.navbar-brand .navbar-item:first-child,.navbar-brand .navbar-item:first-child a{-ms-flex-item-align:center;align-self:center;padding:0;color:#fff;font-size:1.22222rem}.navbar-brand .separator{padding:0 .375rem}.navbar-burger{background:none;border:none;outline:none;line-height:1;position:relative;width:3rem;margin-left:auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:0}.navbar-burger span{background-color:#fff;height:1.5px;width:1rem}.navbar-burger:not(.is-active) span{-webkit-transition:opacity 0s .25s,margin-top .25s ease-out .25s,-webkit-transform .25s ease-out;transition:opacity 0s .25s,margin-top .25s ease-out .25s,-webkit-transform .25s ease-out;transition:transform .25s ease-out,opacity 0s .25s,margin-top .25s ease-out .25s;transition:transform .25s ease-out,opacity 0s .25s,margin-top .25s ease-out .25s,-webkit-transform .25s ease-out}.navbar-burger span+span{margin-top:.25rem}.navbar-burger.is-active span+span{margin-top:-1.5px}.navbar-burger.is-active span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.navbar-item,.navbar-link{color:#222;display:block;line-height:1.6;padding:.5rem 1rem}.navbar-item.has-dropdown{padding:0}.navbar-item .icon{width:1.25rem;height:1.25rem;display:block}.navbar-item .icon img,.navbar-item .icon svg{fill:currentColor;width:inherit;height:inherit}.navbar-link{padding-right:2.5em}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#e1e1e1;border:none;height:1px;margin:.25rem 0}.navbar .button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid #e1e1e1;border-radius:.15rem;height:1.75rem;color:#222;padding:0 .75em;white-space:nowrap}@media screen and (max-width:1023.5px){.navbar-brand{height:inherit}.navbar-brand .navbar-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.navbar-menu{background:#fff;-webkit-box-shadow:0 8px 16px rgba(10,10,10,.1);box-shadow:0 8px 16px rgba(10,10,10,.1);max-height:calc(100vh - 3.5rem);overflow-y:auto;padding:.5rem 0}.navbar-menu:not(.is-active){display:none}.navbar-menu .navbar-link:hover,.navbar-menu a.navbar-item:hover{background:#f5f5f5}}@media screen and (min-width:1024px){.navbar-burger{display:none}.navbar,.navbar-end,.navbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.navbar-menu{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.navbar-end{margin-left:auto}.navbar-item,.navbar-link{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-flex:0;-ms-flex:none;flex:none}.navbar-item:not(.has-dropdown),.navbar-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-link::after{border-width:0 0 1px 1px;border-style:solid;content:"";display:block;height:.5em;pointer-events:none;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.5em;margin-top:-.375em;right:1.125em;top:50%}.navbar-end .navbar-link,.navbar-end>.navbar-item{color:#fff}.navbar-end .navbar-item.has-dropdown:hover .navbar-link,.navbar-end .navbar-link:hover,.navbar-end>a.navbar-item:hover{background:#1c556a;color:#fff}.navbar-end .navbar-link::after{border-color:currentColor}.navbar-dropdown{background:#fff;border:1px solid #e1e1e1;border-top:none;border-radius:0 0 .25rem .25rem;display:none;top:100%;left:0;min-width:100%;position:absolute}.navbar-dropdown .navbar-item{padding:.5rem 3rem .5rem 1rem;white-space:nowrap}.navbar-dropdown .navbar-item:last-child{border-radius:inherit}.navbar-dropdown.is-right{left:auto;right:0}.navbar-dropdown a.navbar-item:hover{background:#f5f5f5}}footer.footer{background-color:#e1e1e1;color:#5d5d5d;font-size:.83333rem;line-height:1.6;padding:1.5rem}.footer p{margin:.5rem 0}.footer a{color:#2e6980} - -/*! Adapted from the GitHub style by Vasily Polovnyov */.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:500}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:500}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:500}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:500}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:500}@page{margin:.5in}@media print{.hide-for-print{display:none!important}html{font-size:.9375em}a{color:inherit!important;text-decoration:underline}a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none}img,object,svg,tr{page-break-inside:avoid}thead{display:table-header-group}pre{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;white-space:pre-wrap}body{padding-top:2rem}.navbar{background:none;color:inherit;position:absolute}.navbar *{color:inherit!important}.nav-container,.navbar>:not(.navbar-brand),.toolbar,aside.toc,nav.pagination{display:none}.doc{color:inherit;margin:auto;max-width:none;padding-bottom:2rem}.doc .listingblock code[data-lang]::before{display:block}footer.footer{background:none;border-top:1px solid #e1e1e1;color:#8e8e8e;padding:.25rem .5rem 0}.footer *{color:inherit}} \ No newline at end of file diff --git a/build/site/_/font/roboto-latin-400.woff b/build/site/_/font/roboto-latin-400.woff deleted file mode 100644 index 69c8825..0000000 Binary files a/build/site/_/font/roboto-latin-400.woff and /dev/null differ diff --git a/build/site/_/font/roboto-latin-400.woff2 b/build/site/_/font/roboto-latin-400.woff2 deleted file mode 100644 index 1a53701..0000000 Binary files a/build/site/_/font/roboto-latin-400.woff2 and /dev/null differ diff --git a/build/site/_/font/roboto-latin-400italic.woff b/build/site/_/font/roboto-latin-400italic.woff deleted file mode 100644 index b940dbc..0000000 Binary files a/build/site/_/font/roboto-latin-400italic.woff and /dev/null differ diff --git a/build/site/_/font/roboto-latin-400italic.woff2 b/build/site/_/font/roboto-latin-400italic.woff2 deleted file mode 100644 index 2741d4f..0000000 Binary files a/build/site/_/font/roboto-latin-400italic.woff2 and /dev/null differ diff --git a/build/site/_/font/roboto-latin-500.woff b/build/site/_/font/roboto-latin-500.woff deleted file mode 100644 index 8699258..0000000 Binary files a/build/site/_/font/roboto-latin-500.woff and /dev/null differ diff --git a/build/site/_/font/roboto-latin-500.woff2 b/build/site/_/font/roboto-latin-500.woff2 deleted file mode 100644 index 6362d7f..0000000 Binary files a/build/site/_/font/roboto-latin-500.woff2 and /dev/null differ diff --git a/build/site/_/font/roboto-latin-500italic.woff b/build/site/_/font/roboto-latin-500italic.woff deleted file mode 100644 index b794d20..0000000 Binary files a/build/site/_/font/roboto-latin-500italic.woff and /dev/null differ diff --git a/build/site/_/font/roboto-latin-500italic.woff2 b/build/site/_/font/roboto-latin-500italic.woff2 deleted file mode 100644 index 0ff2f81..0000000 Binary files a/build/site/_/font/roboto-latin-500italic.woff2 and /dev/null differ diff --git a/build/site/_/font/roboto-mono-latin-400.woff b/build/site/_/font/roboto-mono-latin-400.woff deleted file mode 100644 index c41382c..0000000 Binary files a/build/site/_/font/roboto-mono-latin-400.woff and /dev/null differ diff --git a/build/site/_/font/roboto-mono-latin-400.woff2 b/build/site/_/font/roboto-mono-latin-400.woff2 deleted file mode 100644 index 53d4b50..0000000 Binary files a/build/site/_/font/roboto-mono-latin-400.woff2 and /dev/null differ diff --git a/build/site/_/font/roboto-mono-latin-500.woff b/build/site/_/font/roboto-mono-latin-500.woff deleted file mode 100644 index ba8ff09..0000000 Binary files a/build/site/_/font/roboto-mono-latin-500.woff and /dev/null differ diff --git a/build/site/_/font/roboto-mono-latin-500.woff2 b/build/site/_/font/roboto-mono-latin-500.woff2 deleted file mode 100644 index ec09ab1..0000000 Binary files a/build/site/_/font/roboto-mono-latin-500.woff2 and /dev/null differ diff --git a/build/site/_/img/back.svg b/build/site/_/img/back.svg deleted file mode 100644 index bf7d30e..0000000 --- a/build/site/_/img/back.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build/site/_/img/caret.svg b/build/site/_/img/caret.svg deleted file mode 100644 index 1af41bc..0000000 --- a/build/site/_/img/caret.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build/site/_/img/chevron.svg b/build/site/_/img/chevron.svg deleted file mode 100644 index 40e962a..0000000 --- a/build/site/_/img/chevron.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build/site/_/img/home-o.svg b/build/site/_/img/home-o.svg deleted file mode 100644 index 95d193b..0000000 --- a/build/site/_/img/home-o.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build/site/_/img/home.svg b/build/site/_/img/home.svg deleted file mode 100644 index 4e96b35..0000000 --- a/build/site/_/img/home.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build/site/_/img/menu.svg b/build/site/_/img/menu.svg deleted file mode 100644 index 8b43b2e..0000000 --- a/build/site/_/img/menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build/site/_/img/octicons-16.svg b/build/site/_/img/octicons-16.svg deleted file mode 100644 index e3b4e20..0000000 --- a/build/site/_/img/octicons-16.svg +++ /dev/null @@ -1 +0,0 @@ -Octicons v11.2.0 by GitHub - https://primer.style/octicons/ - License: MIT \ No newline at end of file diff --git a/build/site/_/js/site.js b/build/site/_/js/site.js deleted file mode 100644 index 454bde6..0000000 --- a/build/site/_/js/site.js +++ /dev/null @@ -1,6 +0,0 @@ -!function(){"use strict";var o=/^sect(\d)$/,i=document.querySelector(".nav-container"),a=document.querySelector(".nav-toggle");a.addEventListener("click",function(e){if(a.classList.contains("is-active"))return u(e);v(e);var t=document.documentElement;t.classList.add("is-clipped--nav"),a.classList.add("is-active"),i.classList.add("is-active");var n=c.getBoundingClientRect(),e=window.innerHeight-Math.round(n.top);Math.round(n.height)!==e&&(c.style.height=e+"px");t.addEventListener("click",u)}),i.addEventListener("click",v);var c,r,s,l=i.querySelector("[data-panel=menu]");function e(){var e,t,n=window.location.hash;if(n&&(n.indexOf("%")&&(n=decodeURIComponent(n)),!(e=l.querySelector('.nav-link[href="'+n+'"]')))){n=document.getElementById(n.slice(1));if(n)for(var i=n,a=document.querySelector("article.doc");(i=i.parentNode)&&i!==a;){var c=i.id;if(!c&&(c=o.test(i.className))&&(c=(i.firstElementChild||{}).id),c&&(e=l.querySelector('.nav-link[href="#'+c+'"]')))break}}if(e)t=e.parentNode;else{if(!s)return;e=(t=s).querySelector(".nav-link")}t!==r&&(h(l,".nav-item.is-active").forEach(function(e){e.classList.remove("is-active","is-current-path","is-current-page")}),t.classList.add("is-current-page"),d(r=t),p(l,e))}function d(e){for(var t,n=e.parentNode;!(t=n.classList).contains("nav-menu");)"LI"===n.tagName&&t.contains("nav-item")&&t.add("is-active","is-current-path"),n=n.parentNode;e.classList.add("is-active")}function n(){var e,t,n,i;this.classList.toggle("is-active")&&(e=parseFloat(window.getComputedStyle(this).marginTop),t=this.getBoundingClientRect(),n=l.getBoundingClientRect(),0<(i=(t.bottom-n.top-n.height+e).toFixed())&&(l.scrollTop+=Math.min((t.top-n.top-e).toFixed(),i)))}function u(e){v(e);e=document.documentElement;e.classList.remove("is-clipped--nav"),a.classList.remove("is-active"),i.classList.remove("is-active"),e.removeEventListener("click",u)}function v(e){e.stopPropagation()}function p(e,t){var n=e.getBoundingClientRect(),i=n.height,a=window.getComputedStyle(c);"sticky"===a.position&&(i-=n.top-parseFloat(a.top)),e.scrollTop=Math.max(0,.5*(t.getBoundingClientRect().height-i)+t.offsetTop)}function h(e,t){return[].slice.call(e.querySelectorAll(t))}l&&(c=i.querySelector(".nav"),r=l.querySelector(".is-current-page"),(s=r)?(d(r),p(l,r.querySelector(".nav-link"))):l.scrollTop=0,h(l,".nav-item-toggle").forEach(function(e){var t=e.parentElement;e.addEventListener("click",n.bind(t));e=function(e,t){e=e.nextElementSibling;return(!e||!t||e[e.matches?"matches":"msMatchesSelector"](t))&&e}(e,".nav-text");e&&(e.style.cursor="pointer",e.addEventListener("click",n.bind(t)))}),c.querySelector("[data-panel=explore] .context").addEventListener("click",function(){h(c,"[data-panel]").forEach(function(e){e.classList.toggle("is-active")})}),l.addEventListener("mousedown",function(e){1":"")+".sect"+a);r.push("h"+(i+1)+"[id]")}else r.push("h1[id].sect0");n.push(r.join(">"))}var c,s=(m=n.join(","),f=d.parentNode,[].slice.call((f||document).querySelectorAll(m)));if(!s.length)return e.parentNode.removeChild(e);var l={},u=s.reduce(function(e,t){var o=document.createElement("a");o.textContent=t.textContent,l[o.href="#"+t.id]=o;var n=document.createElement("li");return n.dataset.level=parseInt(t.nodeName.slice(1),10)-1,n.appendChild(o),e.appendChild(n),e},document.createElement("ul")),f=e.querySelector(".toc-menu");f||((f=document.createElement("div")).className="toc-menu");var m=document.createElement("h3");m.textContent=e.dataset.title||"Contents",f.appendChild(m),f.appendChild(u);e=!document.getElementById("toc")&&d.querySelector("h1.page ~ :not(.is-before-toc)");e&&((m=document.createElement("aside")).className="toc embedded",m.appendChild(f.cloneNode(!0)),e.parentNode.insertBefore(m,e)),window.addEventListener("load",function(){p(),window.addEventListener("scroll",p)})}}function p(){var t,e=window.pageYOffset,o=1.15*v(document.documentElement,"fontSize"),n=d.offsetTop;if(e&&window.innerHeight+e+2>=document.documentElement.scrollHeight){c=Array.isArray(c)?c:Array(c||0);var i=[],r=s.length-1;return s.forEach(function(e,t){var o="#"+e.id;t===r||e.getBoundingClientRect().top+v(e,"paddingTop")>n?(i.push(o),c.indexOf(o)<0&&l[o].classList.add("is-active")):~c.indexOf(o)&&l[c.shift()].classList.remove("is-active")}),u.scrollTop=u.scrollHeight-u.offsetHeight,void(c=1n||void(t="#"+e.id)}),t?t!==c&&(c&&l[c].classList.remove("is-active"),(e=l[t]).classList.add("is-active"),u.scrollHeight>u.offsetHeight&&(u.scrollTop=Math.max(0,e.offsetTop+e.offsetHeight-u.offsetHeight)),c=t):c&&(l[c].classList.remove("is-active"),c=void 0)}function v(e,t){return parseFloat(window.getComputedStyle(e)[t])}}(); -!function(){"use strict";var o=document.querySelector("article.doc"),t=document.querySelector(".toolbar");function i(e){return e&&(~e.indexOf("%")?decodeURIComponent(e):e).slice(1)}function r(e){if(e){if(e.altKey||e.ctrlKey)return;window.location.hash="#"+this.id,e.preventDefault()}window.scrollTo(0,function e(t,n){return o.contains(t)?e(t.offsetParent,t.offsetTop+n):n}(this,0)-t.getBoundingClientRect().bottom)}window.addEventListener("load",function e(t){var n,o;(n=i(window.location.hash))&&(o=document.getElementById(n))&&(r.bind(o)(),setTimeout(r.bind(o),0)),window.removeEventListener("load",e)}),Array.prototype.slice.call(document.querySelectorAll('a[href^="#"]')).forEach(function(e){var t,n;(t=i(e.hash))&&(n=document.getElementById(t))&&e.addEventListener("click",r.bind(n))})}(); -!function(){"use strict";var t,e=document.querySelector(".page-versions .version-menu-toggle");e&&(t=document.querySelector(".page-versions"),e.addEventListener("click",function(e){t.classList.toggle("is-active"),e.stopPropagation()}),document.documentElement.addEventListener("click",function(){t.classList.remove("is-active")}))}(); -!function(){"use strict";var t=document.querySelector(".navbar-burger");t&&t.addEventListener("click",function(t){t.stopPropagation(),document.documentElement.classList.toggle("is-clipped--navbar"),this.classList.toggle("is-active");var e=document.getElementById(this.dataset.target);e.classList.toggle("is-active")&&(e.style.maxHeight="",t=window.innerHeight-Math.round(e.getBoundingClientRect().top),parseInt(window.getComputedStyle(e).maxHeight,10)!==t&&(e.style.maxHeight=t+"px"))}.bind(t))}(); -!function(){"use strict";var s=/^\$ (\S[^\\\n]*(\\\n(?!\$ )[^\\\n]*)*)(?=\n|$)/gm,l=/( ) *\\\n *|\\\n( ?) */g,d=/ +$/gm,r=(document.getElementById("site-script")||{dataset:{}}).dataset;[].slice.call(document.querySelectorAll(".doc pre.highlight, .doc .literalblock pre")).forEach(function(e){var t,n,c,i,a;if(e.classList.contains("highlight"))(c=(t=e.querySelector("code")).dataset.lang)&&"console"!==c&&((i=document.createElement("span")).className="source-lang",i.appendChild(document.createTextNode(c)));else{if(!e.innerText.startsWith("$ "))return;var o=e.parentNode.parentNode;o.classList.remove("literalblock"),o.classList.add("listingblock"),e.classList.add("highlightjs","highlight"),(t=document.createElement("code")).className="language-console hljs",t.dataset.lang="console",t.appendChild(e.firstChild),e.appendChild(t)}(c=document.createElement("div")).className="source-toolbox",i&&c.appendChild(i),window.navigator.clipboard&&((n=document.createElement("button")).className="copy-button",n.setAttribute("title","Copy to clipboard"),"svg"===r.svgAs?((o=document.createElementNS("http://www.w3.org/2000/svg","svg")).setAttribute("class","copy-icon"),(i=document.createElementNS("http://www.w3.org/2000/svg","use")).setAttribute("href",window.uiRootPath+"/img/octicons-16.svg#icon-clippy"),o.appendChild(i),n.appendChild(o)):((a=document.createElement("img")).src=window.uiRootPath+"/img/octicons-16.svg#view-clippy",a.alt="copy icon",a.className="copy-icon",n.appendChild(a)),(a=document.createElement("span")).className="copy-toast",a.appendChild(document.createTextNode("Copied!")),n.appendChild(a),c.appendChild(n)),e.appendChild(c),n&&n.addEventListener("click",function(e){var t=e.innerText.replace(d,"");"console"===e.dataset.lang&&t.startsWith("$ ")&&(t=function(e){var t,n=[];for(;t=s.exec(e);)n.push(t[1].replace(l,"$1$2"));return n.join(" && ")}(t));window.navigator.clipboard.writeText(t).then(function(){this.classList.add("clicked"),this.offsetHeight,this.classList.remove("clicked")}.bind(this),function(){})}.bind(n,t))})}(); \ No newline at end of file diff --git a/build/site/_/js/vendor/highlight.js b/build/site/_/js/vendor/highlight.js deleted file mode 100644 index 9df103d..0000000 --- a/build/site/_/js/vendor/highlight.js +++ /dev/null @@ -1 +0,0 @@ -!function(){var e,n,a={};function t(e){return{aliases:["adoc"],contains:[e.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),e.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,5}) .+?( \\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{className:"bullet",begin:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{className:"strong",begin:"\\B\\*(?![\\*\\s])",end:"(\\n{2}|\\*)",contains:[{begin:"\\\\*\\w",relevance:0}]},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0},{className:"emphasis",begin:"_(?![_\\s])",end:"(\\n{2}|_)",relevance:0},{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}function i(e){var n={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,n,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]};return{aliases:["sh","zsh"],lexemes:/\b-?[a-z\._]+\b/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},e.HASH_COMMENT_MODE,a,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},n]}}function s(e){var n="a-zA-Z_\\-!.?+*=<>&#'",a={begin:u="["+n+"]["+n+"0-9/;:]*",relevance:0},t={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},i=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),s=e.COMMENT(";","$",{relevance:0}),r={className:"literal",begin:/\b(true|false|nil)\b/},l={begin:"[\\[\\{]",end:"[\\]\\}]"},o={className:"comment",begin:"\\^"+u},c=e.COMMENT("\\^\\{","\\}"),d={className:"symbol",begin:"[:]{1,2}"+u},g={begin:"\\(",end:"\\)"},u={keywords:{"builtin-name":"def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},lexemes:u,className:"name",begin:u,starts:n={endsWithParent:!0,relevance:0}},a=[g,i,o,c,s,d,l,t,r,a];return g.contains=[e.COMMENT("comment",""),u,n],n.contains=a,l.contains=a,c.contains=[l],{aliases:["clj"],illegal:/\S/,contains:[g,i,o,c,s,d,l,t,r]}}function r(e){function n(e){return"(?:"+e+")?"}var a="decltype\\(auto\\)",t=(n(g="[a-zA-Z_]\\w*::"),n("<.*?>"),{className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"}),i={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},{begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\((?:.|\n)*?\)\1"/}]},s={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},r={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(i,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},l={className:"title",begin:n(g)+e.IDENT_RE,relevance:0},o=n(g)+e.IDENT_RE+"\\s*\\(",c={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_tshort reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",literal:"true false nullptr NULL"},d=[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,i],g={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:c,contains:d.concat([{begin:/\(/,end:/\)/,keywords:c,contains:d.concat(["self"]),relevance:0}]),relevance:0},s={className:"function",begin:"((decltype\\(auto\\)|(?:[a-zA-Z_]\\w*::)?[a-zA-Z_]\\w*(?:<.*?>)?)[\\*&\\s]+)+"+o,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:c,illegal:/[^\w\s\*&:<>]/,contains:[{begin:a,keywords:c,relevance:0},{begin:o,returnBegin:!0,contains:[l],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:c,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,s,t,{begin:/\(/,end:/\)/,keywords:c,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,s,t]}]},t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r]};return{aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:c,illegal:"",keywords:c,contains:["self",t]},{begin:e.IDENT_RE+"::",keywords:c},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin://,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:r,strings:i,keywords:c}}}function l(e){var n={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield",literal:"null false true"},a={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},t={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},i=e.inherit(t,{illegal:/\n/}),s={className:"subst",begin:"{",end:"}",keywords:n},r=e.inherit(s,{illegal:/\n/}),l={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,r]},o={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},s]},c=e.inherit(o,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},r]});return s.contains=[o,l,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE],r.contains=[c,l,i,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})],l={variants:[o,l,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},t=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",{aliases:["csharp","c#"],keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},l,a,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+t+"\\s+)+"+e.IDENT_RE+"\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,contains:[l,a,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}function o(e){var n={begin:/(?:[A-Z\_\.\-]+|--[a-zA-Z0-9_-]+)\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",illegal:/:/,returnBegin:!0,contains:[{className:"keyword",begin:/@\-?\w[\w]*(\-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:"and or not only",contains:[{begin:/[a-z-]+:/,className:"attribute"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,n]}]}}function c(e){return{aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}function d(e){return{aliases:["docker"],case_insensitive:!0,keywords:"from maintainer expose env arg user onbuild stopsignal",contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"/}]}]}]},s={className:"string",begin:"~[A-Z](?="+o+")",contains:[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin:/\/}]},r={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},l={className:"function",beginKeywords:"def defp defmacro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})]},o=e.inherit(l,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),e=[r,s,i,e.HASH_COMMENT_MODE,o,l,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[r,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?"}],relevance:0},{className:"symbol",begin:n+":(?!:)",relevance:0},{className:"number",begin:"(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[1-9][0-9_]*(.[0-9_]+([eE][-+]?[0-9]+)?)?)",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{begin:"->"},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[e.HASH_COMMENT_MODE,{className:"regexp",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}],relevance:0}];return{lexemes:n,keywords:a,contains:t.contains=e}}function u(e){var n={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],keywords:n,illegal:"|<-"}]}}function b(e){var n="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",a={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0};return{aliases:["jsp"],keywords:n,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:n,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},a,{className:"meta",begin:"@[A-Za-z]+"}]}}function p(e){var n="<>",a="",t={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/},i="[A-Za-z$_][0-9A-Za-z$_]*",s={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:e.C_NUMBER_RE+"n?"}],relevance:0},l={className:"subst",begin:"\\$\\{",end:"\\}",keywords:s,contains:[]},o={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,l],subLanguage:"xml"}},c={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,l],subLanguage:"css"}},d={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,l]};return l.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,o,c,d,r,e.REGEXP_MODE],l=l.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]),{aliases:["js","jsx","mjs","cjs"],keywords:s,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,o,c,d,e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:i+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,r,{begin:/[{,\n]\s*/,relevance:0,contains:[{begin:i+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:i,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+i+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:i},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:l}]}]},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:n,end:a},{begin:t.begin,end:t.end}],subLanguage:"xml",contains:[{begin:t.begin,end:t.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:i}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:l}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor get set",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}function f(e){var n={literal:"true false null"},a=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],t=[e.QUOTE_STRING_MODE,e.C_NUMBER_MODE],i={end:",",endsWithParent:!0,excludeEnd:!0,contains:t,keywords:n},s={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE],illegal:"\\n"},e.inherit(i,{begin:/:/})].concat(a),illegal:"\\S"},i={begin:"\\[",end:"\\]",contains:[e.inherit(i)],illegal:"\\S"};return t.push(s,i),a.forEach(function(e){t.push(e)}),{contains:t,keywords:n,illegal:"\\S"}}function E(e){var n={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},t={className:"subst",begin:"\\${",end:"}",contains:[e.C_NUMBER_MODE]},i={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[c={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},t]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,c,t]}]};t.contains.push(i);var s={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},r={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(i,{className:"meta-string"})]}]},l={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0},o=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),c={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]};return(t=c).variants[1].contains=[c],c.variants[1].contains=[t],{aliases:["kt"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,o,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a,s,r,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:n,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[c,e.C_LINE_COMMENT_MODE,o],relevance:0},e.C_LINE_COMMENT_MODE,o,s,r,i,e.C_NUMBER_MODE]},o]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},s,r]},i,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},l]}}function N(e){return{aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$"},{begin:"^.+?\\n[=-]{2,}$"}]},{begin:"<",end:">",subLanguage:"xml",relevance:0},{className:"bullet",begin:"^\\s*([*+-]|(\\d+\\.))\\s+"},{className:"strong",begin:"[*_]{2}.+?[*_]{2}"},{className:"emphasis",variants:[{begin:"\\*.+?\\*"},{begin:"_.+?_",relevance:0}]},{className:"quote",begin:"^>\\s+",end:"$"},{className:"code",variants:[{begin:"^```\\w*\\s*$",end:"^```[ ]*$"},{begin:"`.+?`"},{begin:"^( {4}|\\t)",end:"$",relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},{begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}function h(e){var n={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},a={className:"subst",begin:/\$\{/,end:/}/,keywords:n},t={className:"string",contains:[a],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},t=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t,{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]}];return{aliases:["nixos"],keywords:n,contains:a.contains=t}}function v(e){var n=/[a-zA-Z@][a-zA-Z0-9_]*/,a="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],keywords:{keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},lexemes:n,illegal:"/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+a.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:a,lexemes:n,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}function y(e){var n="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",a={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:n},t={begin:"->{",end:"}"},i={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},s=[e.BACKSLASH_ESCAPE,a,i],e=[i,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),t,{className:"string",contains:s,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return a.contains=e,{aliases:["pl","pm"],lexemes:/[\w\.]+/,keywords:n,contains:t.contains=e}}function w(e){var n={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},a={className:"meta",begin:/<\?(php)?|\?>/},t={className:"string",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},i={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[a]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},a,{className:"keyword",begin:/\$this\b/},n,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",n,e.C_BLOCK_COMMENT_MODE,t,i]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},t,i]}}function O(e){var n="[ \\t\\f]*",a="("+n+"[:=]"+n+"|[ \\t\\f]+)",t="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",i="([^\\\\:= \\t\\f\\n]|\\\\.)+",s={end:a,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:t+a,returnBegin:!0,contains:[{className:"attr",begin:t,endsParent:!0,relevance:0}],starts:s},{begin:i+a,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:i,endsParent:!0,relevance:0}],starts:s},{className:"attr",relevance:0,begin:i+n+"$"}]}}function M(e){var n=e.COMMENT("#","$"),a="([A-Za-z_]|::)(\\w|::)*",t=e.inherit(e.TITLE_MODE,{begin:a}),i={className:"variable",begin:"\\$"+a},a={className:"string",contains:[e.BACKSLASH_ESCAPE,i],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{aliases:["pp"],contains:[n,i,a,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[t,n]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:e.IDENT_RE,endsParent:!0}]},{begin:e.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:e.IDENT_RE},{begin:/\{/,end:/\}/,keywords:{keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},relevance:0,contains:[a,n,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:e.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},i]}],relevance:0}]}}function x(e){var n={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10",built_in:"Ellipsis NotImplemented",literal:"False None True"},a={className:"meta",begin:/^(>>>|\.\.\.) /},t={className:"subst",begin:/\{/,end:/\}/,keywords:n,illegal:/#/},i={begin:/\{\{/,relevance:0},s={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,i,t]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,i,t]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,i,t]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,i,t]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},r={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},i={className:"params",begin:/\(/,end:/\)/,contains:["self",a,r,s,e.HASH_COMMENT_MODE]};return t.contains=[s,r,a],{aliases:["py","gyp","ipython"],keywords:n,illegal:/(<\/|->|\?)|=>/,contains:[a,r,{beginKeywords:"if",relevance:0},s,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,i,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}function C(e){var n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},t={className:"doctag",begin:"@[A-Za-z]+"},i={begin:"#<",end:">"},s=[e.COMMENT("#","$",{contains:[t]}),e.COMMENT("^\\=begin","^\\=end",{contains:[t],relevance:10}),e.COMMENT("^__END__","\\n$")],r={className:"subst",begin:"#\\{",end:"}",keywords:a},l={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<[-~]?'?(\w+)(?:.|\n)*?\n\s*\1\b/,returnBegin:!0,contains:[{begin:/<<[-~]?'?/},{begin:/\w+/,endSameAsBegin:!0,contains:[e.BACKSLASH_ESCAPE,r]}]}]},t={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},e=[l,i,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(s)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:n}),t].concat(s)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[l,{begin:n}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[i,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,r],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(s),relevance:0}].concat(s);return r.contains=e,t=[{begin:/^\s*=>/,starts:{end:"$",contains:t.contains=e}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:e}}],{aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:s.concat(t).concat(e)}}function S(e){var n="([ui](8|16|32|64|128|size)|f(32|64))?",a="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{aliases:["rs"],keywords:{keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",literal:"true false Some None Ok Err",built_in:a},lexemes:e.IDENT_RE+"!?",illegal:""}]}}function T(e){var n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},t={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},n={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[t]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[t]},i={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0}]},i={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[i]};return{keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},t,i,n,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}function k(e){return{aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}function A(e){var n=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",end:/;/,endsWithParent:!0,lexemes:/[\w\.]+/,keywords:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:"`",end:"`"},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,n,e.HASH_COMMENT_MODE]}}function R(e){var n={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},a=e.COMMENT("/\\*","\\*/",{contains:["self"]}),t={className:"subst",begin:/\\\(/,end:"\\)",keywords:n,contains:[]},i={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},s={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return t.contains=[s],{keywords:n,contains:[i,e.C_LINE_COMMENT_MODE,a,{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*[!?]"},{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*",relevance:0},s,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,contains:["self",s,i,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:n,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,a]}]}}function D(e){var n={className:"symbol",begin:"&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;"},a={begin:"\\s",contains:[{className:"meta-keyword",begin:"#?[a-z_][a-z1-9_-]+",illegal:"\\n"}]},t=e.inherit(a,{begin:"\\(",end:"\\)"}),i=e.inherit(e.APOS_STRING_MODE,{className:"meta-string"}),s=e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"}),r={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[a,s,i,t,{begin:"\\[",end:"\\]",contains:[{className:"meta",begin:"",contains:[a,t,s,i]}]}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},n,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]},{className:"tag",begin:")",end:">",keywords:{name:"style"},contains:[r],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:")",end:">",keywords:{name:"script"},contains:[r],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},r]}]}}function L(e){var n="true false yes no null",a={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>]([0-9]?[+-])?[ ]*\\n( *)[\\S ]+\\n(\\2[\\S ]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!"+e.UNDERSCORE_IDENT_RE},{className:"type",begin:"!!"+e.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"\\-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{className:"number",begin:e.C_NUMBER_RE+"\\b"},a]}}e=function(t){var a,g=[],s=Object.keys,w=Object.create(null),r=Object.create(null),O=!0,n=/^(no-?highlight|plain|text)$/i,l=/\blang(?:uage)?-([\w-]+)\b/i,i=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,M="",x="Could not find the language '{}', did you forget to load/include a language module?",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},o="of and for in not or if then".split(" ");function S(e){return e.replace(/&/g,"&").replace(//g,">")}function u(e){return e.nodeName.toLowerCase()}function c(e){return n.test(e)}function d(e){var n,a={},t=Array.prototype.slice.call(arguments,1);for(n in e)a[n]=e[n];return t.forEach(function(e){for(n in e)a[n]=e[n]}),a}function m(e){var i=[];return function e(n,a){for(var t=n.firstChild;t;t=t.nextSibling)3===t.nodeType?a+=t.nodeValue.length:1===t.nodeType&&(i.push({event:"start",offset:a,node:t}),a=e(t,a),u(t).match(/br|hr|img|input/)||i.push({event:"stop",offset:a,node:t}));return a}(e,0),i}function _(e,n,a){var t=0,i="",s=[];function r(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset"}function o(e){i+=""}function c(e){("start"===e.event?l:o)(e.node)}for(;e.length||n.length;){var d=r();if(i+=S(a.substring(t,d[0].offset)),t=d[0].offset,d===e){for(s.reverse().forEach(o);c(d.splice(0,1)[0]),d=r(),d===e&&d.length&&d[0].offset===t;);s.reverse().forEach(l)}else"start"===d[0].event?s.push(d[0].node):s.pop(),c(d.splice(0,1)[0])}return i+S(a.substr(t))}function b(n){return n.variants&&!n.cached_variants&&(n.cached_variants=n.variants.map(function(e){return d(n,{variants:null},e)})),n.cached_variants||(function e(n){return!!n&&(n.endsWithParent||e(n.starts))}(n)?[d(n,{starts:n.starts?d(n.starts):null})]:Object.isFrozen(n)?[d(n)]:[n])}function p(e){if(a&&!e.langApiRestored){for(var n in e.langApiRestored=!0,a)e[n]&&(e[a[n]]=e[n]);(e.contains||[]).concat(e.variants||[]).forEach(p)}}function f(n,t){var i={};return"string"==typeof n?a("keyword",n):s(n).forEach(function(e){a(e,n[e])}),i;function a(a,e){t&&(e=e.toLowerCase()),e.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[a,(e=n[0],(n=n[1])?Number(n):function(e){return-1!=o.indexOf(e.toLowerCase())}(e)?0:1)]})}}function T(t){function d(e){return e&&e.source||e}function g(e,n){return new RegExp(d(e),"m"+(t.case_insensitive?"i":"")+(n?"g":""))}function i(i){var s={},r=[],l={},a=1;function e(e,n){s[a]=e,r.push([e,n]),a+=new RegExp(n.toString()+"|").exec("").length-1+1}for(var n=0;n')+n+(a?"":M)}function r(){var e,n,a,t,i;if(!_.keywords)return S(E);for(a="",e=0,_.lexemesRe.lastIndex=0,n=_.lexemesRe.exec(E);n;)a+=S(E.substring(e,n.index)),t=_,i=n,i=m.case_insensitive?i[0].toLowerCase():i[0],(i=t.keywords.hasOwnProperty(i)&&t.keywords[i])?(N+=i[1],a+=s(i[0],S(n[0]))):a+=S(n[0]),e=_.lexemesRe.lastIndex,n=_.lexemesRe.exec(E);return a+S(E.substr(e))}function l(){p+=(null!=_.subLanguage?function(){var e="string"==typeof _.subLanguage;if(e&&!w[_.subLanguage])return S(E);var n=e?k(_.subLanguage,E,!0,b[_.subLanguage]):A(E,_.subLanguage.length?_.subLanguage:void 0);return 0<_.relevance&&(N+=n.relevance),e&&(b[_.subLanguage]=n.top),s(n.language,n.value,!1,!0)}:r)(),E=""}function o(e){p+=e.className?s(e.className,"",!0):"",_=Object.create(e,{parent:{value:_}})}function c(e){var n=e[0],e=e.rule;return e&&e.endSameAsBegin&&(e.endRe=new RegExp(n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),e.skip?E+=n:(e.excludeBegin&&(E+=n),l(),e.returnBegin||e.excludeBegin||(E=n)),o(e),e.returnBegin?0:n.length}function d(e){var n=e[0],e=i.substr(e.index),a=function e(n,a){if(t=n.endRe,i=a,(i=t&&t.exec(i))&&0===i.index){for(;n.endsParent&&n.parent;)n=n.parent;return n}var t,i;if(n.endsWithParent)return e(n.parent,a)}(_,e);if(a){e=_;for(e.skip?E+=n:(e.returnEnd||e.excludeEnd||(E+=n),l(),e.excludeEnd&&(E=n));_.className&&(p+=M),_.skip||_.subLanguage||(N+=_.relevance),_=_.parent,_!==a.parent;);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),o(a.starts)),e.returnEnd?0:n.length}}var g={};function u(e,n){var a=n&&n[0];if(E+=e,null==a)return l(),0;if("begin"==g.type&&"end"==n.type&&g.index==n.index&&""===a)return E+=i.slice(n.index,n.index+1),1;if("illegal"===g.type&&""===a)return E+=i.slice(n.index,n.index+1),1;if("begin"===(g=n).type)return c(n);if("illegal"===n.type&&!t)throw new Error('Illegal lexeme "'+a+'" for mode "'+(_.className||"")+'"');if("end"===n.type){n=d(n);if(null!=n)return n}return E+=a,a.length}var m=R(n);if(!m)throw console.error(x.replace("{}",n)),new Error('Unknown language: "'+n+'"');T(m);for(var _=a||m,b={},p="",f=_;f!==m;f=f.parent)f.className&&(p=s(f.className,"",!0)+p);var E="",N=0;try{for(var h,v,y=0;_.terminators.lastIndex=y,h=_.terminators.exec(i);)v=u(i.substring(y,h.index),h),y=h.index+v;for(u(i.substr(y)),f=_;f.parent;f=f.parent)f.className&&(p+=M);return{relevance:N,value:p,illegal:!1,language:n,top:_}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{illegal:!0,relevance:0,value:S(i)};if(O)return{relevance:0,value:S(i),language:n,top:_,errorRaised:e};throw e}}function A(a,e){e=e||C.languages||s(w);var t={relevance:0,value:S(a)},i=t;return e.filter(R).filter(y).forEach(function(e){var n=k(e,a,!1);n.language=e,n.relevance>i.relevance&&(i=n),n.relevance>t.relevance&&(i=t,t=n)}),i.language&&(t.second_best=i),t}function E(e){return C.tabReplace||C.useBR?e.replace(i,function(e,n){return C.useBR&&"\n"===e?"
":C.tabReplace?n.replace(/\t/g,C.tabReplace):""}):e}function N(e){var n,a,t,i,s=function(e){var n,a,t,i,s=e.className+" ";if(s+=e.parentNode?e.parentNode.className:"",a=l.exec(s)){var r=R(a[1]);return r||(console.warn(x.replace("{}",a[1])),console.warn("Falling back to no-highlight mode for this block.",e)),r?a[1]:"no-highlight"}for(n=0,t=(s=s.split(/\s+/)).length;n/g,"\n"):n=e,i=n.textContent,a=s?k(s,i,!0):A(i),(n=m(n)).length&&((t=document.createElement("div")).innerHTML=a.value,a.value=_(n,m(t),i)),a.value=E(a.value),e.innerHTML=a.value,e.className=(t=e.className,i=s,s=a.language,i=i?r[i]:s,s=[t.trim()],t.match(/\bhljs\b/)||s.push("hljs"),-1===t.indexOf(i)&&s.push(i),s.join(" ").trim()),e.result={language:a.language,re:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function h(){var e;h.called||(h.called=!0,e=document.querySelectorAll("pre code"),g.forEach.call(e,N))}var v={disableAutodetect:!0};function R(e){return e=(e||"").toLowerCase(),w[e]||w[r[e]]}function y(e){e=R(e);return e&&!e.disableAutodetect}return t.highlight=k,t.highlightAuto=A,t.fixMarkup=E,t.highlightBlock=N,t.configure=function(e){C=d(C,e)},t.initHighlighting=h,t.initHighlightingOnLoad=function(){window.addEventListener("DOMContentLoaded",h,!1),window.addEventListener("load",h,!1)},t.registerLanguage=function(n,e){var a;try{a=e(t)}catch(e){if(console.error("Language definition for '{}' could not be registered.".replace("{}",n)),!O)throw e;console.error(e),a=v}p(w[n]=a),a.rawDefinition=e.bind(null,t),a.aliases&&a.aliases.forEach(function(e){r[e]=n})},t.listLanguages=function(){return s(w)},t.getLanguage=R,t.requireLanguage=function(e){var n=R(e);if(n)return n;throw new Error("The '{}' language is required, but not loaded.".replace("{}",e))},t.autoDetection=y,t.inherit=d,t.debugMode=function(){O=!1},t.IDENT_RE="[a-zA-Z]\\w*",t.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",t.NUMBER_RE="\\b\\d+(\\.\\d+)?",t.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",t.BINARY_NUMBER_RE="\\b(0b[01]+)",t.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",t.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},t.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},t.COMMENT=function(e,n,a){a=t.inherit({className:"comment",begin:e,end:n,contains:[]},a||{});return a.contains.push(t.PHRASAL_WORDS_MODE),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),a},t.C_LINE_COMMENT_MODE=t.COMMENT("//","$"),t.C_BLOCK_COMMENT_MODE=t.COMMENT("/\\*","\\*/"),t.HASH_COMMENT_MODE=t.COMMENT("#","$"),t.NUMBER_MODE={className:"number",begin:t.NUMBER_RE,relevance:0},t.C_NUMBER_MODE={className:"number",begin:t.C_NUMBER_RE,relevance:0},t.BINARY_NUMBER_MODE={className:"number",begin:t.BINARY_NUMBER_RE,relevance:0},t.CSS_NUMBER_MODE={className:"number",begin:t.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},t.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[t.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[t.BACKSLASH_ESCAPE]}]},t.TITLE_MODE={className:"title",begin:t.IDENT_RE,relevance:0},t.UNDERSCORE_TITLE_MODE={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},t.METHOD_GUARD={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,relevance:0},[t.BACKSLASH_ESCAPE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.PHRASAL_WORDS_MODE,t.COMMENT,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.HASH_COMMENT_MODE,t.NUMBER_MODE,t.C_NUMBER_MODE,t.BINARY_NUMBER_MODE,t.CSS_NUMBER_MODE,t.REGEXP_MODE,t.TITLE_MODE,t.UNDERSCORE_TITLE_MODE,t.METHOD_GUARD].forEach(function(e){!function n(a){Object.freeze(a);var t="function"==typeof a;Object.getOwnPropertyNames(a).forEach(function(e){!a.hasOwnProperty(e)||null===a[e]||"object"!=typeof a[e]&&"function"!=typeof a[e]||t&&("caller"===e||"callee"===e||"arguments"===e)||Object.isFrozen(a[e])||n(a[e])});return a}(e)}),t},n="object"==typeof window&&window||"object"==typeof self&&self,void 0===a||a.nodeType?n&&(n.hljs=e({}),"function"==typeof define&&define.amd&&define([],function(){return n.hljs})):e(a),function(){"use strict";a.registerLanguage("asciidoc",t),a.registerLanguage("bash",i),a.registerLanguage("clojure",s),a.registerLanguage("cpp",r),a.registerLanguage("cs",l),a.registerLanguage("css",o),a.registerLanguage("diff",c),a.registerLanguage("dockerfile",d),a.registerLanguage("elixir",g),a.registerLanguage("go",u),a.registerLanguage("groovy",m),a.registerLanguage("haskell",_),a.registerLanguage("java",b),a.registerLanguage("javascript",p),a.registerLanguage("json",f),a.registerLanguage("kotlin",E),a.registerLanguage("markdown",N),a.registerLanguage("nix",h),a.registerLanguage("objectivec",v),a.registerLanguage("perl",y),a.registerLanguage("php",w),a.registerLanguage("properties",O),a.registerLanguage("puppet",M),a.registerLanguage("python",x),a.registerLanguage("ruby",C),a.registerLanguage("rust",S),a.registerLanguage("scala",T),a.registerLanguage("shell",k),a.registerLanguage("sql",A),a.registerLanguage("swift",R),a.registerLanguage("xml",D),a.registerLanguage("yaml",L),[].slice.call(document.querySelectorAll("pre code.hljs")).forEach(function(e){a.highlightBlock(e)})}()}(); \ No newline at end of file diff --git a/build/site/_/js/vendor/lunr.js b/build/site/_/js/vendor/lunr.js deleted file mode 100644 index b5dff90..0000000 --- a/build/site/_/js/vendor/lunr.js +++ /dev/null @@ -1 +0,0 @@ -!function(){var t,l,c,h,d,f,p,y,m,g,x,v,w,Q,k,S,E,L,b,P,T,O,I,e,r,D=function(e){var t=new D.Builder;return t.pipeline.add(D.trimmer,D.stopWordFilter,D.stemmer),t.searchPipeline.add(D.stemmer),e.call(t,t),t.build()};function i(e){var t,r,i,n,s,o,a,u;return e.length<3||("y"==(r=e.substr(0,1))&&(e=r.toUpperCase()+e.substr(1)),a=m,(s=y).test(e)?e=e.replace(s,"$1$2"):a.test(e)&&(e=e.replace(a,"$1$2")),a=x,(s=g).test(e)?(u=s.exec(e),(s=h).test(u[1])&&(s=v,e=e.replace(s,""))):a.test(e)&&(o=(u=a.exec(e))[1],(a=p).test(o)&&(i=Q,n=k,(a=w).test(e=o)?e+="e":i.test(e)?(s=v,e=e.replace(s,"")):n.test(e)&&(e+="e"))),(s=S).test(e)&&(e=(o=(u=s.exec(e))[1])+"i"),(s=E).test(e)&&(o=(u=s.exec(e))[1],t=u[2],(s=h).test(o)&&(e=o+l[t])),(s=L).test(e)&&(o=(u=s.exec(e))[1],t=u[2],(s=h).test(o)&&(e=o+c[t])),a=P,(s=b).test(e)?(o=(u=s.exec(e))[1],(s=d).test(o)&&(e=o)):a.test(e)&&(o=(u=a.exec(e))[1]+u[2],(a=d).test(o)&&(e=o)),(s=T).test(e)&&(o=(u=s.exec(e))[1],a=f,i=I,((s=d).test(o)||a.test(o)&&!i.test(o))&&(e=o)),a=d,(s=O).test(e)&&a.test(e)&&(s=v,e=e.replace(s,"")),"y"==r&&(e=r.toLowerCase()+e.substr(1))),e}D.version="2.3.8",D.utils={},D.utils.warn=(t=this,function(e){t.console&&console.warn&&console.warn(e)}),D.utils.asString=function(e){return null==e?"":e.toString()},D.utils.clone=function(e){if(null==e)return e;for(var t=Object.create(null),r=Object.keys(e),i=0;i=this.length)return D.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},D.QueryLexer.prototype.width=function(){return this.pos-this.start},D.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},D.QueryLexer.prototype.backup=function(){--this.pos},D.QueryLexer.prototype.acceptDigitRun=function(){for(var e,t;t=(e=this.next()).charCodeAt(0),47 - - - - - -Redirect Notice -

Redirect Notice

-

The page you requested has been relocated to http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_faq/docs/index.html.

diff --git a/build/site/search-index.js b/build/site/search-index.js deleted file mode 100644 index 92f2b21..0000000 --- a/build/site/search-index.js +++ /dev/null @@ -1 +0,0 @@ -window.antoraLunr.init({"index":{"version":"2.3.8","fields":["title","name","text","component"],"fieldVectors":[["title//swarmlab_faq/docs/index.html",[0,48.594]],["name//swarmlab_faq/docs/index.html",[1,0.935]],["text//swarmlab_faq/docs/index.html",[2,3.832,3,2.736,4,1.276,5,1.166,6,1.424,7,1.424,8,1.424,9,1.424,10,1.424,11,1.424,12,1.424,13,1.004,14,1.943,15,1.674,16,1.276,17,2.747,18,1.648,19,2.439,20,1.648,21,2.795,22,2.747,23,1.648,24,2.018,25,1.648,26,3.533,27,1.648,28,1.648,29,1.648,30,4.123,31,3.533,32,1.648,33,2.747,34,1.166,35,1.648,36,2.747,37,1.648,38,3.533,39,3.533,40,2.747,41,3.533,42,1.648,43,1.648,44,2.747,45,1.796,46,5.249,47,1.943,48,1.648,49,1.648,50,2.747,51,1.424,52,1.648,53,1.674,54,1.424,55,2.747,56,1.648,57,1.648,58,2.747,59,2.747,60,2.747,61,2.747,62,2.747,63,1.796,64,2.747,65,2.747,66,1.648,67,1.648,68,1.648]],["component//swarmlab_faq/docs/index.html",[69,2.314]],["title//swarmlab_faq/docs/index.html#How_to_get_the_path_of_current_script",[2,25.595,3,25.595,4,25.595]],["name//swarmlab_faq/docs/index.html#How_to_get_the_path_of_current_script",[]],["text//swarmlab_faq/docs/index.html#How_to_get_the_path_of_current_script",[]],["component//swarmlab_faq/docs/index.html#How_to_get_the_path_of_current_script",[]],["title//swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue",[5,14.262,6,17.42,7,17.42,8,17.42,9,17.42,10,17.42,11,17.42]],["name//swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue",[]],["text//swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue",[]],["component//swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue",[]],["title//swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group",[3,17.299,12,19.302,13,13.614,14,15.803,15,13.614,16,17.299]],["name//swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group",[]],["text//swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group",[]],["component//swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group",[]],["title//swarmlab_poc-datacollector/docs/doc-dummy_service.html",[70,24.697]],["name//swarmlab_poc-datacollector/docs/doc-dummy_service.html",[70,0.697,71,1.061]],["text//swarmlab_poc-datacollector/docs/doc-dummy_service.html",[2,1.722,5,0.493,15,0.425,19,1.266,21,1.13,24,2.002,34,0.493,51,0.602,63,0.456,72,0.493,73,0.602,74,3.591,75,1.285,76,1.355,77,2.798,78,0.697,79,1.285,80,1.285,81,2.94,82,1.285,83,0.697,84,1.285,85,1.789,86,1.789,87,1.285,88,2.605,89,0.697,90,2.224,91,1.11,92,2.224,93,3.591,94,1.285,95,1.285,96,1.11,97,2.224,98,1.285,99,1.789,100,1.545,101,1.285,102,1.789,103,1.285,104,0.602,105,0.456,106,2.648,107,0.783,108,0.697,109,0.84,110,0.697,111,1.285,112,2.25,113,0.697,114,1.285,115,1.285,116,1.285,117,1.285,118,2.224,119,0.697,120,1.285,121,1.022,122,1.285,123,0.995,124,0.697,125,1.285,126,1.285,127,1.285,128,0.697,129,0.697,130,1.285,131,0.697,132,1.285,133,0.995,134,0.697,135,2.29,136,0.602,137,0.456,138,0.697,139,0.697,140,0.602,141,0.697,142,0.697,143,0.697,144,1.722,145,1.285,146,0.697,147,0.697,148,0.697,149,0.493,150,0.697,151,0.697,152,0.84,153,0.697,154,0.697,155,0.697,156,0.697,157,1.285,158,0.697,159,0.697,160,0.697,161,0.697,162,0.697,163,0.697,164,2.605,165,1.285,166,0.995,167,0.697,168,1.789,169,0.602,170,0.697,171,0.602,172,0.602,173,0.697,174,1.285,175,2.605,176,0.602,177,0.909,178,0.697,179,1.11,180,0.995,181,0.602,182,0.54,183,0.54,184,0.697,185,0.697,186,0.697,187,1.265,188,1.11,189,0.697,190,0.697,191,1.545,192,0.602,193,0.697,194,1.789,195,0.456,196,0.697,197,0.54,198,0.54,199,0.697,200,0.697,201,0.54,202,0.697,203,0.697,204,0.602,205,0.54,206,0.697,207,0.697,208,1.285,209,0.697,210,0.697,211,1.385,212,0.995,213,0.697,214,0.909,215,0.697,216,0.697,217,0.697,218,0.697,219,0.697,220,0.456,221,1.545,222,0.697,223,0.697,224,0.319,225,1.789,226,1.285,227,0.697,228,0.54,229,0.602,230,0.559,231,0.783,232,0.697,233,0.697,234,0.697,235,0.456,236,0.602,237,0.697,238,0.697,239,0.697,240,0.697,241,0.697,242,0.54,243,0.456,244,0.697,245,1.11,246,1.11,247,1.573,248,0.697,249,0.456,250,0.602,251,0.697,252,0.54,253,0.456,254,0.697,255,0.602,256,0.54,257,0.54,258,0.697,259,0.602,260,0.995,261,0.54,262,0.602,263,0.493,264,0.602,265,0.697,266,0.697,267,0.697,268,0.602,269,0.995,270,0.602,271,0.54,272,0.697,273,0.697,274,0.697,275,0.602,276,0.425,277,0.602,278,0.602,279,0.909,280,0.602,281,0.398,282,0.602]],["component//swarmlab_poc-datacollector/docs/doc-dummy_service.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_fluent_conf",[285,48.594]],["name//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_fluent_conf",[]],["text//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_fluent_conf",[]],["component//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_fluent_conf",[]],["title//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_edit",[286,48.594]],["name//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_edit",[]],["text//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_edit",[]],["component//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_edit",[]],["title//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_restart",[279,34.371]],["name//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_restart",[]],["text//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_restart",[]],["component//swarmlab_poc-datacollector/docs/doc-dummy_service.html#_restart",[]],["title//swarmlab_poc-datacollector/docs/doc-readmongo_service.html",[287,29.61]],["name//swarmlab_poc-datacollector/docs/doc-readmongo_service.html",[71,1.061,287,0.835]],["text//swarmlab_poc-datacollector/docs/doc-readmongo_service.html",[14,0.559,19,2.748,63,0.517,76,1.213,77,0.683,91,1.247,93,2.469,106,0.559,107,0.482,135,1.021,137,0.517,140,0.683,144,0.612,152,0.517,177,0.559,181,0.683,182,0.612,197,0.612,212,0.612,224,1.307,231,0.482,236,0.683,245,0.683,247,1.021,252,1.117,260,0.612,261,0.612,268,0.683,269,0.612,270,1.72,271,1.902,276,0.482,277,0.683,278,0.683,279,0.559,288,0.683,289,0.683,290,0.683,291,2.858,292,2.678,293,0.791,294,2.457,295,0.791,296,0.791,297,0.791,298,0.791,299,4.931,300,3.208,301,1.443,302,1.443,303,0.791,304,0.683,305,0.791,306,1.443,307,0.791,308,0.791,309,0.683,310,1.443,311,0.791,312,0.791,313,0.791,314,0.791,315,2.858,316,1.991,317,0.791,318,1.443,319,1.443,320,0.791,321,0.791,322,0.791,323,0.791,324,0.791,325,0.791,326,0.733,327,1.117,328,0.791,329,0.791,330,0.791,331,0.791,332,0.791,333,0.791,334,0.791,335,0.683,336,0.791,337,1.443,338,0.791,339,1.213,340,0.791,341,0.791,342,0.683,343,0.791,344,0.791,345,2.858,346,1.443,347,0.791,348,1.443,349,1.443,350,0.791,351,0.791,352,0.791,353,1.247,354,0.791,355,0.791,356,0.791,357,0.791,358,0.791,359,1.991,360,0.791,361,0.791,362,0.791,363,0.791,364,0.791,365,0.791,366,0.791,367,0.791,368,0.791,369,0.517,370,0.791,371,0.791,372,1.443,373,0.791,374,0.791,375,0.791,376,0.791,377,1.991,378,0.791,379,0.791,380,0.791,381,0.791,382,0.791,383,0.791,384,0.791,385,0.791,386,0.791,387,0.791,388,0.791,389,0.791,390,0.791,391,0.791,392,0.791,393,1.443,394,0.791,395,0.791,396,0.791,397,0.683,398,1.247,399,0.612,400,0.683,401,0.683,402,0.683,403,0.452,404,0.452]],["component//swarmlab_poc-datacollector/docs/doc-readmongo_service.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_app",[405,37.624]],["name//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_app",[]],["text//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_app",[]],["component//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_app",[]],["title//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_stream2mongo",[406,48.594]],["name//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_stream2mongo",[]],["text//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_stream2mongo",[]],["component//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_stream2mongo",[]],["title//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_socket_opencheckstreamevent",[369,25.727,407,39.348]],["name//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_socket_opencheckstreamevent",[]],["text//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_socket_opencheckstreamevent",[]],["component//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_socket_opencheckstreamevent",[]],["title//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_restart",[279,34.371]],["name//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_restart",[]],["text//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_restart",[]],["component//swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_restart",[]],["title//swarmlab_poc-datacollector/docs/index-dummy_service.html",[70,19.998,408,27.831]],["name//swarmlab_poc-datacollector/docs/index-dummy_service.html",[1,0.568,70,0.697]],["text//swarmlab_poc-datacollector/docs/index-dummy_service.html",[19,1.82,45,1.851,53,3.637,63,1.851,100,2.446,136,2.446,149,3.948,224,1.928,230,1.232,253,1.851,276,1.725,280,5.157,282,5.157,326,3.034,409,3.264,410,2.831,411,2.446,412,1.851,413,2.982,414,2.831,415,2.831,416,5.969,417,2.831,418,2.831,419,3.189,420,2.831,421,2.192,422,2.831,423,2.831,424,2.831]],["component//swarmlab_poc-datacollector/docs/index-dummy_service.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-dummy_service.html#_usage_dummy_service",[70,19.998,408,27.831]],["name//swarmlab_poc-datacollector/docs/index-dummy_service.html#_usage_dummy_service",[]],["text//swarmlab_poc-datacollector/docs/index-dummy_service.html#_usage_dummy_service",[]],["component//swarmlab_poc-datacollector/docs/index-dummy_service.html#_usage_dummy_service",[]],["title//swarmlab_poc-datacollector/docs/index-dummy_service.html#_list_devices",[198,30.466,419,22.476]],["name//swarmlab_poc-datacollector/docs/index-dummy_service.html#_list_devices",[]],["text//swarmlab_poc-datacollector/docs/index-dummy_service.html#_list_devices",[]],["component//swarmlab_poc-datacollector/docs/index-dummy_service.html#_list_devices",[]],["title//swarmlab_poc-datacollector/docs/index-dummy_service.html#_add_device",[13,23.976,419,22.476]],["name//swarmlab_poc-datacollector/docs/index-dummy_service.html#_add_device",[]],["text//swarmlab_poc-datacollector/docs/index-dummy_service.html#_add_device",[]],["component//swarmlab_poc-datacollector/docs/index-dummy_service.html#_add_device",[]],["title//swarmlab_poc-datacollector/docs/index-dummy_service.html#_remove_device",[419,22.476,425,39.348]],["name//swarmlab_poc-datacollector/docs/index-dummy_service.html#_remove_device",[]],["text//swarmlab_poc-datacollector/docs/index-dummy_service.html#_remove_device",[]],["component//swarmlab_poc-datacollector/docs/index-dummy_service.html#_remove_device",[]],["title//swarmlab_poc-datacollector/docs/index-dummy_service.html#_send_data_from_device",[224,15.118,419,18.883,421,25.595]],["name//swarmlab_poc-datacollector/docs/index-dummy_service.html#_send_data_from_device",[]],["text//swarmlab_poc-datacollector/docs/index-dummy_service.html#_send_data_from_device",[]],["component//swarmlab_poc-datacollector/docs/index-dummy_service.html#_send_data_from_device",[]],["title//swarmlab_poc-datacollector/docs/index-dummy_service.html#_device_history",[419,22.476,426,39.348]],["name//swarmlab_poc-datacollector/docs/index-dummy_service.html#_device_history",[]],["text//swarmlab_poc-datacollector/docs/index-dummy_service.html#_device_history",[]],["component//swarmlab_poc-datacollector/docs/index-dummy_service.html#_device_history",[]],["title//swarmlab_poc-datacollector/docs/index-microservice.html",[13,23.976,427,21.164]],["name//swarmlab_poc-datacollector/docs/index-microservice.html",[1,0.568,427,0.737]],["text//swarmlab_poc-datacollector/docs/index-microservice.html",[13,3.512,427,3.1,428,2.93,429,5.764,430,3.769]],["component//swarmlab_poc-datacollector/docs/index-microservice.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-microservice.html#_start_microservice",[427,21.164,428,19.998]],["name//swarmlab_poc-datacollector/docs/index-microservice.html#_start_microservice",[]],["text//swarmlab_poc-datacollector/docs/index-microservice.html#_start_microservice",[]],["component//swarmlab_poc-datacollector/docs/index-microservice.html#_start_microservice",[]],["title//swarmlab_poc-datacollector/docs/index-microservice.html#_add_microservice",[13,23.976,427,21.164]],["name//swarmlab_poc-datacollector/docs/index-microservice.html#_add_microservice",[]],["text//swarmlab_poc-datacollector/docs/index-microservice.html#_add_microservice",[]],["component//swarmlab_poc-datacollector/docs/index-microservice.html#_add_microservice",[]],["title//swarmlab_poc-datacollector/docs/index-mongo.html",[19,10.293,121,24.206,281,16.28]],["name//swarmlab_poc-datacollector/docs/index-mongo.html",[1,0.568,121,0.783]],["text//swarmlab_poc-datacollector/docs/index-mongo.html",[1,1.541,5,0.992,16,1.086,24,1.794,34,0.992,54,1.212,71,1.086,74,1.212,105,2.054,121,0.801,133,2.432,135,2.629,144,1.857,172,1.212,187,0.992,188,1.212,201,1.086,220,0.917,221,2.072,224,1.7,228,1.086,230,1.817,231,0.855,235,0.917,242,1.857,243,0.917,246,1.212,247,2.222,249,3.739,252,2.432,255,2.072,256,1.857,257,1.086,259,1.212,260,1.086,262,1.212,263,0.992,264,1.212,292,1.696,413,0.992,431,1.086,432,0.992,433,1.212,434,3.211,435,1.403,436,1.403,437,1.403,438,1.403,439,0.855,440,1.212,441,2.072,442,1.212,443,1.568,444,2.072,445,1.212,446,1.212,447,1.403,448,1.403,449,1.212,450,1.403,451,1.086,452,1.403,453,1.403,454,1.403,455,1.403,456,2.072,457,1.212,458,3.141,459,2.878,460,2.072,461,2.072,462,1.212,463,1.403,464,1.403,465,2.072,466,1.403,467,0.917,468,1.212,469,0.917,470,4.551,471,1.086,472,1.403,473,1.696,474,2.398,475,1.403,476,1.212,477,1.403,478,1.857,479,2.072,480,0.917,481,1.403,482,1.403,483,1.212,484,2.072,485,1.403,486,1.403,487,1.403,488,1.403,489,1.212,490,1.403,491,0.992,492,1.403,493,1.403,494,2.072,495,1.403,496,1.403,497,1.212,498,1.212]],["component//swarmlab_poc-datacollector/docs/index-mongo.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-mongo.html#_main_features",[467,25.727,499,33.993]],["name//swarmlab_poc-datacollector/docs/index-mongo.html#_main_features",[]],["text//swarmlab_poc-datacollector/docs/index-mongo.html#_main_features",[]],["component//swarmlab_poc-datacollector/docs/index-mongo.html#_main_features",[]],["title//swarmlab_poc-datacollector/docs/index-mongo.html#_replication_in_mongodb",[249,25.727,456,33.993]],["name//swarmlab_poc-datacollector/docs/index-mongo.html#_replication_in_mongodb",[]],["text//swarmlab_poc-datacollector/docs/index-mongo.html#_replication_in_mongodb",[]],["component//swarmlab_poc-datacollector/docs/index-mongo.html#_replication_in_mongodb",[]],["title//swarmlab_poc-datacollector/docs/index-mongo.html#_video_intro",[19,11.939,500,23.382,501,23.382]],["name//swarmlab_poc-datacollector/docs/index-mongo.html#_video_intro",[]],["text//swarmlab_poc-datacollector/docs/index-mongo.html#_video_intro",[]],["component//swarmlab_poc-datacollector/docs/index-mongo.html#_video_intro",[]],["title//swarmlab_poc-datacollector/docs/index-nodejs.html",[19,9.046,70,12.731,281,14.308,287,15.263,502,17.718]],["name//swarmlab_poc-datacollector/docs/index-nodejs.html",[1,0.568,502,0.969]],["text//swarmlab_poc-datacollector/docs/index-nodejs.html",[4,1.682,19,0.785,21,1.104,53,0.762,96,1.081,104,1.081,105,0.818,106,3.6,112,1.081,152,0.818,166,0.968,171,1.081,176,1.081,179,1.081,180,0.968,183,0.968,187,0.885,204,1.081,205,1.682,211,1.682,214,0.885,228,2.23,230,0.544,231,1.755,243,0.818,253,0.818,292,0.885,309,1.877,327,0.968,369,0.818,399,0.968,403,1.645,404,0.714,412,0.818,427,0.673,428,1.464,430,0.818,431,1.682,432,0.885,439,0.762,443,1.883,451,0.968,459,0.968,460,1.081,461,1.081,465,2.488,467,0.818,468,1.081,469,0.818,471,1.682,478,1.682,479,1.081,480,0.818,483,1.081,502,0.885,503,1.081,504,1.081,505,2.173,506,5.771,507,3.44,508,0.968,509,2.037,510,1.251,511,1.251,512,3.894,513,1.251,514,1.081,515,1.081,516,1.251,517,1.251,518,1.081,519,1.251,520,1.251,521,1.251,522,1.251,523,1.537,524,1.081,525,1.251,526,1.251,527,1.251,528,3.894,529,1.251,530,1.251,531,2.488,532,1.251,533,2.173,534,1.251,535,1.251,536,1.251,537,1.251,538,1.251,539,1.251,540,1.682,541,1.251,542,1.081,543,1.251,544,0.968,545,1.251,546,1.081,547,1.877,548,0.885,549,1.251,550,1.251,551,1.251,552,2.037,553,1.081,554,1.877,555,1.251,556,1.251,557,1.251,558,1.081,559,1.537,560,1.251,561,1.251,562,1.877,563,0.885,564,1.251,565,1.877,566,1.081,567,1.081,568,1.251,569,1.251,570,1.251,571,2.88,572,1.251,573,1.081,574,1.251,575,1.251,576,1.251,577,1.251,578,1.251]],["component//swarmlab_poc-datacollector/docs/index-nodejs.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-nodejs.html#_asynchronous_event_driven",[106,23.382,503,28.559,504,28.559]],["name//swarmlab_poc-datacollector/docs/index-nodejs.html#_asynchronous_event_driven",[]],["text//swarmlab_poc-datacollector/docs/index-nodejs.html#_asynchronous_event_driven",[]],["component//swarmlab_poc-datacollector/docs/index-nodejs.html#_asynchronous_event_driven",[]],["title//swarmlab_poc-datacollector/docs/index-nodejs.html#_threads",[542,41.98]],["name//swarmlab_poc-datacollector/docs/index-nodejs.html#_threads",[]],["text//swarmlab_poc-datacollector/docs/index-nodejs.html#_threads",[]],["component//swarmlab_poc-datacollector/docs/index-nodejs.html#_threads",[]],["title//swarmlab_poc-datacollector/docs/index-nodejs.html#_socket_io",[559,34.371]],["name//swarmlab_poc-datacollector/docs/index-nodejs.html#_socket_io",[]],["text//swarmlab_poc-datacollector/docs/index-nodejs.html#_socket_io",[]],["component//swarmlab_poc-datacollector/docs/index-nodejs.html#_socket_io",[]],["title//swarmlab_poc-datacollector/docs/index-nodejs.html#_express",[451,37.624]],["name//swarmlab_poc-datacollector/docs/index-nodejs.html#_express",[]],["text//swarmlab_poc-datacollector/docs/index-nodejs.html#_express",[]],["component//swarmlab_poc-datacollector/docs/index-nodejs.html#_express",[]],["title//swarmlab_poc-datacollector/docs/index-nodejs.html#_video_intro",[19,11.939,500,23.382,501,23.382]],["name//swarmlab_poc-datacollector/docs/index-nodejs.html#_video_intro",[]],["text//swarmlab_poc-datacollector/docs/index-nodejs.html#_video_intro",[]],["component//swarmlab_poc-datacollector/docs/index-nodejs.html#_video_intro",[]],["title//swarmlab_poc-datacollector/docs/index-redis.html",[19,10.293,281,16.28,339,17.367,579,22.068]],["name//swarmlab_poc-datacollector/docs/index-redis.html",[1,0.568,339,0.835]],["text//swarmlab_poc-datacollector/docs/index-redis.html",[1,1.207,21,1.479,105,1.903,133,2.253,149,2.058,198,2.253,224,1.968,230,1.266,235,1.903,249,2.814,250,2.514,326,1.479,339,3.448,353,2.514,409,2.253,434,2.514,439,2.622,440,2.514,441,4.424,442,2.514,443,1.903,444,2.514,445,2.514,446,2.514,449,2.514,459,3.332,480,1.903,484,2.514,489,2.514,497,2.514,498,2.514,544,2.253,580,2.91,581,2.91,582,2.458,583,2.91,584,2.91,585,2.91,586,2.91,587,2.91,588,2.91,589,2.91,590,2.91,591,2.91,592,2.91,593,2.91,594,2.91,595,2.91]],["component//swarmlab_poc-datacollector/docs/index-redis.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-redis.html#_main_features",[467,25.727,499,33.993]],["name//swarmlab_poc-datacollector/docs/index-redis.html#_main_features",[]],["text//swarmlab_poc-datacollector/docs/index-redis.html#_main_features",[]],["component//swarmlab_poc-datacollector/docs/index-redis.html#_main_features",[]],["title//swarmlab_poc-datacollector/docs/index-redis.html#_video_intro",[19,11.939,500,23.382,501,23.382]],["name//swarmlab_poc-datacollector/docs/index-redis.html#_video_intro",[]],["text//swarmlab_poc-datacollector/docs/index-redis.html#_video_intro",[]],["component//swarmlab_poc-datacollector/docs/index-redis.html#_video_intro",[]],["title//swarmlab_poc-datacollector/docs/index-src.html",[21,16.801,24,18.883,72,23.382]],["name//swarmlab_poc-datacollector/docs/index-src.html",[1,0.568,288,1.184]],["text//swarmlab_poc-datacollector/docs/index-src.html",[15,1.201,21,2.335,24,1.818,45,3.296,47,1.394,53,1.939,70,1.617,72,2.831,73,1.703,76,1.201,107,1.201,109,1.289,121,1.818,123,1.526,137,1.289,224,1.455,230,1.999,253,1.289,276,1.201,281,1.818,287,1.939,289,2.749,290,2.749,326,1.617,339,1.939,403,1.126,404,1.126,412,1.289,428,1.617,469,1.289,473,2.251,491,2.251,502,2.251,523,1.394,548,2.251,563,1.394,582,1.126,596,1.703,597,1.703,598,1.703,599,1.703,600,1.526,601,1.703,602,1.703,603,1.703,604,1.703,605,1.703,606,1.703,607,1.526,608,1.703,609,1.703,610,1.703,611,1.703,612,1.703,613,1.703,614,1.526,615,1.703,616,3.099,617,3.182,618,1.971,619,3.182,620,1.971,621,1.971,622,1.971,623,1.526,624,1.971,625,1.971,626,2.749,627,3.182,628,3.182,629,2.749,630,3.182]],["component//swarmlab_poc-datacollector/docs/index-src.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-src.html#_webclient",[631,31.773]],["name//swarmlab_poc-datacollector/docs/index-src.html#_webclient",[]],["text//swarmlab_poc-datacollector/docs/index-src.html#_webclient",[]],["component//swarmlab_poc-datacollector/docs/index-src.html#_webclient",[]],["title//swarmlab_poc-datacollector/docs/index-src.html#_dummy_service",[70,24.697]],["name//swarmlab_poc-datacollector/docs/index-src.html#_dummy_service",[]],["text//swarmlab_poc-datacollector/docs/index-src.html#_dummy_service",[]],["component//swarmlab_poc-datacollector/docs/index-src.html#_dummy_service",[]],["title//swarmlab_poc-datacollector/docs/index-src.html#_readmongo_service",[287,29.61]],["name//swarmlab_poc-datacollector/docs/index-src.html#_readmongo_service",[]],["text//swarmlab_poc-datacollector/docs/index-src.html#_readmongo_service",[]],["component//swarmlab_poc-datacollector/docs/index-src.html#_readmongo_service",[]],["title//swarmlab_poc-datacollector/docs/index-src.html#_redisserver",[579,37.624]],["name//swarmlab_poc-datacollector/docs/index-src.html#_redisserver",[]],["text//swarmlab_poc-datacollector/docs/index-src.html#_redisserver",[]],["component//swarmlab_poc-datacollector/docs/index-src.html#_redisserver",[]],["title//swarmlab_poc-datacollector/docs/index-src.html#_mongo",[121,27.757]],["name//swarmlab_poc-datacollector/docs/index-src.html#_mongo",[]],["text//swarmlab_poc-datacollector/docs/index-src.html#_mongo",[]],["component//swarmlab_poc-datacollector/docs/index-src.html#_mongo",[]],["title//swarmlab_poc-datacollector/docs/index-structure.html",[230,12.401,409,22.068,582,16.28,632,28.502]],["name//swarmlab_poc-datacollector/docs/index-structure.html",[1,0.568,582,0.783]],["text//swarmlab_poc-datacollector/docs/index-structure.html",[15,1.776,19,2.326,47,1.252,53,1.078,70,1.481,76,1.078,107,1.078,109,1.157,121,2.123,137,1.157,177,2.061,191,1.529,195,1.906,214,3.37,220,1.157,224,1.333,230,0.77,231,1.078,249,1.906,281,1.665,287,3.302,339,1.776,369,1.157,405,1.37,413,1.252,427,0.952,430,1.157,431,2.257,439,1.078,443,1.157,462,1.529,469,1.906,491,3.047,494,1.529,508,1.37,509,2.628,523,1.252,546,1.529,548,1.252,552,1.252,573,1.529,579,1.37,607,2.257,616,2.877,631,2.43,633,2.518,634,1.77,635,1.77,636,1.77,637,1.529,638,1.77,639,1.77,640,1.529,641,1.77,642,1.77,643,1.529,644,1.529,645,1.77,646,2.518,647,1.77,648,2.518,649,1.529,650,1.529,651,1.529,652,1.529,653,1.529,654,1.529,655,1.77,656,1.77,657,1.529,658,2.915,659,1.77,660,2.915,661,1.529,662,2.915,663,1.529,664,1.77]],["component//swarmlab_poc-datacollector/docs/index-structure.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_structure",[195,25.727,582,22.476]],["name//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_structure",[]],["text//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_structure",[]],["component//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_structure",[]],["title//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_instaces",[195,25.727,665,39.348]],["name//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_instaces",[]],["text//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_instaces",[]],["component//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_instaces",[]],["title//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_networks_swarm",[195,21.615,430,21.615,640,28.559]],["name//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_networks_swarm",[]],["text//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_networks_swarm",[]],["component//swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_networks_swarm",[]],["title//swarmlab_poc-datacollector/docs/index-structure.html#_datacollector_structure",[284,13.593,582,22.476]],["name//swarmlab_poc-datacollector/docs/index-structure.html#_datacollector_structure",[]],["text//swarmlab_poc-datacollector/docs/index-structure.html#_datacollector_structure",[]],["component//swarmlab_poc-datacollector/docs/index-structure.html#_datacollector_structure",[]],["title//swarmlab_poc-datacollector/docs/index-usage.html",[284,13.593,408,27.831]],["name//swarmlab_poc-datacollector/docs/index-usage.html",[1,0.568,408,0.969]],["text//swarmlab_poc-datacollector/docs/index-usage.html",[284,2.419,428,3.306,666,6.048,667,4.637]],["component//swarmlab_poc-datacollector/docs/index-usage.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-usage.html#_start_datacollector",[284,13.593,428,19.998]],["name//swarmlab_poc-datacollector/docs/index-usage.html#_start_datacollector",[]],["text//swarmlab_poc-datacollector/docs/index-usage.html#_start_datacollector",[]],["component//swarmlab_poc-datacollector/docs/index-usage.html#_start_datacollector",[]],["title//swarmlab_poc-datacollector/docs/index-usage.html#_stop_datacollector",[284,13.593,667,33.993]],["name//swarmlab_poc-datacollector/docs/index-usage.html#_stop_datacollector",[]],["text//swarmlab_poc-datacollector/docs/index-usage.html#_stop_datacollector",[]],["component//swarmlab_poc-datacollector/docs/index-usage.html#_stop_datacollector",[]],["title//swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient",[326,14.485,403,16.28,404,16.28,631,18.636]],["name//swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient",[]],["text//swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient",[]],["component//swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient",[]],["title//swarmlab_poc-datacollector/docs/index-vuejs.html",[19,10.293,281,16.28,631,18.636,668,24.623]],["name//swarmlab_poc-datacollector/docs/index-vuejs.html",[1,0.568,669,1.184]],["text//swarmlab_poc-datacollector/docs/index-vuejs.html",[14,1.108,19,2.148,21,0.796,24,0.494,34,1.518,72,0.612,76,0.954,105,0.566,107,0.954,109,1.024,149,0.612,152,0.566,166,0.67,169,0.747,180,0.67,183,1.662,187,0.612,192,2.275,201,0.67,205,0.67,212,0.67,220,1.024,224,0.716,229,0.747,230,0.376,235,0.566,243,0.566,247,0.612,256,0.67,257,1.213,263,1.108,269,1.213,271,0.67,275,0.747,276,0.527,292,0.612,304,0.747,326,0.44,327,0.67,335,0.747,342,0.747,369,1.024,403,0.494,404,0.494,405,1.662,412,0.566,419,0.494,428,0.44,432,0.612,433,0.747,439,0.527,443,0.566,467,0.566,471,0.67,473,0.612,476,0.747,478,0.67,480,1.993,508,1.213,509,2.824,514,0.747,515,0.747,524,0.747,531,3.847,540,2.039,544,0.67,547,0.747,552,0.612,553,1.353,554,0.747,558,0.747,559,1.862,562,0.747,563,0.612,565,2.275,566,0.747,567,0.747,600,0.67,614,1.662,626,0.747,633,0.747,637,0.747,657,1.353,661,0.747,668,1.854,669,0.747,670,1.566,671,0.865,672,1.566,673,0.865,674,0.865,675,0.865,676,0.865,677,0.865,678,0.865,679,0.865,680,0.865,681,1.566,682,1.566,683,0.865,684,2.146,685,0.865,686,0.865,687,0.865,688,2.633,689,3.45,690,0.865,691,0.865,692,4.453,693,1.854,694,0.865,695,0.865,696,0.865,697,0.865,698,0.865,699,0.865,700,0.865,701,0.865,702,0.865,703,0.865,704,0.865,705,0.865,706,3.048,707,0.865,708,0.865,709,0.865,710,0.865,711,0.865,712,0.865,713,0.865,714,0.747,715,0.865,716,0.865,717,0.865,718,0.865,719,0.865,720,0.747,721,0.865,722,0.865,723,1.566,724,0.865,725,0.865,726,1.566,727,0.865,728,1.566,729,0.865,730,0.865,731,0.865,732,0.865,733,0.865,734,0.865,735,0.865,736,0.865,737,0.865,738,0.865,739,0.865,740,0.865,741,0.865,742,0.865,743,0.865,744,0.747,745,0.865,746,0.865,747,0.865,748,1.566,749,0.865,750,1.566,751,0.865,752,0.865,753,0.865,754,0.865,755,0.865,756,0.865,757,0.865,758,0.865,759,0.865,760,0.865,761,0.865,762,0.747,763,0.865,764,0.865,765,0.865,766,0.865,767,0.865,768,0.865,769,1.566,770,2.146,771,0.747,772,0.865,773,0.865,774,0.865,775,0.865,776,0.865,777,0.865,778,0.865]],["component//swarmlab_poc-datacollector/docs/index-vuejs.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index-vuejs.html#_why_vue_js",[689,33.993,714,33.993]],["name//swarmlab_poc-datacollector/docs/index-vuejs.html#_why_vue_js",[]],["text//swarmlab_poc-datacollector/docs/index-vuejs.html#_why_vue_js",[]],["component//swarmlab_poc-datacollector/docs/index-vuejs.html#_why_vue_js",[]],["title//swarmlab_poc-datacollector/docs/index-vuejs.html#_vuex",[693,41.98]],["name//swarmlab_poc-datacollector/docs/index-vuejs.html#_vuex",[]],["text//swarmlab_poc-datacollector/docs/index-vuejs.html#_vuex",[]],["component//swarmlab_poc-datacollector/docs/index-vuejs.html#_vuex",[]],["title//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis",[230,12.401,552,20.159,762,24.623,779,24.623]],["name//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis",[]],["text//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis",[]],["component//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis",[]],["title//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket",[230,12.401,559,20.159,771,24.623,779,24.623]],["name//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket",[]],["text//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket",[]],["component//swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket",[]],["title//swarmlab_poc-datacollector/docs/index-vuejs.html#_video_intro",[19,11.939,500,23.382,501,23.382]],["name//swarmlab_poc-datacollector/docs/index-vuejs.html#_video_intro",[]],["text//swarmlab_poc-datacollector/docs/index-vuejs.html#_video_intro",[]],["component//swarmlab_poc-datacollector/docs/index-vuejs.html#_video_intro",[]],["title//swarmlab_poc-datacollector/docs/index.html",[224,17.995,623,30.466]],["name//swarmlab_poc-datacollector/docs/index.html",[1,0.935]],["text//swarmlab_poc-datacollector/docs/index.html",[15,1.31,19,1.232,21,1.093,24,0.706,45,2.98,47,1.521,53,2.355,63,1.406,76,0.753,107,0.753,109,0.808,123,0.957,135,1.521,137,0.808,152,1.866,177,1.521,182,0.957,197,0.957,211,0.957,214,1.521,220,0.808,224,1.768,230,0.936,231,2.355,235,0.808,242,0.957,243,0.808,253,0.808,261,0.957,263,0.874,276,0.753,326,1.45,397,1.068,398,1.857,399,0.957,400,1.068,401,1.068,402,1.068,403,1.228,404,1.228,411,2.947,412,1.866,413,2.018,421,0.957,427,0.665,428,1.45,430,1.406,432,0.874,439,1.31,457,1.068,469,1.866,473,2.018,480,0.808,491,2.734,509,2.018,518,1.068,523,0.874,540,1.665,548,0.874,563,0.874,582,0.706,596,1.068,597,1.068,598,1.068,599,1.068,600,0.957,601,1.068,602,1.068,603,1.068,604,1.068,605,1.068,606,1.068,607,2.642,608,1.068,609,2.465,610,1.068,611,1.068,612,1.068,613,1.068,614,0.957,615,1.068,616,0.957,623,1.665,629,1.068,631,1.406,643,1.857,644,1.068,646,1.068,648,1.068,649,1.068,650,1.068,651,1.068,652,1.068,653,1.068,654,1.068,663,1.068,666,1.068,720,1.068,744,1.857,780,1.236,781,1.236,782,1.236,783,1.236,784,1.236,785,1.236,786,1.236,787,1.236,788,1.236,789,1.236,790,1.236,791,1.236,792,1.236,793,1.236,794,1.068,795,1.236,796,1.236,797,1.236,798,1.236,799,1.236,800,1.236,801,1.236,802,1.236,803,1.236,804,1.236,805,1.236,806,1.236,807,1.236,808,2.854,809,1.236,810,1.236,811,1.236,812,1.236,813,1.236,814,1.236]],["component//swarmlab_poc-datacollector/docs/index.html",[283,0.616,284,0.489]],["title//swarmlab_poc-datacollector/docs/index.html#_start",[428,24.697]],["name//swarmlab_poc-datacollector/docs/index.html#_start",[]],["text//swarmlab_poc-datacollector/docs/index.html#_start",[]],["component//swarmlab_poc-datacollector/docs/index.html#_start",[]],["title//swarmlab_poc-datacollector/docs/index.html#_on_error",[794,41.98]],["name//swarmlab_poc-datacollector/docs/index.html#_on_error",[]],["text//swarmlab_poc-datacollector/docs/index.html#_on_error",[]],["component//swarmlab_poc-datacollector/docs/index.html#_on_error",[]],["title//swarmlab_poc-datacollector/docs/index.html#_open_web_interface",[326,16.801,403,18.883,404,18.883]],["name//swarmlab_poc-datacollector/docs/index.html#_open_web_interface",[]],["text//swarmlab_poc-datacollector/docs/index.html#_open_web_interface",[]],["component//swarmlab_poc-datacollector/docs/index.html#_open_web_interface",[]],["title//swarmlab_poc-datacollector/docs/index.html#_open_console",[326,19.998,815,39.348]],["name//swarmlab_poc-datacollector/docs/index.html#_open_console",[]],["text//swarmlab_poc-datacollector/docs/index.html#_open_console",[]],["component//swarmlab_poc-datacollector/docs/index.html#_open_console",[]],["title//swarmlab_poc-datacollector/docs/index.html#_source_directory",[21,19.998,45,25.727]],["name//swarmlab_poc-datacollector/docs/index.html#_source_directory",[]],["text//swarmlab_poc-datacollector/docs/index.html#_source_directory",[]],["component//swarmlab_poc-datacollector/docs/index.html#_source_directory",[]]],"invertedIndex":[["",{"_index":19,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[6,1]]},"/swarmlab_poc-datacollector/docs/index-mongo.html#_video_intro":{"position":[[6,1]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[7,1]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html#_video_intro":{"position":[[6,1]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[6,1]]},"/swarmlab_poc-datacollector/docs/index-redis.html#_video_intro":{"position":[[6,1]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[7,1]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html#_video_intro":{"position":[[6,1]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[193,1],[208,2],[214,1],[304,2],[315,2],[318,2],[321,3],[378,2],[403,1],[555,2],[575,3],[597,2],[600,2],[607,2],[613,1],[625,2],[638,2],[659,1]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[334,1],[427,1],[776,1],[873,2],[1197,1],[1769,4],[1774,3],[3088,1]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[85,1],[99,1],[101,1],[185,2],[199,1],[259,1],[273,1],[294,1],[335,1],[337,1],[344,1],[346,1],[352,1],[354,1],[370,1],[432,1],[458,1],[487,2],[495,1],[522,1],[592,1],[607,2],[615,1],[687,1],[689,3],[693,1],[706,1],[1100,1],[1145,3],[1149,2],[1183,2],[1202,2],[1262,1],[1293,2],[1296,1],[1338,1],[1349,1],[1366,1],[1373,1],[1386,1],[1427,3],[1443,1],[1450,1],[1496,3],[1512,1],[1514,1],[1516,3],[1520,3],[1524,1],[1526,2],[1560,2],[1586,2],[1653,1],[1663,1],[1696,2],[1704,1],[1736,1],[1743,1],[1789,1],[1822,1],[1872,2],[1894,1],[1924,1],[1999,1],[2001,2],[2004,1],[2006,1],[2008,2],[2042,2],[2075,2],[2133,2],[2136,1],[2190,1],[2225,1],[2227,3],[2256,1],[2258,3],[2284,6],[2298,1],[2307,2],[2341,2],[2361,2],[2432,1],[2446,1],[2461,2],[2464,2],[2467,1],[2481,1],[2527,2],[2536,1],[2562,1],[2603,1],[2620,2],[2664,1],[2703,1],[2718,1],[2726,1],[2733,1],[2742,1],[2751,1],[2753,5],[2759,3],[2763,2],[2797,2],[2827,2],[2893,1],[2908,1],[2910,1],[2934,2],[2960,3],[2964,1]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[68,1],[88,1],[99,1]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1526,1],[1621,1]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[5,1],[21,1],[54,1],[75,1],[98,1],[878,1],[919,1],[940,1],[1003,2],[1024,2],[1033,2],[1054,2],[1103,1]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1057,1],[1063,1],[1579,1],[1925,1],[2026,2],[2040,2],[2043,1],[2056,1],[2067,1],[2069,2],[2072,2],[2090,1],[2096,2],[2105,2],[2108,2],[2111,2],[2131,1],[2147,2],[2150,1],[2165,1],[2167,1],[2169,2]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1350,1],[1371,1],[1452,3],[1525,1]]}},"component":{}}],["0",{"_index":304,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[261,2]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2065,1]]}},"component":{}}],["1",{"_index":76,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[58,3],[477,3],[1385,1],[3617,2]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[154,2],[490,4],[1699,4]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[0,3]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[865,2]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2045,3],[2172,1]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1542,3]]}},"component":{}}],["10",{"_index":112,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[613,3],[941,4],[1292,3],[1381,3],[2720,2]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1865,2]]}},"component":{}}],["100",{"_index":497,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1616,3]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[538,3]]}},"component":{}}],["100m",{"_index":147,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1192,4]]}},"component":{}}],["11",{"_index":126,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[946,4],[2921,2]]}},"component":{}}],["12",{"_index":127,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[963,4],[3041,2]]}},"component":{}}],["13",{"_index":132,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1053,4],[3129,2]]}},"component":{}}],["14",{"_index":145,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1175,4],[3171,2]]}},"component":{}}],["15",{"_index":157,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1271,4],[3586,2]]}},"component":{}}],["1605454014.po",{"_index":110,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[565,14]]}},"component":{}}],["1605454018.po",{"_index":83,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[137,14]]}},"component":{}}],["19:00",{"_index":576,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1931,5]]}},"component":{}}],["1d",{"_index":161,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1344,2]]}},"component":{}}],["2",{"_index":107,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[492,3],[1543,1]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[610,4]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[24,3]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[898,2]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2092,3],[2226,1]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1566,3]]}},"component":{}}],["27017",{"_index":141,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1147,5]]}},"component":{}}],["3",{"_index":109,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[517,3],[1694,1]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[63,3]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[927,2]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2133,3],[2274,1]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1605,3]]}},"component":{}}],["30",{"_index":85,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[181,3],[202,3],[634,3]]}},"component":{}}],["37:00",{"_index":577,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1950,5]]}},"component":{}}],["4",{"_index":111,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[580,3],[1923,1]]}},"component":{}}],["4),(5",{"_index":598,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[87,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1629,7]]}},"component":{}}],["5",{"_index":114,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[675,3],[2144,1]]}},"component":{}}],["50",{"_index":154,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1246,3]]}},"component":{}}],["500",{"_index":298,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[180,4]]}},"component":{}}],["6",{"_index":115,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[705,3],[2168,1]]}},"component":{}}],["60",{"_index":143,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1165,2]]}},"component":{}}],["6:50",{"_index":572,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1896,4]]}},"component":{}}],["7",{"_index":116,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[733,3],[2281,1]]}},"component":{}}],["8",{"_index":117,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[850,3],[2384,1]]}},"component":{}}],["8:24",{"_index":574,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1912,4]]}},"component":{}}],["9",{"_index":122,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[911,3],[2515,1]]}},"component":{}}],["act",{"_index":642,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[173,6]]}},"component":{}}],["action",{"_index":750,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2114,7],[2280,8]]}},"component":{}}],["ad",{"_index":447,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[318,2]]}},"component":{}}],["add",{"_index":13,"title":{"/swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group":{"position":[[8,3]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_add_device":{"position":[[0,3]]},"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[0,3]]},"/swarmlab_poc-datacollector/docs/index-microservice.html#_add_microservice":{"position":[[0,3]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[111,3]]},"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[19,3]]}},"component":{}}],["add/remov",{"_index":193,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1804,10]]}},"component":{}}],["addit",{"_index":212,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2182,10],[2295,10]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[980,10]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[522,10]]}},"component":{}}],["addition",{"_index":696,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[755,13]]}},"component":{}}],["address",{"_index":804,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1154,7]]}},"component":{}}],["advanc",{"_index":726,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1484,8],[1839,8]]}},"component":{}}],["advantag",{"_index":546,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1042,9]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[313,9]]}},"component":{}}],["ag",{"_index":68,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1396,2]]}},"component":{}}],["again",{"_index":810,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1294,5]]}},"component":{}}],["aggreg",{"_index":470,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[784,11],[835,12],[852,11],[918,11],[995,11],[1087,11]]}},"component":{}}],["agil",{"_index":636,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[100,5]]}},"component":{}}],["agnost",{"_index":644,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[217,8]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[375,8]]}},"component":{}}],["agnostic\"contain",{"_index":783,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[318,18]]}},"component":{}}],["aim",{"_index":766,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2558,4]]}},"component":{}}],["ajax",{"_index":764,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2513,4]]}},"component":{}}],["alloc",{"_index":267,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3482,9]]}},"component":{}}],["allow",{"_index":176,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1567,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1270,6]]}},"component":{}}],["altern",{"_index":676,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[238,12]]}},"component":{}}],["alway",{"_index":253,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3225,6]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[357,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[562,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[436,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1979,6]]}},"component":{}}],["angular",{"_index":712,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1199,7]]}},"component":{}}],["api",{"_index":552,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis":{"position":[[23,4]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1156,4],[1528,3],[1623,3]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[860,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2915,3]]}},"component":{}}],["app",{"_index":405,"title":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_app":{"position":[[0,3]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[1099,3]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2011,4],[2221,4],[2580,4]]}},"component":{}}],["app/src/.env",{"_index":625,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[789,12]]}},"component":{}}],["app/src/run",{"_index":290,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[24,12]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[617,11],[735,11]]}},"component":{}}],["applic",{"_index":509,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[98,13],[1703,11],[1783,13]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[242,13],[293,11],[394,12]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[110,13],[366,12],[551,11],[717,12],[776,11],[1011,12],[1600,13],[1676,12]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[51,11],[343,11],[733,12]]}},"component":{}}],["approach",{"_index":785,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[384,8]]}},"component":{}}],["arbit",{"_index":495,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1560,7]]}},"component":{}}],["architectur",{"_index":633,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[34,12],[723,12]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1176,12]]}},"component":{}}],["around",{"_index":424,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[382,6]]}},"component":{}}],["assign",{"_index":807,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1189,6]]}},"component":{}}],["async",{"_index":291,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[37,5],[410,5],[1236,5],[1620,5],[2454,6]]}},"component":{}}],["asynchron",{"_index":503,"title":{"/swarmlab_poc-datacollector/docs/index-nodejs.html#_asynchronous_event_driven":{"position":[[0,12]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[6,12]]}},"component":{}}],["authent",{"_index":378,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2348,12]]}},"component":{}}],["author",{"_index":10,"title":{"/swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue":{"position":[[48,10]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[86,10]]}},"component":{}}],["automat",{"_index":626,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[811,13],[969,13]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2790,13]]}},"component":{}}],["avail",{"_index":457,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[535,12]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1122,10]]}},"component":{}}],["avoid",{"_index":790,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[519,8]]}},"component":{}}],["await",{"_index":316,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[460,5],[1665,5],[2483,5]]}},"component":{}}],["awaitdata",{"_index":295,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[119,10]]}},"component":{}}],["axio",{"_index":762,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis":{"position":[[6,5]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2463,5]]}},"component":{}}],["back",{"_index":776,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2812,4]]}},"component":{}}],["backup",{"_index":612,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[455,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1998,6]]}},"component":{}}],["balanc",{"_index":461,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[572,9],[702,9]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1331,9]]}},"component":{}}],["base",{"_index":214,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2201,5],[3366,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1429,5]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[69,5],[85,5],[236,5],[388,5],[605,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[337,5],[659,5]]}},"component":{}}],["basedir",{"_index":415,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[110,8]]}},"component":{}}],["batch",{"_index":477,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[966,5]]}},"component":{}}],["be",{"_index":541,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[983,5]]}},"component":{}}],["bear",{"_index":493,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1527,7]]}},"component":{}}],["becom",{"_index":277,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3646,6]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2982,6]]}},"component":{}}],["begin",{"_index":534,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[666,9]]}},"component":{}}],["behav",{"_index":486,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1363,7]]}},"component":{}}],["behavior",{"_index":179,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1630,8],[2104,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[621,8]]}},"component":{}}],["below",{"_index":713,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1245,5]]}},"component":{}}],["between",{"_index":205,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2054,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1298,7],[1449,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2655,7]]}},"component":{}}],["bidirect",{"_index":561,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1405,13]]}},"component":{}}],["bin/bash",{"_index":17,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[148,11],[915,11]]}},"component":{}}],["bind",{"_index":603,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[250,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1789,5]]}},"component":{}}],["binddata",{"_index":395,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2899,8]]}},"component":{}}],["bit",{"_index":525,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[451,3]]}},"component":{}}],["bitmap",{"_index":588,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[220,8]]}},"component":{}}],["block",{"_index":512,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[186,7],[286,8],[302,8],[571,8],[734,8]]}},"component":{}}],["blown",{"_index":652,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[507,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[561,5]]}},"component":{}}],["blue",{"_index":660,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[805,6],[1118,6]]}},"component":{}}],["blur",{"_index":768,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2630,8]]}},"component":{}}],["bootstrap",{"_index":695,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[738,10]]}},"component":{}}],["broker",{"_index":585,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[111,7]]}},"component":{}}],["browser",{"_index":562,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1461,7],[1568,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2603,7]]}},"component":{}}],["bsd",{"_index":580,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[24,4]]}},"component":{}}],["buffer",{"_index":265,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3445,8]]}},"component":{}}],["build",{"_index":508,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[75,5]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[259,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[63,8],[696,5]]}},"component":{}}],["built",{"_index":555,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1210,5]]}},"component":{}}],["button",{"_index":611,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[417,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1960,7]]}},"component":{}}],["cach",{"_index":583,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[92,6]]}},"component":{}}],["call",{"_index":465,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[677,6],[1239,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[580,4],[743,4],[824,5]]}},"component":{}}],["callback",{"_index":309,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[325,9]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[649,9],[953,9]]}},"component":{}}],["can’t",{"_index":545,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1031,5]]}},"component":{}}],["cap",{"_index":144,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1168,6],[3198,6],[3245,6],[3392,6]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1008,6]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1180,6],[1246,6]]}},"component":{}}],["capabl",{"_index":724,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1466,12]]}},"component":{}}],["capped_s",{"_index":146,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1180,11]]}},"component":{}}],["caus",{"_index":99,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[374,6],[816,6],[2086,6]]}},"component":{}}],["cd",{"_index":40,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[569,2],[805,2]]}},"component":{}}],["center",{"_index":781,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[170,7]]}},"component":{}}],["central",{"_index":730,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1629,11]]}},"component":{}}],["certif",{"_index":7,"title":{"/swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue":{"position":[[18,11]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[56,11]]}},"component":{}}],["chang",{"_index":276,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3638,7]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2974,7]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[0,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[353,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2323,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1892,7]]}},"component":{}}],["check",{"_index":352,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1563,5]]}},"component":{}}],["checkstream(binddata",{"_index":396,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2937,22]]}},"component":{}}],["checkstream(data",{"_index":355,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1635,17]]}},"component":{}}],["checktoken(token",{"_index":382,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2489,18]]}},"component":{}}],["child",{"_index":549,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1091,5]]}},"component":{}}],["child_process.fork",{"_index":551,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1135,20]]}},"component":{}}],["choic",{"_index":788,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[405,7]]}},"component":{}}],["choos",{"_index":232,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2723,7]]}},"component":{}}],["circular",{"_index":264,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3436,8]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1378,8]]}},"component":{}}],["classifi",{"_index":435,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[127,10]]}},"component":{}}],["click",{"_index":609,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[397,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1352,5],[1373,6],[1936,8]]}},"component":{}}],["client",{"_index":327,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[788,6],[961,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1545,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2893,6]]}},"component":{}}],["client/.env",{"_index":620,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[570,11]]}},"component":{}}],["client/src",{"_index":618,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[525,10]]}},"component":{}}],["close",{"_index":323,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[657,13]]}},"component":{}}],["cloud",{"_index":653,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[580,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[634,5]]}},"component":{}}],["cluster",{"_index":557,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1248,7]]}},"component":{}}],["code",{"_index":616,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[508,5],[589,5],[710,5]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[124,5],[339,4],[494,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[548,4]]}},"component":{}}],["collect",{"_index":135,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1077,10],[3205,11],[3252,11],[3279,11],[3399,11],[3461,10],[3574,11]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[73,11],[1015,11]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1187,11],[1227,11],[1253,12],[1279,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[68,7],[96,9]]}},"component":{}}],["collection.find",{"_index":301,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[201,19],[708,19]]}},"component":{}}],["collector",{"_index":623,"title":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[5,10]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[687,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[10,10],[277,10]]}},"component":{}}],["column",{"_index":814,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1534,7]]}},"component":{}}],["comma",{"_index":190,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1763,5]]}},"component":{}}],["command",{"_index":182,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1665,8]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[901,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1456,7]]}},"component":{}}],["common",{"_index":229,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2648,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[168,6]]}},"component":{}}],["commun",{"_index":554,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1192,11],[1435,13]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2491,14]]}},"component":{}}],["compon",{"_index":684,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[439,11],[1390,10],[1659,10]]}},"component":{}}],["compose_http_timeout=120",{"_index":800,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1070,24]]}},"component":{}}],["concept",{"_index":758,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2411,7]]}},"component":{}}],["conceptu",{"_index":331,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[860,12]]}},"component":{}}],["config",{"_index":72,"title":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[11,6]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[0,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[629,6],[886,6],[1044,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1870,6]]}},"component":{}}],["configur",{"_index":206,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2067,15]]}},"component":{}}],["connect",{"_index":63,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1070,7],[1281,7]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3144,10]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2160,13]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[90,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1229,10],[1363,7]]}},"component":{}}],["connection_str",{"_index":128,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[968,17]]}},"component":{}}],["consist",{"_index":171,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1493,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1488,8]]}},"component":{}}],["consol",{"_index":815,"title":{"/swarmlab_poc-datacollector/docs/index.html#_open_console":{"position":[[5,7]]}},"name":{},"text":{},"component":{}}],["console.error(\"socket",{"_index":372,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2138,21],[2262,21]]}},"component":{}}],["console.log",{"_index":348,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1388,15],[1452,13]]}},"component":{}}],["console.log(\"cr",{"_index":358,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1745,21]]}},"component":{}}],["console.log(\"cursor",{"_index":322,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[634,19]]}},"component":{}}],["console.log(\"insid",{"_index":308,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[305,19]]}},"component":{}}],["console.log(\"stream",{"_index":357,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1706,19]]}},"component":{}}],["const",{"_index":337,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1084,5],[2434,5]]}},"component":{}}],["construct",{"_index":529,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[503,9]]}},"component":{}}],["consum",{"_index":779,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis":{"position":[[15,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket":{"position":[[19,7]]}},"name":{},"text":{},"component":{}}],["contain",{"_index":491,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1505,8]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[53,9],[226,11]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[226,9],[369,11],[535,9],[595,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[589,9],[649,9],[1483,8],[1595,9],[1765,11]]}},"component":{}}],["content",{"_index":210,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2135,8]]}},"component":{}}],["continu",{"_index":336,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1052,8]]}},"component":{}}],["control",{"_index":709,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1159,10]]}},"component":{}}],["coordin",{"_index":638,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[130,10]]}},"component":{}}],["copi",{"_index":123,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[921,4],[2771,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[476,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[2019,4]]}},"component":{}}],["copy_mod",{"_index":124,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[926,9]]}},"component":{}}],["core",{"_index":547,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1064,5],[1351,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[475,6]]}},"component":{}}],["correspond",{"_index":707,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1117,11]]}},"component":{}}],["corrupt",{"_index":209,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2118,7]]}},"component":{}}],["count",{"_index":748,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2058,6],[2099,5]]}},"component":{}}],["counter",{"_index":747,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2003,7]]}},"component":{}}],["coupl",{"_index":398,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3046,7],[3155,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[802,7],[911,6]]}},"component":{}}],["courc",{"_index":761,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2455,7]]}},"component":{}}],["creat",{"_index":418,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[208,6]]}},"component":{}}],["current",{"_index":3,"title":{"/swarmlab_faq/docs/index.html#How_to_get_the_path_of_current_script":{"position":[[23,7]]},"/swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group":{"position":[[12,7]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[23,7],[115,7],[819,8]]}},"component":{}}],["cursor",{"_index":300,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[192,6],[699,6],[758,6],[831,7],[848,7],[1040,6]]}},"component":{}}],["cursor.clos",{"_index":324,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[671,15]]}},"component":{}}],["cursor.on(\"data",{"_index":313,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[392,17]]}},"component":{}}],["cursor.paus",{"_index":314,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[434,15]]}},"component":{}}],["cursor.resum",{"_index":318,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[497,16],[617,16]]}},"component":{}}],["custom",{"_index":718,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1348,13]]}},"component":{}}],["cwdir",{"_index":52,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[853,6]]}},"component":{}}],["cwdir=$pwd",{"_index":48,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[781,10]]}},"component":{}}],["data",{"_index":224,"title":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_send_data_from_device":{"position":[[5,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2509,5]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[425,6],[2425,6],[2448,5],[2886,6],[2918,5]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[345,5],[389,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[716,4],[986,4],[1481,4],[1522,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[50,4],[134,4]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[189,4],[682,4]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[836,4],[966,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2035,4],[2431,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[4,5],[165,4],[207,4],[271,5],[1731,4]]}},"component":{}}],["databas",{"_index":133,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1058,9],[3112,8]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[22,8],[149,8],[1155,8]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[82,9]]}},"component":{}}],["datacollector",{"_index":284,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html#_datacollector_structure":{"position":[[0,13]]},"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[6,13]]},"/swarmlab_poc-datacollector/docs/index-usage.html#_start_datacollector":{"position":[[6,13]]},"/swarmlab_poc-datacollector/docs/index-usage.html#_stop_datacollector":{"position":[[5,13]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[10,13],[33,13],[57,13]]}},"component":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[13,13]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[13,13]]}}}],["datacollector_datacollector",{"_index":130,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1006,27],[1109,27]]}},"component":{}}],["db",{"_index":363,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1890,3]]}},"component":{}}],["db.db(databas",{"_index":366,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1926,16]]}},"component":{}}],["dbo",{"_index":365,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1920,3]]}},"component":{}}],["dbo.collection(collect",{"_index":367,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1943,26]]}},"component":{}}],["debug",{"_index":742,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1889,9]]}},"component":{}}],["declar",{"_index":755,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2240,11]]}},"component":{}}],["decoupling”,thi",{"_index":677,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[265,16]]}},"component":{}}],["deep",{"_index":125,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[936,4],[2766,4]]}},"component":{}}],["default",{"_index":806,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1177,8]]}},"component":{}}],["defer",{"_index":222,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2472,5]]}},"component":{}}],["defin",{"_index":104,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[429,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[633,7]]}},"component":{}}],["delimet",{"_index":389,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2629,9]]}},"component":{}}],["depend",{"_index":605,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[277,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1816,9]]}},"component":{}}],["deploy",{"_index":648,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[344,11],[477,11]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[482,11]]}},"component":{}}],["design",{"_index":507,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[63,8],[333,6],[989,8],[1169,8]]}},"component":{}}],["destin",{"_index":226,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2549,13],[2946,13]]}},"component":{}}],["determin",{"_index":165,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1398,9],[2528,9]]}},"component":{}}],["develop",{"_index":439,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[234,9]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[252,9]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[292,9],[435,9]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[442,11]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[187,12]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[292,9],[448,11]]}},"component":{}}],["devic",{"_index":419,"title":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_list_devices":{"position":[[5,7]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_add_device":{"position":[[4,6]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_remove_device":{"position":[[7,6]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_send_data_from_device":{"position":[[15,6]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_device_history":{"position":[[0,6]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[215,6],[273,6],[333,6],[441,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2622,7]]}},"component":{}}],["deviv",{"_index":664,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[1089,6]]}},"component":{}}],["devtool",{"_index":738,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1809,8]]}},"component":{}}],["di*ctionari",{"_index":594,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[401,12]]}},"component":{}}],["differ",{"_index":769,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2643,11],[2667,9]]}},"component":{}}],["differenti",{"_index":675,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[205,14]]}},"component":{}}],["dir",{"_index":30,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[352,7],[735,3],[768,3],[865,4]]}},"component":{}}],["direct",{"_index":164,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1387,10],[2517,10],[2573,9],[2672,9],[2990,10]]}},"component":{}}],["directli",{"_index":483,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1139,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[142,8]]}},"component":{}}],["directori",{"_index":45,"title":{"/swarmlab_poc-datacollector/docs/index.html#_source_directory":{"position":[[7,9]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[674,9],[836,11]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[23,10]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[102,9],[114,9],[129,10],[294,9],[485,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1468,9],[1509,10],[1644,9],[1656,9],[1671,10],[1833,9],[2028,9]]}},"component":{}}],["dirnam",{"_index":31,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[360,7],[537,7],[579,7]]}},"component":{}}],["distribut",{"_index":646,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[281,11],[711,11]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[145,11]]}},"component":{}}],["doc",{"_index":71,"title":{},"name":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[0,3]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[0,3]]}},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1394,3]]}},"component":{}}],["docker",{"_index":15,"title":{"/swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group":{"position":[[32,6]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[135,6],[1399,6]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2881,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[219,6]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[362,6],[381,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1440,6],[1758,6]]}},"component":{}}],["docker_client_timeout=120",{"_index":799,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1037,25]]}},"component":{}}],["document",{"_index":247,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3094,8],[3356,9],[3521,9],[3557,9]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[991,9],[1073,10]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[13,8],[190,9],[432,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1530,13]]}},"component":{}}],["doesn’t",{"_index":543,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1014,7]]}},"component":{}}],["done",{"_index":37,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[521,4]]}},"component":{}}],["don’t",{"_index":203,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2033,5]]}},"component":{}}],["doubl",{"_index":422,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[368,6]]}},"component":{}}],["download",{"_index":610,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[406,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1949,10]]}},"component":{}}],["drive",{"_index":754,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2210,6]]}},"component":{}}],["driven",{"_index":504,"title":{"/swarmlab_poc-datacollector/docs/index-nodejs.html#_asynchronous_event_driven":{"position":[[19,6]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[25,6]]}},"component":{}}],["dummi",{"_index":282,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3713,5]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[156,5],[202,5],[264,5],[322,5],[431,5]]}},"component":{}}],["dummy_servic",{"_index":70,"title":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[0,13]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[6,13]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_usage_dummy_service":{"position":[[6,13]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[37,13]]},"/swarmlab_poc-datacollector/docs/index-src.html#_dummy_service":{"position":[[0,13]]}},"name":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[4,13]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[6,13]]}},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[914,13],[1072,13]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[791,13],[1071,13]]}},"component":{}}],["dummyservice/swarmlab",{"_index":621,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[595,21]]}},"component":{}}],["duplic",{"_index":101,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[385,11],[827,11]]}},"component":{}}],["dynam",{"_index":195,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_structure":{"position":[[0,7]]},"/swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_instaces":{"position":[[0,7]]},"/swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_networks_swarm":{"position":[[0,7]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1830,12]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[56,7],[690,7]]}},"component":{}}],["e.g",{"_index":208,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2113,4],[2876,4]]}},"component":{}}],["each",{"_index":234,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2788,4]]}},"component":{}}],["easi",{"_index":553,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1184,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1314,4],[1343,4]]}},"component":{}}],["echo",{"_index":46,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[687,5],[718,5],[748,5],[814,4],[848,4],[860,4],[890,4]]}},"component":{}}],["ecosystem",{"_index":722,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1428,9]]}},"component":{}}],["edit",{"_index":286,"title":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html#_edit":{"position":[[0,4]]}},"name":{},"text":{},"component":{}}],["effect",{"_index":278,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3653,9]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2989,9]]}},"component":{}}],["enabl",{"_index":211,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2170,7],[2283,7],[3186,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1319,6],[1386,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1283,6]]}},"component":{}}],["enable_stat_watch",{"_index":90,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[245,19],[679,19],[2248,19],[2351,19]]}},"component":{}}],["enable_watch_tim",{"_index":92,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[271,18],[709,18],[2226,18],[2329,18]]}},"component":{}}],["end",{"_index":535,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[700,3]]}},"component":{}}],["engin",{"_index":170,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1476,7]]}},"component":{}}],["english",{"_index":705,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1093,7]]}},"component":{}}],["ensur",{"_index":732,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1700,8]]}},"component":{}}],["enter",{"_index":538,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[845,6]]}},"component":{}}],["entiti",{"_index":173,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1511,9]]}},"component":{}}],["environ",{"_index":548,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1078,12]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[536,11],[747,11]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[611,11]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[665,11]]}},"component":{}}],["equival",{"_index":332,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[873,10]]}},"component":{}}],["err",{"_index":345,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1325,5],[1343,5],[1884,5],[1899,5],[1911,4]]}},"component":{}}],["error",{"_index":794,"title":{"/swarmlab_poc-datacollector/docs/index.html#_on_error":{"position":[[3,6]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[931,6]]}},"component":{}}],["etc",{"_index":629,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[893,4],[1051,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[178,3]]}},"component":{}}],["etc/docker/certs.d/$registry_address:$registry_port",{"_index":59,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[988,52],[1199,52]]}},"component":{}}],["etc/docker/certs.d/$registry_address:$registry_port/ca.crt",{"_index":65,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1111,59],[1322,59]]}},"component":{}}],["event",{"_index":106,"title":{"/swarmlab_poc-datacollector/docs/index-nodejs.html#_asynchronous_event_driven":{"position":[[13,5]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[470,6],[1446,6],[1487,5],[1590,6],[2161,6],[2593,6],[2695,6],[2747,6],[2778,6]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2804,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[19,5],[383,5],[437,5],[479,5],[598,5],[813,5],[856,5],[919,5],[1423,5]]}},"component":{}}],["eventmachine::run",{"_index":536,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[753,20]]}},"component":{}}],["exampl",{"_index":679,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[383,8]]}},"component":{}}],["exec",{"_index":813,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1447,4]]}},"component":{}}],["execut",{"_index":479,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1042,9],[1170,9]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[873,9]]}},"component":{}}],["exhaust",{"_index":328,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[795,8]]}},"component":{}}],["exist",{"_index":354,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1579,6]]}},"component":{}}],["exit",{"_index":539,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[909,5]]}},"component":{}}],["export",{"_index":744,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1918,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1030,6],[1063,6]]}},"component":{}}],["express",{"_index":451,"title":{"/swarmlab_poc-datacollector/docs/index-nodejs.html#_express":{"position":[[0,7]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[382,10]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1657,7]]}},"component":{}}],["extend",{"_index":678,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[309,6]]}},"component":{}}],["extens",{"_index":739,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1818,9]]}},"component":{}}],["f",{"_index":181,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1663,1]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[919,1]]}},"component":{}}],["fail",{"_index":777,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2834,5]]}},"component":{}}],["fall",{"_index":775,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2804,7]]}},"component":{}}],["fals",{"_index":91,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[265,5],[699,5]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2300,6],[2744,6]]}},"component":{}}],["faq",{"_index":0,"title":{"/swarmlab_faq/docs/index.html":{"position":[[0,4]]}},"name":{},"text":{},"component":{}}],["fashion",{"_index":735,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1761,8]]}},"component":{}}],["fast",{"_index":568,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1797,5]]}},"component":{}}],["featur",{"_index":467,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html#_main_features":{"position":[[5,8]]},"/swarmlab_poc-datacollector/docs/index-redis.html#_main_features":{"position":[[5,8]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[733,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1755,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1848,8]]}},"component":{}}],["fi",{"_index":36,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[518,2],[684,2]]}},"component":{}}],["field",{"_index":221,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2447,6],[2854,5],[2913,7]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[350,6],[412,6]]}},"component":{}}],["figur",{"_index":275,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3610,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[897,7]]}},"component":{}}],["file",{"_index":24,"title":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[18,5]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[242,4],[501,4],[704,4]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[7,5],[360,4],[802,4],[1315,4],[1619,6],[1825,4],[1916,6],[1968,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[626,4],[664,4],[777,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[368,5],[636,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1385,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1907,5]]}},"component":{}}],["fill",{"_index":266,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3472,5]]}},"component":{}}],["find",{"_index":411,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[42,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[754,4],[1114,4],[1300,4],[1406,4]]}},"component":{}}],["first",{"_index":613,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[462,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[2005,5]]}},"component":{}}],["fix",{"_index":5,"title":{"/swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue":{"position":[[7,3]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[45,3]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3268,5]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1216,5]]}},"component":{}}],["flash",{"_index":772,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2752,5]]}},"component":{}}],["flexibl",{"_index":432,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[56,11]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1682,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1438,11]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[494,12]]}},"component":{}}],["fli",{"_index":630,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[905,3],[1063,3]]}},"component":{}}],["flow",{"_index":759,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2436,6]]}},"component":{}}],["fluent.conf",{"_index":285,"title":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html#_fluent_conf":{"position":[[0,11]]}},"name":{},"text":{},"component":{}}],["fluentd",{"_index":168,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1460,7],[1574,7],[1880,7]]}},"component":{}}],["fluentdb",{"_index":134,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1068,8]]}},"component":{}}],["flush",{"_index":274,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3589,8]]}},"component":{}}],["flush_interv",{"_index":158,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1276,15]]}},"component":{}}],["flush_mod",{"_index":155,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1250,10]]}},"component":{}}],["follow",{"_index":335,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[939,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[887,9]]}},"component":{}}],["follow_inod",{"_index":95,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[315,13],[757,13]]}},"component":{}}],["format",{"_index":191,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1778,6],[2459,6],[2964,6]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[656,6]]}},"component":{}}],["fount",{"_index":349,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1412,5],[1479,5]]}},"component":{}}],["framework",{"_index":565,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1715,9],[1833,9]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[49,9],[155,9],[1047,9],[1217,10]]}},"component":{}}],["frontend",{"_index":674,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[178,8]]}},"component":{}}],["full",{"_index":47,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[693,5],[724,5]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[450,4]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[502,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[556,4],[1993,4]]}},"component":{}}],["fulli",{"_index":400,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3084,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[840,5]]}},"component":{}}],["function",{"_index":292,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[43,8],[416,8],[1242,8],[1316,8],[1626,8],[1875,8],[2416,8],[2877,8]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[889,9],[1099,9]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[122,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[320,15]]}},"component":{}}],["further",{"_index":526,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[455,8]]}},"component":{}}],["gain",{"_index":715,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1289,7]]}},"component":{}}],["gener",{"_index":602,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[194,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1736,9]]}},"component":{}}],["geospati",{"_index":590,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[243,10]]}},"component":{}}],["getkey(data.id",{"_index":356,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1671,16]]}},"component":{}}],["getkey(id",{"_index":341,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1251,10]]}},"component":{}}],["getkey(sid",{"_index":317,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[466,12]]}},"component":{}}],["github",{"_index":578,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1967,6]]}},"component":{}}],["global",{"_index":691,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[651,6]]}},"component":{}}],["good",{"_index":698,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[819,4]]}},"component":{}}],["green",{"_index":662,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[1063,7],[1129,7]]}},"component":{}}],["gridf",{"_index":466,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[684,7]]}},"component":{}}],["group",{"_index":16,"title":{"/swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group":{"position":[[39,5]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[142,5]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1432,5]]}},"component":{}}],["grow",{"_index":687,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[563,6]]}},"component":{}}],["h",{"_index":20,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[196,1]]}},"component":{}}],["handl",{"_index":199,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1934,7]]}},"component":{}}],["hash",{"_index":586,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[167,7]]}},"component":{}}],["here",{"_index":412,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[52,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1641,5]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[245,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2854,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[776,4],[1380,4],[1784,4]]}},"component":{}}],["high",{"_index":257,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3304,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[530,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[259,5],[1493,4]]}},"component":{}}],["histori",{"_index":426,"title":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_device_history":{"position":[[7,7]]}},"name":{},"text":{},"component":{}}],["hoc",{"_index":448,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[321,3]]}},"component":{}}],["homw",{"_index":12,"title":{"/swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[103,4]]}},"component":{}}],["horizont",{"_index":463,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[597,12]]}},"component":{}}],["host",{"_index":137,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1093,5]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1114,5]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[328,4]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[64,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1867,4]]}},"component":{}}],["http",{"_index":763,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2486,4]]}},"component":{}}],["hyperloglog",{"_index":589,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[229,13]]}},"component":{}}],["i.",{"_index":334,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[928,5]]}},"component":{}}],["i/o",{"_index":510,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[160,4]]}},"component":{}}],["id",{"_index":310,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[348,3],[2924,3]]}},"component":{}}],["ihttps://github.com/antirez[salvator",{"_index":591,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[320,37]]}},"component":{}}],["imag",{"_index":184,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1678,6]]}},"component":{}}],["immedi",{"_index":156,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1261,9]]}},"component":{}}],["import",{"_index":745,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1927,7]]}},"component":{}}],["inc",{"_index":440,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[255,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[456,4]]}},"component":{}}],["includ",{"_index":192,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1792,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[351,8],[514,7],[836,7],[970,9]]}},"component":{}}],["increment",{"_index":751,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2137,9]]}},"component":{}}],["index",{"_index":1,"title":{},"name":{"/swarmlab_faq/docs/index.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[0,5]]}},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[104,8],[403,8],[448,7],[494,6]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[254,8]]}},"component":{}}],["indic",{"_index":455,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[483,7]]}},"component":{}}],["influenc",{"_index":519,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[348,10]]}},"component":{}}],["info",{"_index":563,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1636,4]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[14,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2849,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1556,4]]}},"component":{}}],["inform",{"_index":793,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[764,11]]}},"component":{}}],["initi",{"_index":330,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[823,7]]}},"component":{}}],["inotifi",{"_index":213,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2193,7]]}},"component":{}}],["input",{"_index":166,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1412,5],[1554,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[887,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2350,6]]}},"component":{}}],["insert",{"_index":260,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3336,6],[3375,9]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[969,6]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1300,9]]}},"component":{}}],["instac",{"_index":665,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_instaces":{"position":[[8,8]]}},"name":{},"text":{},"component":{}}],["instanc",{"_index":413,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[58,9],[78,9]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1448,9]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[194,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1317,8],[1338,9],[1423,8]]}},"component":{}}],["instead",{"_index":530,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[513,7]]}},"component":{}}],["integr",{"_index":723,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1454,11],[1778,10]]}},"component":{}}],["interact",{"_index":627,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[859,8],[1017,8]]}},"component":{}}],["interfac",{"_index":404,"title":{"/swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient":{"position":[[9,9]]},"/swarmlab_poc-datacollector/docs/index.html#_open_web_interface":{"position":[[9,9]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3143,9]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1231,9]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[77,9]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[77,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[899,9],[1619,9]]}},"component":{}}],["interv",{"_index":196,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1850,8]]}},"component":{}}],["intro",{"_index":501,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html#_video_intro":{"position":[[8,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html#_video_intro":{"position":[[8,5]]},"/swarmlab_poc-datacollector/docs/index-redis.html#_video_intro":{"position":[[8,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html#_video_intro":{"position":[[8,5]]}},"name":{},"text":{},"component":{}}],["io.in(room).emit(\"logsend",{"_index":321,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[558,27]]}},"component":{}}],["io.on(\"connect",{"_index":370,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2109,19]]}},"component":{}}],["iot",{"_index":663,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[1085,3]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[132,3]]}},"component":{}}],["ipv4",{"_index":803,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1149,4]]}},"component":{}}],["issu",{"_index":11,"title":{"/swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue":{"position":[[59,5]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[97,5]]}},"component":{}}],["isvalid",{"_index":381,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2473,7]]}},"component":{}}],["isvalid.act",{"_index":383,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2511,15]]}},"component":{}}],["isvalid.scop",{"_index":388,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2605,14]]}},"component":{}}],["isvalid.token",{"_index":391,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2666,14]]}},"component":{}}],["isvalid.us",{"_index":386,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2564,13]]}},"component":{}}],["itemsprocess",{"_index":303,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[244,14]]}},"component":{}}],["javascript",{"_index":478,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1031,10],[1052,10]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[32,10],[1534,10]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[38,10]]}},"component":{}}],["js",{"_index":714,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html#_why_vue_js":{"position":[[8,2]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1283,2]]}},"component":{}}],["json",{"_index":437,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[180,4]]}},"component":{}}],["json.parse(json.stringify(data",{"_index":320,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[524,33]]}},"component":{}}],["keep_time_key",{"_index":103,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[408,13],[854,13]]}},"component":{}}],["key",{"_index":148,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1199,3]]}},"component":{}}],["larg",{"_index":645,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[267,5]]}},"component":{}}],["last",{"_index":727,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1510,4]]}},"component":{}}],["layer",{"_index":624,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[697,5]]}},"component":{}}],["learn",{"_index":637,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[115,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1337,5]]}},"component":{}}],["let’",{"_index":746,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1973,5]]}},"component":{}}],["librari",{"_index":531,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[526,8],[1373,7],[1552,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[124,7],[482,8],[533,10],[578,9],[627,9],[683,9],[871,8],[924,9],[1581,7],[2474,7]]}},"component":{}}],["licens",{"_index":441,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[264,8],[302,7]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[29,10],[465,8],[503,7]]}},"component":{}}],["lightweight",{"_index":720,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1401,11]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[26,11]]}},"component":{}}],["line",{"_index":219,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2420,4]]}},"component":{}}],["linear",{"_index":635,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[91,6]]}},"component":{}}],["list",{"_index":198,"title":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_list_devices":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1902,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[175,6]]}},"component":{}}],["load",{"_index":460,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[567,4],[697,4]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1326,4]]}},"component":{}}],["local",{"_index":607,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[347,5]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[436,5],[553,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[442,5],[607,5],[1527,6],[1886,5]]}},"component":{}}],["locat",{"_index":35,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[510,7]]}},"component":{}}],["lock",{"_index":792,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[535,4]]}},"component":{}}],["log",{"_index":100,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[381,3],[466,3],[823,3]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[437,3]]}},"component":{}}],["log.nod",{"_index":113,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[666,8]]}},"component":{}}],["logic",{"_index":656,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[648,7]]}},"component":{}}],["long",{"_index":773,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2767,4]]}},"component":{}}],["longer",{"_index":25,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[253,6]]}},"component":{}}],["look",{"_index":227,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2583,5]]}},"component":{}}],["loop",{"_index":528,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[485,4],[604,5],[819,4],[862,4],[925,4]]}},"component":{}}],["ls",{"_index":417,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[162,2]]}},"component":{}}],["machin",{"_index":469,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[756,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[389,7]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[333,8]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[454,8],[559,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[460,7],[613,7],[1872,8]]}},"component":{}}],["main",{"_index":499,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html#_main_features":{"position":[[0,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html#_main_features":{"position":[[0,4]]}},"name":{},"text":{},"component":{}}],["maintain",{"_index":484,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1290,9],[1463,8]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[306,10]]}},"component":{}}],["make",{"_index":269,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3502,5],[3633,4]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2969,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2506,6],[2566,4]]}},"component":{}}],["manag",{"_index":688,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[591,6],[640,6],[1560,10],[1952,10]]}},"component":{}}],["mani",{"_index":787,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[400,4]]}},"component":{}}],["map",{"_index":473,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[878,3],[939,3]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[124,4],[140,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2252,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1520,4],[1666,4],[1682,5]]}},"component":{}}],["mapreduc",{"_index":481,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1118,11]]}},"component":{}}],["match",{"_index":118,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[876,5],[2567,5],[2605,8],[2666,5]]}},"component":{}}],["mean",{"_index":544,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1022,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[386,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[282,5]]}},"component":{}}],["mechan",{"_index":600,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[164,9]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2687,11]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1706,9]]}},"component":{}}],["memori",{"_index":581,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[43,6]]}},"component":{}}],["menou",{"_index":811,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1331,6]]}},"component":{}}],["mention",{"_index":700,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[942,9]]}},"component":{}}],["menu",{"_index":596,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[19,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1561,4]]}},"component":{}}],["messag",{"_index":584,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[103,7]]}},"component":{}}],["metadata",{"_index":780,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[86,9]]}},"component":{}}],["method",{"_index":476,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[930,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2122,8]]}},"component":{}}],["microservic",{"_index":427,"title":{"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[4,12]]},"/swarmlab_poc-datacollector/docs/index-microservice.html#_start_microservice":{"position":[[6,12]]},"/swarmlab_poc-datacollector/docs/index-microservice.html#_add_microservice":{"position":[[4,12]]}},"name":{"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[6,12]]}},"text":{"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[6,12]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1937,12]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[1150,13]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[38,12]]}},"component":{}}],["microservice2poc",{"_index":429,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[23,16]]}},"component":{}}],["minim",{"_index":564,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1670,7]]}},"component":{}}],["minimalist",{"_index":570,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1818,10]]}},"component":{}}],["minroservic",{"_index":575,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1917,13]]}},"component":{}}],["minut",{"_index":399,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3057,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1868,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[813,8]]}},"component":{}}],["mkdir",{"_index":58,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[979,5],[1190,5]]}},"component":{}}],["mobil",{"_index":567,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1776,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2615,6]]}},"component":{}}],["mode",{"_index":236,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2812,4]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[948,6]]}},"component":{}}],["model",{"_index":524,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[443,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1148,5]]}},"component":{}}],["modifi",{"_index":237,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2836,6]]}},"component":{}}],["modul",{"_index":558,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1256,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[339,7]]}},"component":{}}],["modular",{"_index":673,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[132,14]]}},"component":{}}],["mongo",{"_index":121,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[0,5],[17,5]]},"/swarmlab_poc-datacollector/docs/index-src.html#_mongo":{"position":[[0,5]]}},"name":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[6,5]]}},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[905,5],[957,5],[3048,5]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1607,5]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[960,5],[1031,6]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[921,5],[1057,5],[1105,5]]}},"component":{}}],["mongo.poc",{"_index":138,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1099,9]]}},"component":{}}],["mongoclient.connect",{"_index":360,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1796,20]]}},"component":{}}],["mongod",{"_index":490,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1441,6]]}},"component":{}}],["mongodb",{"_index":249,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html#_replication_in_mongodb":{"position":[[15,7]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3136,7]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[0,7],[167,7],[223,7],[247,7],[333,7],[424,7],[513,7],[582,7],[639,7],[796,7],[1199,7]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[424,7],[448,7]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[846,7],[976,7]]}},"component":{}}],["mongodb://mongo.poc",{"_index":129,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[986,19]]}},"component":{}}],["monolith",{"_index":573,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1901,10]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[10,10]]}},"component":{}}],["more",{"_index":540,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[948,4],[1631,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1297,4],[2543,4],[2784,5],[2844,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[759,4],[1358,4]]}},"component":{}}],["mount",{"_index":604,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[256,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1795,7]]}},"component":{}}],["move",{"_index":650,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[425,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[431,5]]}},"component":{}}],["mpa",{"_index":703,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1024,6]]}},"component":{}}],["much",{"_index":725,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1479,4]]}},"component":{}}],["multi",{"_index":702,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1000,5]]}},"component":{}}],["multipl",{"_index":187,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1717,8],[1942,8],[1992,8]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[747,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1055,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2711,8]]}},"component":{}}],["mutat",{"_index":733,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1736,7]]}},"component":{}}],["mvc",{"_index":710,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1170,5]]}},"component":{}}],["name",{"_index":149,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1203,4]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[222,4],[280,4],[340,4],[448,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[375,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1035,4]]}},"component":{}}],["nativ",{"_index":654,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[586,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[640,6]]}},"component":{}}],["necessari",{"_index":686,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[501,9]]}},"component":{}}],["need",{"_index":34,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[443,4]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1979,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[122,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[458,4],[788,5],[813,5]]}},"component":{}}],["nest",{"_index":238,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2847,6]]}},"component":{}}],["net",{"_index":139,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1137,3]]}},"component":{}}],["net:27017/fluentdb",{"_index":131,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1034,18]]}},"component":{}}],["netflix",{"_index":571,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1880,7],[1888,7],[1956,7]]}},"component":{}}],["network",{"_index":430,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_networks_swarm":{"position":[[8,8]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[40,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[90,7]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[23,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[136,8],[1203,7]]}},"component":{}}],["never",{"_index":511,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[180,5]]}},"component":{}}],["new",{"_index":271,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3517,3]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[976,3],[1102,3],[1271,3],[2192,3]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2016,3]]}},"component":{}}],["node",{"_index":494,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1535,5],[1568,5]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[180,6]]}},"component":{}}],["node.j",{"_index":506,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[52,7],[134,7],[265,8],[311,7],[419,7],[777,8],[830,7],[901,7],[975,7],[1503,7],[1604,9],[1691,7],[1847,7]]}},"component":{}}],["nodej",{"_index":502,"title":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[0,6]]}},"name":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[6,6]]}},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1855,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[849,6],[1007,6]]}},"component":{}}],["non",{"_index":518,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[298,3]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1133,3]]}},"component":{}}],["none",{"_index":102,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[403,4],[845,4],[2390,4]]}},"component":{}}],["nosql",{"_index":436,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[143,5]]}},"component":{}}],["num_retri",{"_index":142,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1153,11]]}},"component":{}}],["numberofretri",{"_index":296,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[136,16]]}},"component":{}}],["obj",{"_index":319,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[518,3],[586,5]]}},"component":{}}],["object",{"_index":374,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2196,9]]}},"component":{}}],["offer",{"_index":786,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[393,6]]}},"component":{}}],["offici",{"_index":737,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1800,8]]}},"component":{}}],["ok",{"_index":384,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2530,5]]}},"component":{}}],["oldest",{"_index":273,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3550,6]]}},"component":{}}],["on",{"_index":201,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1964,3]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1556,3]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2422,4]]}},"component":{}}],["onc",{"_index":246,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3035,5],[3454,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1321,4]]}},"component":{}}],["oncollectionnew(err",{"_index":293,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[52,20]]}},"component":{}}],["oncollectionnew.bind(data",{"_index":368,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1970,28]]}},"component":{}}],["onerror",{"_index":801,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1095,8]]}},"component":{}}],["onlin",{"_index":760,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2443,6]]}},"component":{}}],["open",{"_index":326,"title":{"/swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient":{"position":[[0,4]]},"/swarmlab_poc-datacollector/docs/index.html#_open_web_interface":{"position":[[0,4]]},"/swarmlab_poc-datacollector/docs/index.html#_open_console":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[773,4],[2049,4]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[119,4],[165,4],[227,4],[285,4],[394,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[12,4]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[4,5],[67,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[13,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1388,4],[1546,5],[1609,5]]}},"component":{}}],["open,checkstream,ev",{"_index":407,"title":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_socket_opencheckstreamevent":{"position":[[7,24]]}},"name":{},"text":{},"component":{}}],["openssl",{"_index":60,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1041,7],[1252,7]]}},"component":{}}],["oper",{"_index":259,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3320,10]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1007,11]]}},"component":{}}],["optim",{"_index":697,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[800,9]]}},"component":{}}],["option",{"_index":252,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3179,6]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[91,7],[921,6]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[205,8],[1545,10],[1599,7]]}},"component":{}}],["options).stream",{"_index":302,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[221,18],[728,18]]}},"component":{}}],["orchestr",{"_index":639,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[145,11]]}},"component":{}}],["order",{"_index":262,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3385,6]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1310,5]]}},"component":{}}],["organ",{"_index":680,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[406,8]]}},"component":{}}],["orient",{"_index":248,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3103,8]]}},"component":{}}],["origin",{"_index":488,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1398,6]]}},"component":{}}],["os",{"_index":606,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[318,2]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1857,2]]}},"component":{}}],["out",{"_index":797,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1002,4]]}},"component":{}}],["out_copi",{"_index":239,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2866,9]]}},"component":{}}],["output",{"_index":225,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2542,6],[2688,6],[3054,6]]}},"component":{}}],["over",{"_index":468,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[742,4]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1341,4]]}},"component":{}}],["overlap",{"_index":802,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1137,11]]}},"component":{}}],["overview",{"_index":516,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[274,8]]}},"component":{}}],["overwrit",{"_index":272,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3534,11]]}},"component":{}}],["overwritten",{"_index":608,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[382,11]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1921,11]]}},"component":{}}],["p",{"_index":41,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[573,1],[986,1],[1197,1]]}},"component":{}}],["packag",{"_index":778,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2874,8]]}},"component":{}}],["page",{"_index":672,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[105,4],[1006,4]]}},"component":{}}],["paramet",{"_index":97,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[349,10],[791,10],[2010,10],[3598,11]]}},"component":{}}],["pars",{"_index":218,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2409,6]]}},"component":{}}],["parser",{"_index":217,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2395,6]]}},"component":{}}],["parsing/structur",{"_index":223,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2482,19]]}},"component":{}}],["pass",{"_index":233,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2738,4]]}},"component":{}}],["path",{"_index":2,"title":{"/swarmlab_faq/docs/index.html#How_to_get_the_path_of_current_script":{"position":[[15,4]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[15,4],[478,4],[669,4],[699,4],[730,4],[763,4]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[73,4],[496,4],[1320,4],[1726,5]]}},"component":{}}],["path(",{"_index":186,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1700,7]]}},"component":{}}],["path_key",{"_index":79,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[93,8],[521,8]]}},"component":{}}],["pattern",{"_index":728,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1571,7],[1963,9]]}},"component":{}}],["per",{"_index":202,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2021,3]]}},"component":{}}],["perform",{"_index":471,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[827,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[151,8],[966,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1498,11]]}},"component":{}}],["persist",{"_index":601,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[178,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1720,10]]}},"component":{}}],["phonet",{"_index":704,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1077,12]]}},"component":{}}],["pipelin",{"_index":472,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[864,9]]}},"component":{}}],["platform",{"_index":643,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[208,8]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[309,8],[366,8]]}},"component":{}}],["playground",{"_index":617,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[514,10],[559,10]]}},"component":{}}],["plugin",{"_index":175,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1560,6],[2402,6],[2757,8],[2799,7],[3061,6]]}},"component":{}}],["poc",{"_index":666,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[6,3],[29,3],[53,3]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1259,3]]}},"component":{}}],["poll",{"_index":774,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2772,7]]}},"component":{}}],["pool",{"_index":805,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1162,4]]}},"component":{}}],["popular",{"_index":716,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1302,11]]}},"component":{}}],["port",{"_index":140,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1141,5]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1127,5]]}},"component":{}}],["port=non",{"_index":796,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[979,11]]}},"component":{}}],["pos_fil",{"_index":81,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[114,8],[542,8],[1925,8],[2001,8],[2045,8],[2126,8]]}},"component":{}}],["pos_file_compaction_interv",{"_index":84,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[152,28],[584,28]]}},"component":{}}],["posit",{"_index":200,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1951,9]]}},"component":{}}],["possibl",{"_index":657,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[666,9]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2293,8],[2585,8]]}},"component":{}}],["predict",{"_index":734,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1749,11]]}},"component":{}}],["prefer",{"_index":599,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[154,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1696,9]]}},"component":{}}],["present",{"_index":527,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[467,8]]}},"component":{}}],["primari",{"_index":453,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[461,7]]}},"component":{}}],["process",{"_index":228,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2623,9]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[972,10]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[172,7],[1097,9],[1306,9]]}},"component":{}}],["product",{"_index":651,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[466,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[471,10]]}},"component":{}}],["program",{"_index":54,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[881,8]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[158,8]]}},"component":{}}],["progress",{"_index":670,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[26,11],[956,13]]}},"component":{}}],["project",{"_index":409,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[0,7]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[10,7],[101,8]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[280,7]]}},"component":{}}],["promise((resolv",{"_index":343,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1275,17]]}},"component":{}}],["provid",{"_index":105,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[458,7]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[521,8],[804,8],[1583,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1730,8]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[125,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1831,7]]}},"component":{}}],["provis",{"_index":401,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3090,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[846,9]]}},"component":{}}],["pubclient",{"_index":338,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1090,9]]}},"component":{}}],["pubclient.get(id",{"_index":344,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1298,17]]}},"component":{}}],["public",{"_index":445,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[295,6]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[496,6]]}},"component":{}}],["purpos",{"_index":475,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[910,7]]}},"component":{}}],["pwd",{"_index":42,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[603,3]]}},"component":{}}],["python’",{"_index":521,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[401,8]]}},"component":{}}],["queri",{"_index":434,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[91,8],[325,7],[363,6],[1078,8]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[211,8]]}},"component":{}}],["queue",{"_index":487,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1387,6]]}},"component":{}}],["quot",{"_index":423,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[375,6]]}},"component":{}}],["rang",{"_index":449,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[357,5]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[205,5]]}},"component":{}}],["rdir=$srpath",{"_index":43,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[646,12]]}},"component":{}}],["re",{"_index":315,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[454,3],[482,4],[602,4],[1659,3],[1691,4]]}},"component":{}}],["re*mot",{"_index":593,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[392,8]]}},"component":{}}],["reach",{"_index":485,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1354,8]]}},"component":{}}],["react",{"_index":711,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1189,5]]}},"component":{}}],["reaction",{"_index":756,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2333,8]]}},"component":{}}],["read",{"_index":177,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1585,4],[1711,5]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1186,4]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[830,5],[960,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[991,4],[1007,5]]}},"component":{}}],["read_from_head",{"_index":94,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[295,14],[737,14]]}},"component":{}}],["readabl",{"_index":719,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1362,11]]}},"component":{}}],["readmongo/swarmlab",{"_index":289,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[5,18]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[716,18],[770,18]]}},"component":{}}],["readmongo_servic",{"_index":287,"title":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[0,17]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[18,18]]},"/swarmlab_poc-datacollector/docs/index-src.html#_readmongo_service":{"position":[[0,17]]}},"name":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[4,17]]}},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[932,17],[1090,17]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[769,17],[812,17],[880,17],[901,17],[942,17],[1006,17],[1036,17]]}},"component":{}}],["real",{"_index":560,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1394,4]]}},"component":{}}],["realtim",{"_index":767,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2571,8]]}},"component":{}}],["reason",{"_index":515,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[235,10]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1259,7]]}},"component":{}}],["recommend",{"_index":254,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3232,12]]}},"component":{}}],["record",{"_index":174,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1535,7],[3075,7]]}},"component":{}}],["red",{"_index":658,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[736,5],[1111,6]]}},"component":{}}],["redi",{"_index":339,"title":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[0,5]]}},"name":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[6,5]]}},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1106,7],[1120,6],[1196,5]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[0,5],[119,5],[380,5],[529,5]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[802,5],[873,6]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[754,5],[1027,5]]}},"component":{}}],["redis_port",{"_index":340,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1133,11]]}},"component":{}}],["redisserv",{"_index":579,"title":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[17,11]]},"/swarmlab_poc-datacollector/docs/index-src.html#_redisserver":{"position":[[0,11]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[742,11]]}},"component":{}}],["reduc",{"_index":474,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[882,6],[943,6]]}},"component":{}}],["refresh",{"_index":197,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1888,9]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3127,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[883,7]]}},"component":{}}],["refresh_interv",{"_index":86,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[185,16],[617,16],[1862,17]]}},"component":{}}],["registry_address:$registry_port",{"_index":64,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1078,32],[1289,32]]}},"component":{}}],["registry_address=hub.swarmlab.io",{"_index":56,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[927,32]]}},"component":{}}],["registry_port=5443",{"_index":57,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[960,18]]}},"component":{}}],["registry_port=5480",{"_index":66,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1171,18]]}},"component":{}}],["regular",{"_index":450,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[374,7]]}},"component":{}}],["rel",{"_index":33,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[422,8],[462,8]]}},"component":{}}],["relat",{"_index":241,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2905,7]]}},"component":{}}],["relativ",{"_index":44,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[661,7],[754,8]]}},"component":{}}],["reliabl",{"_index":789,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[507,11]]}},"component":{}}],["remain",{"_index":325,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[765,7]]}},"component":{}}],["remov",{"_index":425,"title":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_remove_device":{"position":[[0,6]]}},"name":{},"text":{},"component":{}}],["render",{"_index":681,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[419,6],[860,10]]}},"component":{}}],["rep",{"_index":311,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[366,3]]}},"component":{}}],["repli",{"_index":346,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1331,6],[1378,7]]}},"component":{}}],["replic",{"_index":456,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html#_replication_in_mongodb":{"position":[[0,11]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[501,11],[721,11]]}},"component":{}}],["replica",{"_index":458,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[553,7],[1415,7],[1493,7]]}},"component":{}}],["represent",{"_index":757,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2389,14]]}},"component":{}}],["request",{"_index":765,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2518,9]]}},"component":{}}],["requir",{"_index":245,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3017,8],[3676,8]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3016,8]]}},"component":{}}],["resolv",{"_index":22,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[216,7],[451,7]]}},"component":{}}],["resolve(1",{"_index":350,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1431,11]]}},"component":{}}],["resolve(2",{"_index":351,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1500,11]]}},"component":{}}],["resolve(nul",{"_index":347,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1351,14]]}},"component":{}}],["resourc",{"_index":402,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3100,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[856,10]]}},"component":{}}],["respons",{"_index":694,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[702,10]]}},"component":{}}],["rest",{"_index":661,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[854,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2910,4]]}},"component":{}}],["restart",{"_index":279,"title":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html#_restart":{"position":[[0,7]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_restart":{"position":[[0,7]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3665,7],[3705,7]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3001,7]]}},"component":{}}],["result",{"_index":329,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[808,7]]}},"component":{}}],["retriev",{"_index":261,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3347,8]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1064,8]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[248,9]]}},"component":{}}],["retry_wait",{"_index":153,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1235,10]]}},"component":{}}],["return",{"_index":342,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1264,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2049,6]]}},"component":{}}],["rm",{"_index":420,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[270,2]]}},"component":{}}],["robust",{"_index":566,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1741,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1413,6]]}},"component":{}}],["room",{"_index":270,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3508,4]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[268,4],[339,4],[385,6]]}},"component":{}}],["root",{"_index":410,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[18,4]]}},"component":{}}],["rotat",{"_index":98,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[365,8],[807,8]]}},"component":{}}],["rout",{"_index":169,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1468,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[598,6]]}},"component":{}}],["router",{"_index":690,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[618,8]]}},"component":{}}],["ruby’",{"_index":520,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[376,6]]}},"component":{}}],["rule",{"_index":731,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1694,5]]}},"component":{}}],["run",{"_index":53,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[873,7],[901,3]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[139,4],[185,4],[247,4],[305,4],[414,4]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1595,3]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[28,3],[45,7]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[572,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[626,7],[1025,4],[1436,3],[1570,3],[1587,7]]}},"component":{}}],["runtim",{"_index":505,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[43,8],[495,7]]}},"component":{}}],["s",{"_index":371,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2129,3]]}},"component":{}}],["s*erver",{"_index":595,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[414,9]]}},"component":{}}],["s.auth",{"_index":377,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2291,6],[2711,6],[2735,6]]}},"component":{}}],["s.id",{"_index":393,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2705,5],[2928,5]]}},"component":{}}],["s.on(\"authent",{"_index":379,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2395,20]]}},"component":{}}],["s.on(\"onev",{"_index":394,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2861,15]]}},"component":{}}],["s_client",{"_index":61,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1049,8],[1260,8]]}},"component":{}}],["same",{"_index":243,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2978,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1476,4]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1226,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1072,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[701,4]]}},"component":{}}],["sanfilippo",{"_index":592,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[358,12]]}},"component":{}}],["scalabl",{"_index":431,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[40,11]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[81,8],[210,8]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[702,8],[1141,8]]}},"component":{}}],["scale",{"_index":462,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[590,6]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[275,5]]}},"component":{}}],["schema",{"_index":438,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[214,8]]}},"component":{}}],["script",{"_index":4,"title":{"/swarmlab_faq/docs/index.html#How_to_get_the_path_of_current_script":{"position":[[31,6]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[31,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[681,7],[893,7]]}},"component":{}}],["seamlessli",{"_index":649,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[414,10]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[420,10]]}},"component":{}}],["search",{"_index":452,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[393,9]]}},"component":{}}],["second",{"_index":498,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1620,7]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[542,7]]}},"component":{}}],["secondari",{"_index":454,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[473,9]]}},"component":{}}],["section",{"_index":244,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3006,7]]}},"component":{}}],["see",{"_index":183,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1674,3]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1627,3]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[912,3],[2539,3],[2840,3]]}},"component":{}}],["select",{"_index":414,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[70,7]]}},"component":{}}],["self",{"_index":641,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[168,4]]}},"component":{}}],["send",{"_index":421,"title":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_send_data_from_device":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[328,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[80,5]]}},"component":{}}],["sent",{"_index":482,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1134,4]]}},"component":{}}],["seo",{"_index":699,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[824,4]]}},"component":{}}],["separ",{"_index":189,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1750,9]]}},"component":{}}],["serv",{"_index":729,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1617,6]]}},"component":{}}],["server",{"_index":443,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[283,6],[1019,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[706,6],[1477,7],[1511,7]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[484,6]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[187,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[853,6]]}},"component":{}}],["servic",{"_index":281,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[8,8]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[9,8]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[8,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[9,7]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3697,7]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[950,9],[1108,9]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[77,7],[676,8]]}},"component":{}}],["set",{"_index":459,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[561,5],[1423,3],[1486,4],[1501,3]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1748,3]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[182,5],[195,4]]}},"component":{}}],["setup",{"_index":628,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[880,5],[1038,5]]}},"component":{}}],["setuser(sid",{"_index":312,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[372,12]]}},"component":{}}],["sever",{"_index":492,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1514,7]]}},"component":{}}],["sfpath",{"_index":39,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[558,10],[615,9],[739,8]]}},"component":{}}],["shard",{"_index":464,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[616,9]]}},"component":{}}],["share",{"_index":204,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2039,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1284,5]]}},"component":{}}],["shell",{"_index":597,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[34,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1576,5]]}},"component":{}}],["showcert",{"_index":62,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1059,9],[1270,9]]}},"component":{}}],["sid",{"_index":306,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[290,3],[356,5]]}},"component":{}}],["side",{"_index":444,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[290,4],[1026,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[491,4]]}},"component":{}}],["sign",{"_index":8,"title":{"/swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue":{"position":[[30,6]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[68,6]]}},"component":{}}],["similar",{"_index":180,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1642,7],[3425,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[322,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1228,7]]}},"component":{}}],["simpl",{"_index":614,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[468,7]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[299,6],[1992,6],[2382,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[2011,7]]}},"component":{}}],["simplest",{"_index":655,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[630,8]]}},"component":{}}],["simpli",{"_index":537,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[838,6]]}},"component":{}}],["singl",{"_index":220,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2440,6]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[903,6]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[528,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[98,6],[1378,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[582,6]]}},"component":{}}],["size",{"_index":255,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3274,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1222,4],[1340,4]]}},"component":{}}],["skip_refresh_on_startup",{"_index":87,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[206,23],[638,23]]}},"component":{}}],["small",{"_index":682,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[426,5],[987,5]]}},"component":{}}],["snapshot",{"_index":743,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1909,8]]}},"component":{}}],["socket",{"_index":369,"title":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_socket_opencheckstreamevent":{"position":[[0,6]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2054,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1290,7]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[984,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2758,8],[2923,6]]}},"component":{}}],["socket.io",{"_index":559,"title":{"/swarmlab_poc-datacollector/docs/index-nodejs.html#_socket_io":{"position":[[0,9]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket":{"position":[[6,9]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1358,9],[1647,9]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2548,9],[2860,9],[2883,9],[2900,9]]}},"component":{}}],["sort",{"_index":587,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[188,6]]}},"component":{}}],["sourc",{"_index":21,"title":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[0,6]]},"/swarmlab_poc-datacollector/docs/index.html#_source_directory":{"position":[[0,6]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[198,9],[224,7],[289,11],[368,9],[408,7],[545,9],[587,9],[709,8]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[440,6],[1418,8],[1431,6],[2025,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1519,6],[1614,6]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[17,6]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[95,6],[501,6],[582,6],[703,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[18,7],[2189,6]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1496,6],[1637,6]]}},"component":{}}],["source=\"$dir/$target",{"_index":32,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[381,21]]}},"component":{}}],["source=\"$target",{"_index":29,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[330,16]]}},"component":{}}],["source=\"${bash_source[0",{"_index":18,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[160,26]]}},"component":{}}],["spa",{"_index":701,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[993,3]]}},"component":{}}],["space",{"_index":268,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3492,6]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2623,5]]}},"component":{}}],["spawn",{"_index":550,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1114,7]]}},"component":{}}],["specifi",{"_index":188,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1739,10],[2924,9]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1330,9]]}},"component":{}}],["src",{"_index":288,"title":{},"name":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[6,3]]}},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[0,4]]}},"component":{}}],["srpath",{"_index":38,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[526,10],[628,9],[772,8]]}},"component":{}}],["sspl",{"_index":446,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[310,7]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[511,7]]}},"component":{}}],["standard",{"_index":647,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[326,12]]}},"component":{}}],["start",{"_index":428,"title":{"/swarmlab_poc-datacollector/docs/index-microservice.html#_start_microservice":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-usage.html#_start_datacollector":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index.html#_start":{"position":[[0,5]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[588,5],[716,7],[803,5]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[825,7],[983,7]]},"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[0,5],[47,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1979,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[685,5],[717,5],[1253,5]]}},"component":{}}],["state",{"_index":692,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[658,5],[1267,7],[1554,5],[1718,5],[1903,5],[1945,6],[2029,5],[2178,6],[2267,6],[2311,5]]}},"component":{}}],["static",{"_index":634,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[47,6]]}},"component":{}}],["stats.nod",{"_index":89,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[234,10]]}},"component":{}}],["stdout",{"_index":75,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[51,6],[1302,6]]}},"component":{}}],["stop",{"_index":667,"title":{"/swarmlab_poc-datacollector/docs/index-usage.html#_stop_datacollector":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[24,4]]}},"component":{}}],["storag",{"_index":242,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2938,7]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[631,7],[1591,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[187,7]]}},"component":{}}],["store",{"_index":235,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2793,5]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[769,7]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[65,6]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1641,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[229,7]]}},"component":{}}],["strategi",{"_index":784,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[355,8]]}},"component":{}}],["stream",{"_index":353,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1572,6],[1767,13]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[267,8]]}},"component":{}}],["stream2mongo",{"_index":406,"title":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html#_stream2mongo":{"position":[[0,12]]}},"name":{},"text":{},"component":{}}],["string",{"_index":250,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3155,6]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[158,8]]}},"component":{}}],["structur",{"_index":582,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[8,9]]},"/swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_structure":{"position":[[8,9]]},"/swarmlab_poc-datacollector/docs/index-structure.html#_datacollector_structure":{"position":[[14,9]]}},"name":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[6,9]]}},"text":{"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[55,9],[139,10]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[304,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1843,9]]}},"component":{}}],["submit",{"_index":167,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1438,7]]}},"component":{}}],["such",{"_index":480,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1109,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[798,4]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[150,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[605,4],[664,4],[730,4],[1857,4],[2732,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[121,4]]}},"component":{}}],["sudo",{"_index":55,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[910,4],[1382,4]]}},"component":{}}],["support",{"_index":256,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3296,7]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[341,8],[1207,8]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2702,8]]}},"component":{}}],["swarm",{"_index":640,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html#_dynamic_networks_swarm":{"position":[[19,5]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[159,5]]}},"component":{}}],["swarm/kubernet",{"_index":240,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2888,16]]}},"component":{}}],["swarmlab",{"_index":496,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1574,8]]}},"component":{}}],["swarmlab_faq",{"_index":69,"title":{},"name":{},"text":{},"component":{"/swarmlab_faq/docs/index.html":{"position":[[0,12]]}}}],["swarmlab_poc",{"_index":283,"title":{},"name":{},"text":{},"component":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-microservice.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[0,12]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[0,12]]}}}],["symlink",{"_index":26,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[262,7],[431,8],[493,7]]}},"component":{}}],["sync",{"_index":659,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[760,4]]}},"component":{}}],["system",{"_index":231,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2711,8],[3121,7]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3074,6]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[669,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[219,7],[363,7],[544,8]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[513,7]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[113,7],[157,7],[195,7],[567,7],[830,6]]}},"component":{}}],["tag",{"_index":88,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[230,3],[662,3],[1521,4],[2150,3],[2614,4]]}},"component":{}}],["tag=log",{"_index":119,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[882,9]]}},"component":{}}],["tai",{"_index":185,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1690,3]]}},"component":{}}],["tail",{"_index":77,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[68,4],[487,4],[1549,4],[1606,4],[1657,4],[2062,4],[3625,4]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[891,4]]}},"component":{}}],["tailabl",{"_index":294,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[103,9],[749,8],[839,8],[1031,8]]}},"component":{}}],["tailableretryinterv",{"_index":297,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[157,22]]}},"component":{}}],["tailed_path",{"_index":80,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[102,11],[530,11]]}},"component":{}}],["take",{"_index":523,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[427,5],[1037,4]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[443,4]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[308,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1986,4]]}},"component":{}}],["target",{"_index":28,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[307,7]]}},"component":{}}],["target=\"$(readlink",{"_index":27,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[270,18]]}},"component":{}}],["technolog",{"_index":632,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[23,12]]}},"name":{},"text":{},"component":{}}],["templat",{"_index":749,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2080,9]]}},"component":{}}],["termin",{"_index":416,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[126,8],[172,8],[234,8],[292,8],[401,8]]}},"component":{}}],["test",{"_index":136,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1088,4]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[351,5]]}},"component":{}}],["text",{"_index":178,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1614,4]]}},"component":{}}],["thank",{"_index":513,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[194,6]]}},"component":{}}],["this.count",{"_index":752,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2152,12]]}},"component":{}}],["this.id",{"_index":307,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[296,8]]}},"component":{}}],["this.us",{"_index":305,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[275,10]]}},"component":{}}],["thread",{"_index":542,"title":{"/swarmlab_poc-datacollector/docs/index-nodejs.html#_threads":{"position":[[0,7]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1006,7]]}},"component":{}}],["three",{"_index":172,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1505,5]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[813,5]]}},"component":{}}],["through",{"_index":533,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[641,7],[724,7]]}},"component":{}}],["throughput",{"_index":258,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3309,10]]}},"component":{}}],["throw",{"_index":364,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1905,5]]}},"component":{}}],["time",{"_index":152,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1230,4],[1526,4]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3165,6]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1399,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1877,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[265,5],[921,6],[996,5]]}},"component":{}}],["time_key",{"_index":151,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1221,8]]}},"component":{}}],["timekey",{"_index":160,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1336,7]]}},"component":{}}],["timekey_use_utc",{"_index":162,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1347,15]]}},"component":{}}],["timekey_wait",{"_index":163,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1368,12]]}},"component":{}}],["timeout=60",{"_index":798,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1013,11]]}},"component":{}}],["timer",{"_index":216,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2312,6]]}},"component":{}}],["timestamp",{"_index":150,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1211,9]]}},"component":{}}],["tmp/fluentd",{"_index":82,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[123,12],[551,12]]}},"component":{}}],["tmp/mylog",{"_index":159,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1325,10]]}},"component":{}}],["token",{"_index":380,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2440,5]]}},"component":{}}],["tool",{"_index":721,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1420,7]]}},"component":{}}],["tools/poc",{"_index":280,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3685,11]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[144,11],[190,11],[252,11],[310,11],[419,11]]}},"component":{}}],["tradit",{"_index":708,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1136,11]]}},"component":{}}],["transmit",{"_index":782,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[216,12]]}},"component":{}}],["transport",{"_index":770,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2677,9],[2720,11],[2824,9]]}},"component":{}}],["travel",{"_index":741,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1882,6]]}},"component":{}}],["tree",{"_index":615,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[495,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[2038,5]]}},"component":{}}],["true",{"_index":93,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[290,4],[310,4],[329,4],[422,4],[728,4],[752,4],[771,4],[868,4],[1363,4],[2276,4],[2379,4]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[113,5],[130,5],[1841,5],[1867,4],[2720,5]]}},"component":{}}],["truth",{"_index":753,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2199,5]]}},"component":{}}],["turn",{"_index":809,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1240,4]]}},"component":{}}],["twist",{"_index":522,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[410,8]]}},"component":{}}],["type",{"_index":74,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[45,5],[62,5],[397,5],[481,5],[839,5],[915,5],[951,5],[1296,5],[1309,5],[1685,4],[3620,4]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1271,4]]}},"component":{}}],["typic",{"_index":532,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[610,10]]}},"component":{}}],["ui",{"_index":671,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[88,5]]}},"component":{}}],["under",{"_index":442,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[273,5]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[474,5]]}},"component":{}}],["understand",{"_index":717,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1322,10]]}},"component":{}}],["unexpect",{"_index":207,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2093,10]]}},"component":{}}],["unifi",{"_index":622,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[674,7]]}},"component":{}}],["unix",{"_index":333,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[896,4]]}},"component":{}}],["unixhttpconnectionpool(host='localhost",{"_index":795,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[938,40]]}},"component":{}}],["unknown",{"_index":9,"title":{"/swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue":{"position":[[40,7]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[78,7]]}},"component":{}}],["unopinion",{"_index":569,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1803,14]]}},"component":{}}],["until",{"_index":23,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[232,5]]}},"component":{}}],["upon",{"_index":556,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1216,4]]}},"component":{}}],["uri",{"_index":251,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3166,4]]}},"component":{}}],["url",{"_index":359,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1785,3],[1791,4],[1817,4]]}},"component":{}}],["us",{"_index":230,"title":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[37,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_axios_to_consume_apis":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket":{"position":[[0,5]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2655,3],[2820,6]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[364,3]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[175,4],[610,5],[654,4],[957,4],[1070,4]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1125,5]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[72,4]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[211,4],[241,3],[845,3],[1003,3]]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[356,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[147,5]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1750,4],[1780,3]]}},"component":{}}],["usag",{"_index":408,"title":{"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html#_usage_dummy_service":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[0,5]]}},"name":{"/swarmlab_poc-datacollector/docs/index-usage.html":{"position":[[6,5]]}},"text":{},"component":{}}],["usenewurlpars",{"_index":361,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1824,16]]}},"component":{}}],["user",{"_index":14,"title":{"/swarmlab_faq/docs/index.html#Add_current_user_to_the_docker_group":{"position":[[20,4]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[123,4],[1406,5]]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2912,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[72,4],[2345,4]]}},"component":{}}],["usermod",{"_index":67,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[1387,7]]}},"component":{}}],["usersess",{"_index":373,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2178,11]]}},"component":{}}],["usersession.socket",{"_index":375,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2206,18]]}},"component":{}}],["usersession.socket.error",{"_index":376,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2231,24]]}},"component":{}}],["usersession.socket.id",{"_index":392,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2681,21]]}},"component":{}}],["usersession.socket.scop",{"_index":387,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2578,24]]}},"component":{}}],["usersession.socket.token",{"_index":390,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2639,24]]}},"component":{}}],["usersession.socket.us",{"_index":385,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[2538,23]]}},"component":{}}],["useunifiedtopolog",{"_index":362,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[1847,19]]}},"component":{}}],["var",{"_index":299,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[188,3],[240,3],[264,3],[286,3],[362,3],[450,3],[514,3],[695,3],[1655,3],[1781,3],[1916,3],[2174,3],[2469,3],[2895,3]]}},"component":{}}],["var/log",{"_index":108,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[501,8]]}},"component":{}}],["var/log/*.log",{"_index":78,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[78,14]]}},"component":{}}],["variabl",{"_index":619,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[548,10],[759,10]]}},"component":{}}],["vendor",{"_index":791,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[528,6]]}},"component":{}}],["veri",{"_index":514,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[230,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[294,4]]}},"component":{}}],["video",{"_index":500,"title":{"/swarmlab_poc-datacollector/docs/index-mongo.html#_video_intro":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html#_video_intro":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-redis.html#_video_intro":{"position":[[0,5]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html#_video_intro":{"position":[[0,5]]}},"name":{},"text":{},"component":{}}],["view",{"_index":706,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1104,5],[1154,4],[2075,4],[2232,5],[2366,5]]}},"component":{}}],["visual",{"_index":683,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[432,6]]}},"component":{}}],["vpn",{"_index":808,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1225,3],[1249,3],[1290,3]]}},"component":{}}],["vs",{"_index":517,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[295,2]]}},"component":{}}],["vue",{"_index":689,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html#_why_vue_js":{"position":[[4,3]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[613,4],[749,5],[848,4],[1059,3],[1279,3],[1999,3],[2020,5],[2870,3]]}},"component":{}}],["vue.j",{"_index":668,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[0,6]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[0,6],[220,6],[1593,6]]}},"component":{}}],["vue.js’",{"_index":685,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[466,8]]}},"component":{}}],["vuej",{"_index":669,"title":{},"name":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[6,5]]}},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1239,5]]}},"component":{}}],["vuex",{"_index":693,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html#_vuex":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[672,6],[1544,4],[2450,4]]}},"component":{}}],["vue’",{"_index":736,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1794,5]]}},"component":{}}],["wait",{"_index":397,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3041,4]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[797,4]]}},"component":{}}],["want",{"_index":433,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[77,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[398,4]]}},"component":{}}],["watch",{"_index":194,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[1819,5],[1910,5],[2306,5]]}},"component":{}}],["watcher",{"_index":215,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[2207,8]]}},"component":{}}],["way",{"_index":263,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3421,3]]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[819,4]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2302,4],[2427,3]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[706,3]]}},"component":{}}],["wdir",{"_index":50,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[808,5],[895,5]]}},"component":{}}],["wdir=$sfpath",{"_index":49,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[792,12]]}},"component":{}}],["web",{"_index":403,"title":{"/swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient":{"position":[[5,3]]},"/swarmlab_poc-datacollector/docs/index.html#_open_web_interface":{"position":[[5,3]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"position":[[3139,3]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[1699,3],[1768,3],[1829,3]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[73,3]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[713,3]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[895,3],[1615,3]]}},"component":{}}],["web_app",{"_index":812,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1397,8]]}},"component":{}}],["webclient",{"_index":631,"title":{"/swarmlab_poc-datacollector/docs/index-src.html#_webclient":{"position":[[0,9]]},"/swarmlab_poc-datacollector/docs/index-usage.html#_open_web_interface_webclient":{"position":[[19,9]]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[17,9]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-structure.html":{"position":[[868,9],[930,9],[993,9]]},"/swarmlab_poc-datacollector/docs/index.html":{"position":[[1305,11],[1411,11]]}},"component":{}}],["websocket",{"_index":771,"title":{"/swarmlab_poc-datacollector/docs/index-vuejs.html#_using_socket_io_to_consume_websocket":{"position":[[27,9]]}},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[2740,11]]}},"component":{}}],["wikipedia",{"_index":489,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-mongo.html":{"position":[[1405,9]]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"position":[[519,9]]}},"component":{}}],["without",{"_index":96,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[336,7],[778,7]]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"position":[[998,7]]}},"component":{}}],["work",{"_index":51,"title":{},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[828,7]]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[3411,4]]}},"component":{}}],["write",{"_index":120,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[896,5],[3068,6]]}},"component":{}}],["writetomongo/fluent/fluent.conf",{"_index":73,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"position":[[13,31]]},"/swarmlab_poc-datacollector/docs/index-src.html":{"position":[[642,31]]}},"component":{}}],["x509",{"_index":6,"title":{"/swarmlab_faq/docs/index.html#Fix_x509_certificate_signed_by_unknown_authority_issue":{"position":[[11,6]]}},"name":{},"text":{"/swarmlab_faq/docs/index.html":{"position":[[49,6]]}},"component":{}}],["zero",{"_index":740,"title":{},"name":{},"text":{"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"position":[[1865,4]]}},"component":{}}]],"pipeline":["stemmer"]},"store":{"/swarmlab_faq/docs/index.html":{"text":"How to get the path of current script How to Fix \"x509: certificate signed by unknown authority\" issue Homw to Add current user to the docker group #!/bin/bash SOURCE=\"${BASH_SOURCE[0]}\" while [ -h \"$SOURCE\" ]; do # resolve $SOURCE until the file is no longer a symlink TARGET=\"$(readlink \"$SOURCE\")\" if [[ $TARGET == /* ]]; then SOURCE=\"$TARGET\" else DIR=\"$( dirname \"$SOURCE\" )\" SOURCE=\"$DIR/$TARGET\" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located fi done SRPATH=\"$( dirname \"$SOURCE\" )\" SFPATH=\"$( cd -P \"$( dirname \"$SOURCE\" )\" && pwd )\" if [ \"$SFPATH\" != \"$SRPATH\" ]; then RDIR=$SRPATH # relativ path directory fi #echo \"full path file $SOURCE\" #echo \"full path dir $SFPATH\" #echo \"relativ path dir $SRPATH\" cwdir=$PWD wdir=$SFPATH cd $wdir echo \"current working directory,\" echo $cwdir echo \"dir of running program\" echo $wdir run with sudo #!/bin/bash registry_address=hub.swarmlab.io registry_port=5443 mkdir -p /etc/docker/certs.d/$registry_address:$registry_port openssl s_client -showcerts -connect $registry_address:$registry_port /etc/docker/certs.d/$registry_address:$registry_port/ca.crt registry_port=5480 mkdir -p /etc/docker/certs.d/$registry_address:$registry_port openssl s_client -showcerts -connect $registry_address:$registry_port /etc/docker/certs.d/$registry_address:$registry_port/ca.crt sudo usermod -aG docker $USER","title":"FAQ!","component":"swarmlab_faq","version":"docs","name":"index","url":"/swarmlab_faq/docs/index.html","titles":[{"text":"How to get the path of current script ","id":"How_to_get_the_path_of_current_script"},{"text":"How to Fix \"x509: certificate signed by unknown authority\" issue ","id":"Fix_x509_certificate_signed_by_unknown_authority_issue"},{"text":"Homw to Add current user to the docker group ","id":"Add_current_user_to_the_docker_group"}]},"/swarmlab_poc-datacollector/docs/doc-dummy_service.html":{"text":"config file: WriteToMongo/fluent/fluent.conf @type stdout (1) @type tail path /var/log/*.log path_key tailed_path pos_file /tmp/fluentd--1605454018.pos pos_file_compaction_interval 30s refresh_interval 30s skip_refresh_on_startup tag stats.node enable_stat_watcher false enable_watch_timer true read_from_head true follow_inodes true # Without this parameter, file rotation causes log duplication @type none keep_time_key true # define the source which will provide log events (1) @type tail (2) path /var/log-in/*/* (3) path_key tailed_path pos_file /tmp/fluentd--1605454014.pos (4) pos_file_compaction_interval 10s refresh_interval 30s skip_refresh_on_startup tag log.node (5) enable_stat_watcher false (6) enable_watch_timer true (7) read_from_head true follow_inodes true # Without this parameter, file rotation causes log duplication @type none (8) keep_time_key true ## match tag=log.* and write to mongo (9) @type copy copy_mode deep (10) (11) @type mongo (12) connection_string mongodb://mongo.poc-datacollector_datacollector-net:27017/fluentdb (13) #database fluentdb collection test #host mongo.poc-datacollector_datacollector-net #port 27017 num_retries 60 capped (14) capped_size 100m # key name of timestamp time_key time retry_wait 50s flush_mode immediate (15) #flush_interval 10s @type stdout @type file path /tmp/mylog timekey 1d timekey_use_utc true timekey_wait 10s 1 directives determine the input sources. The source submits events to the Fluentd routing engine. An event consists of three entities: tag, time and record. 2 The tail Input plugin allows Fluentd to read events from the tail of text files. Its behavior is similar to the tail -F command. see image: type tai 3 The path(s) to read. Multiple paths can be specified, separated by comma ','. '*' format can be included to add/remove the watch file dynamically. At the interval of refresh_interval, Fluentd refreshes the list of watch files. 4 pos_file handles multiple positions in one file so no need to have multiple pos_file parameters per source. Don’t share pos_file between tail configurations. It causes unexpected behavior e.g. corrupt pos_file content. 5 The tag of the event. 6 Enables the additional inotify-based watcher. Either of enable_watch_timer or enable_stat_watcher must be true 7 Enables the additional watch timer. Either of enable_watch_timer or enable_stat_watcher must be true 8 The none parser plugin parses the line as-is with the single field. This format is to defer the parsing/structuring of the data. 9 directives determine the output destinations. The match directive looks for events with matching tags and processes them. The most common use of the match directive is to output events to other systems. 10 Chooses how to pass the events to plugins. deep copied events to each store plugin. This mode is useful when you modify the nested field after out_copy, e.g. Docker Swarm/Kubernetes related fields. 11 Specifies the storage destinations. The format is the same as the directive. This section is required at least once. 12 The mongo Output plugin writes records into , the document-oriented database system. 13 The MongoDB connection string for URI. 14 This option enables the capped collection. This is always recommended. Capped collections are fixed-size collections that support high-throughput operations that insert and retrieve documents based on insertion order. Capped collections work in a way similar to circular buffers: once a collection fills its allocated space, it makes room for new documents by overwriting the oldest documents in the collection. 15 Flushing Parameters: Figure 1. type tail To make changes become effective a restart is required ./tools/poc-service-restart-dummy","title":"dummy_service","component":"swarmlab_poc-datacollector","version":"docs","name":"doc-dummy_service","url":"/swarmlab_poc-datacollector/docs/doc-dummy_service.html","titles":[{"text":"fluent.conf","id":"_fluent_conf"},{"text":"edit","id":"_edit"},{"text":"restart","id":"_restart"}]},"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html":{"text":"src: readmongo/swarmlab-app/src/run/ async function onCollectionNew(err, collection) { let options = { tailable: true, awaitdata: true, numberOfRetries: -1, tailableRetryInterval: 500, }; var cursor = collection.find({}, options).stream(); var itemsProcessed = 0; var room = this.user; var sid = this.id; console.log(\"Inside callback: \" + room + \" Id: \" + sid); var rep = setUser(sid, room); cursor.on(\"data\", async function (data) { cursor.pause(); var res = await getkey(sid); if (res == \"1\") { cursor.resume(); var obj = JSON.parse(JSON.stringify(data)); io.in(room).emit(\"logsend\", obj); } else if (res == \"2\") { cursor.resume(); console.log(\"Cursor is closing...\"); cursor.close(); } }); } var cursor = collection.find({}, options).stream(); A Tailable Cursor remains open after the client exhausts the results in the initial cursor. Tailable cursors are conceptually equivalent to the tail Unix command with the -f option (i.e. with \"follow\" mode). After clients insert new additional documents into a capped collection, the tailable cursor will continue to retrieve documents. const pubClient = new Redis({ host: REDIS, port: REDIS_PORT, }); // ------------------------------ // read from redis // ------------------------------ async function getkey(id) { return new Promise((resolve) => { pubClient.get(id, function (err, reply) { if (err) { resolve(null); } else { if (reply) { //console.log(\"---------fount----------\"); resolve(1); } else { console.log(\"----------not fount------------\"); resolve(2); } } }); }); } // ------------------------------ // check if stream exists // ------------------------------ async function checkstream(data) { var res = await getkey(data.id); if (res == \"1\") { console.log(\"Stream is on!\"); } else { console.log(\"Creating Stream....\"); var url = URL; MongoClient.connect( url, { useNewUrlParser: true, useUnifiedTopology: true }, function (err, db) { if (err) throw err; var dbo = db.db(DATABASE); dbo.collection(COLLECTION, onCollectionNew.bind(data)); } ); } } // ------------------------------ // --- open socket ------------- // ------------------------------ io.on(\"connection\", (s) => { console.error(\"socket connection\"); var usersession = new Object(); usersession.SOCKET = {}; usersession.SOCKET.error = {}; console.error(\"socket ...\"); s.auth = false; // ------------------------------ // --- authenticate // ------------------------------ s.on(\"authenticate\", function (data) { const token = data; (async () => { var isvalid = await checkToken(token); if (isvalid.action == \"ok\") { usersession.SOCKET.user = isvalid.user; usersession.SOCKET.scope = isvalid.scope; // space delimeter usersession.SOCKET.token = isvalid.token; usersession.SOCKET.id = s.id; s.auth = true; } else { s.auth = false; } })(); }); // ------------------------------ // --- event ---------------- // ------------------------------ s.on(\"onevent\", function (data) { var binddata = { user: data, id: s.id, }; checkstream(binddata); }); } To make changes become effective a restart is not required You may have to wait (couple of minutes) for the system to fully provision resources. You may have to refresh the web interface a couple of times!","title":"readmongo_service","component":"swarmlab_poc-datacollector","version":"docs","name":"doc-readmongo_service","url":"/swarmlab_poc-datacollector/docs/doc-readmongo_service.html","titles":[{"text":"App","id":"_app"},{"text":"stream2mongo","id":"_stream2mongo"},{"text":"socket (open,checkstream,event)","id":"_socket_opencheckstreamevent"},{"text":"restart","id":"_restart"}]},"/swarmlab_poc-datacollector/docs/index-dummy_service.html":{"text":"Change to project root directory. You can find this here: Instances → [Select Instance] → Connect -→ \"Project BaseDir\" Open a terminal and Run: ./tools/poc-dummy-ls Open a terminal and Run: ./tools/poc-dummy-create device-name Open a terminal and Run: ./tools/poc-dummy-rm device-name Open a terminal and Run: ./tools/poc-dummy-send device-name \"data test\" Always use double quotes around data Open a terminal and Run: ./tools/poc-dummy-log device-name","title":"Usage dummy_service","component":"swarmlab_poc-datacollector","version":"docs","name":"index-dummy_service","url":"/swarmlab_poc-datacollector/docs/index-dummy_service.html","titles":[{"text":"usage dummy_service","id":"_usage_dummy_service"},{"text":"List devices","id":"_list_devices"},{"text":"Add device","id":"_add_device"},{"text":"Remove device","id":"_remove_device"},{"text":"Send data from device","id":"_send_data_from_device"},{"text":"Device history","id":"_device_history"}]},"/swarmlab_poc-datacollector/docs/index-microservice.html":{"text":"Start microservice Add microservice2poc network","title":"Add microservice","component":"swarmlab_poc-datacollector","version":"docs","name":"index-microservice","url":"/swarmlab_poc-datacollector/docs/index-microservice.html","titles":[{"text":"start microservice","id":"_start_microservice"},{"text":"add microservice","id":"_add_microservice"}]},"/swarmlab_poc-datacollector/docs/index-mongo.html":{"text":"MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL). Ad-hoc queries MongoDB supports field, range query, and regular-expression searches. Indexing Fields in a MongoDB document can be indexed with primary and secondary indices or index. Replication MongoDB provides high availability with replica sets. Load balancing MongoDB scales horizontally using sharding. File storage MongoDB can be used as a file system, called GridFS, with load balancing and data replication features over multiple machines for storing files. Aggregation MongoDB provides three ways to perform aggregation: the aggregation pipeline, the map-reduce function, and single-purpose aggregation methods. Map-reduce can be used for batch processing of data and aggregation operations. Server-side JavaScript execution JavaScript can be used in queries, aggregation functions (such as MapReduce), and sent directly to the database to be executed. Capped collections MongoDB supports fixed-size collections called capped collections. This type of collection maintains insertion order and, once the specified size has been reached, behaves like a circular queue. Doc origin wikipedia replica set is a group of mongod instances that maintain the same data set. A replica set contains several data bearing nodes and optionally one arbiter node. swarmlab provide storage options Mongo in 100 Seconds","title":"Mongo → services mongo","component":"swarmlab_poc-datacollector","version":"docs","name":"index-mongo","url":"/swarmlab_poc-datacollector/docs/index-mongo.html","titles":[{"text":"Main features","id":"_main_features"},{"text":"Replication in MongoDB","id":"_replication_in_mongodb"},{"text":"Video = intro","id":"_video_intro"}]},"/swarmlab_poc-datacollector/docs/index-nodejs.html":{"text":"As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Almost no function in Node.js directly performs I/O, so the process never blocks. Thanks to this, scalable systems is very reasonable to be developed in Node.js. Overview of Blocking vs Non-Blocking Node.js is similar in design to, and influenced by, systems like Ruby’s Event Machine and Python’s Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of a library. In other systems, there is always a blocking call to start the event-loop. Typically, behavior is defined through callbacks at the beginning of a script, and at the end a server is started through a blocking call like EventMachine::run(). In Node.js, there is no such start-the-event-loop call. Node.js simply enters the event loop after executing the input script. Node.js exits the event loop when there are no more callbacks to perform. Node.js being designed without threads doesn’t mean you can’t take advantage of multiple cores in your environment. Child processes can be spawned by using our child_process.fork() API, and are designed to be easy to communicate with. Built upon that same interface is the cluster module, which allows you to share sockets between processes to enable load balancing over your cores. Socket.IO is a library that enables real-time, bidirectional and event-based communication between the browser and the server. It consists of: a Node.js server: Source | API a Javascript client library for the browser (which can be also run from Node.js): Source | API See more info here: Socket.io Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Fast, unopinionated, minimalist web framework for Node.js NodeJS in 10 Minutes and Netflix netflix 6:50 monolithic 8:24 minroservices 19:00 microservice 37:00 Netflix on Github","title":"NodeJS → services readmongo_service, dummy_service","component":"swarmlab_poc-datacollector","version":"docs","name":"index-nodejs","url":"/swarmlab_poc-datacollector/docs/index-nodejs.html","titles":[{"text":"asynchronous event-driven","id":"_asynchronous_event_driven"},{"text":"threads","id":"_threads"},{"text":"socket.io","id":"_socket_io"},{"text":"express","id":"_express"},{"text":"Video = intro","id":"_video_intro"}]},"/swarmlab_poc-datacollector/docs/index-redis.html":{"text":"Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. The project was developed and maintained by ihttps://github.com/antirez[Salvatore Sanfilippo^] The name Redis means *Re*mote *Di*ctionary *S*erver. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL). Wikipedia Redis in 100 Seconds","title":"Redis → services redisserver","component":"swarmlab_poc-datacollector","version":"docs","name":"index-redis","url":"/swarmlab_poc-datacollector/docs/index-redis.html","titles":[{"text":"Main features","id":"_main_features"},{"text":"Video = intro","id":"_video_intro"}]},"/swarmlab_poc-datacollector/docs/index-src.html":{"text":"(1) Opens the info menu (2) Run a shell in a running container (3) Opens web interface (4),(5) Source directory - Directory Maps \"Directory Maps\" are the preferred mechanism for persisting data generated by and used by Docker containers. We use here \"bind mounts\" and they are dependent on the directory structure and OS of the host machine. Your local changes to the files will be overwritten by click on \"Download\" button. You should always take a full backup first (simple copy the directory tree) Source code: playground-client/src environment variables: playground-client/.env Source code: dummyservice/swarmlab-app/src/run config file: WriteToMongo/fluent/fluent.conf Unified data collector layer Source code: readmongo/swarmlab-app/src/run environment variables: readmongo/swarmlab-app/src/.env Redis is automatically started for you. We use nodeJS to interact with Redis. Setup config etc, on the fly from dummy_service and readmongo_service services. Mongo is automatically started for you. We use nodeJS to interact with Mongo. Setup config etc, on the fly from dummy_service and readmongo_service services.","title":"Source and config files","component":"swarmlab_poc-datacollector","version":"docs","name":"index-src","url":"/swarmlab_poc-datacollector/docs/index-src.html","titles":[{"text":"webclient","id":"_webclient"},{"text":"dummy_service","id":"_dummy_service"},{"text":"readmongo_service","id":"_readmongo_service"},{"text":"redisserver","id":"_redisserver"},{"text":"mongo","id":"_mongo"}]},"/swarmlab_poc-datacollector/docs/index-structure.html":{"text":"From → To monolithic → networking architecture static → Dynamic host based → Service based linear → agile You will learn to code, coordinate and orchestrate a swarm of self-acting nodes. Server instances are platform agnostic container-based applications. To build a large - scale distributed application we take advantage of standardized code deployments using Docker containers. Docker-based applications can be seamlessly moved from local development machines to production deployments From Code to full-blown systems from a single container on your local machine to a running cloud native - container-based environment in the simplest and most logical format as possible. Services in a dynamic and Scalable Distributed Architecture (red) Redisserver redis sync for readmongo_service and dummy_service (blue) readmongo_service reads data from mongodb (Rest api) 1. Webclient → readmongo_service 2. readmongo_service ← mongo 3. webclient ← readmongo_service reads data from mongodb (socket) Webclient ←→ readmongo_service ←→ redis ←→ readmongo_service ←→ mongo (green) dummy_service IoT devive or App → mongo (red), (blue) and (green) are scalable microservices","title":"project structure and technologies used","component":"swarmlab_poc-datacollector","version":"docs","name":"index-structure","url":"/swarmlab_poc-datacollector/docs/index-structure.html","titles":[{"text":"Dynamic Structure","id":"_dynamic_structure"},{"text":"Dynamic Instaces","id":"_dynamic_instaces"},{"text":"Dynamic networks - Swarm","id":"_dynamic_networks_swarm"},{"text":"Datacollector structure","id":"_datacollector_structure"}]},"/swarmlab_poc-datacollector/docs/index-usage.html":{"text":"Start poc-datacollector Stop poc-datacollector Start poc-datacollector","title":"Usage datacollector","component":"swarmlab_poc-datacollector","version":"docs","name":"index-usage","url":"/swarmlab_poc-datacollector/docs/index-usage.html","titles":[{"text":"start datacollector","id":"_start_datacollector"},{"text":"stop datacollector","id":"_stop_datacollector"},{"text":"Open Web interface webclient","id":"_open_web_interface_webclient"}]},"/swarmlab_poc-datacollector/docs/index-vuejs.html":{"text":"Vue.js is an open-source, progressive JavaScript framework for building user interfaces (UIs) and single-page applications. Library modularization using a framework is common in frontend development. What differentiates Vue.js from other alternatives is: its “high decoupling”,This means it is very simple to extend its functionalities as modules are included to an application. For example, if we want to organize and render small visual components, all we need is Vue.js’s ‘core’ library. It is not necessary to include additional libraries. As the application grows, we have libraries to manage routes such as ‘vue-router’, libraries to manage the global state such as ‘vuex’ and libraries to build responsive web applications such as ‘bootstrap-vue’. Additionally, if our application needs to be optimized or needs good SEO, we can include the ‘vue-server-rendering’ library. In the following figure, we can see how the libraries we just mentioned are progressively included, from a small SPA to multi-page applications (MPA). The name of the framework – Vue – is the same phonetically in English as view, and it corresponds to the traditional Model-View-Controller (MVC) architecture React and Angular are other Frameworks similar to vuejs Below are the reasons stating why Vue js is gaining more popularity: Easy To Understand And Learn Easy Customization Readability And Single-file Components Lightweight Robust Tooling Ecosystem Flexibility And Integration Capabilities Much Advanced High Performance LAST BUT NOT LEAST, Documentation Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue’s official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import. What is a \"State Management Pattern\"? Let’s start with a simple Vue counter app: new Vue({ // state data () { (1) return { count: 0 } }, // view template: ` (2) {{ count }} `, // actions methods: { (3) increment () { this.count++ } } }) 1 The state, the source of truth that drives our app; 2 The view, a declarative mapping of the state; 3 The actions, the possible ways the state could change in reaction to user inputs from the view. This is a simple representation of the concept of \"one-way data flow\": Online Vuex cources Axios is a library for http communication, making ajax requests, and so on. See more Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms. It supports multiple transports, such as WebSockets, Flash sockets, long polling and more, automatically falling back when a transport fails See more info here: Socket.io Vue Packages socket.io client socket.io REST API and Socket","title":"Vue.js → service webclient","component":"swarmlab_poc-datacollector","version":"docs","name":"index-vuejs","url":"/swarmlab_poc-datacollector/docs/index-vuejs.html","titles":[{"text":"why Vue js","id":"_why_vue_js"},{"text":"Vuex","id":"_vuex"},{"text":"Using Axios to Consume APIs","id":"_using_axios_to_consume_apis"},{"text":"Using socket.io to Consume Websocket","id":"_using_socket_io_to_consume_websocket"},{"text":"Video = intro","id":"_video_intro"}]},"/swarmlab_poc-datacollector/docs/index.html":{"text":"The \"data collector\" is a lightweight microservice application that collect and sends metadata, collected from a system, such as an IoT network, distributed system, data center, etc to a storage system. The data are transmitted, stored, and can be retrieved at any time. \"data collector\" are developed with a platform agnostic\"container-based application strategy A platform-agnostic approach offers many choices Can be seamlessly moved from local development machine to production deployments Flexibility, Reliability Avoiding Vendor Lock-In From Code to full-blown systems from a single container on your local machine to a running cloud native - container-based environment You can start it in the same way as you start any other application. You can find more information here You may have to wait (couple of minutes) for the system to fully provision resources. You may have to refresh the web interface a couple of times! on Error: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) Run: export DOCKER_CLIENT_TIMEOUT=120 export COMPOSE_HTTP_TIMEOUT=120 onError: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network Do you have a VPN connected? Turn off VPN Start POC After that, you can enable VPN again Find \"webclient\" Instance from menou: Instances - > click more connect → \"Click here to open the Web_App\" Find \"webclient\" Instance and run docker exec ... Command The directory that contains the source is in \"Directory Maps → Local\" column. (1) Opens the info menu (2) Run a shell in a running container (3) Opens web interface (4),(5) Source directory - Directory Maps \"Directory Maps\" are the preferred mechanism for persisting data generated and used by Docker containers. We use here \"bind mounts\" and they are dependent on the directory structure and OS of the host machine. Your local changes to the files will be overwritten by clicking the \"Download\" button. You should always take a full backup first (simple copy the directory tree)","title":"Data collector!","component":"swarmlab_poc-datacollector","version":"docs","name":"index","url":"/swarmlab_poc-datacollector/docs/index.html","titles":[{"text":"Start","id":"_start"},{"text":"on Error:","id":"_on_error"},{"text":"Open web interface","id":"_open_web_interface"},{"text":"Open console","id":"_open_console"},{"text":"Source directory","id":"_source_directory"}]}}}) \ No newline at end of file diff --git a/build/site/sitemap-swarmlab_all.xml b/build/site/sitemap-swarmlab_all.xml deleted file mode 100644 index 258aec4..0000000 --- a/build/site/sitemap-swarmlab_all.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_all/docs/index.html -2021-12-05T15:46:11.580Z - - diff --git a/build/site/sitemap-swarmlab_faq.xml b/build/site/sitemap-swarmlab_faq.xml deleted file mode 100644 index 50ebf33..0000000 --- a/build/site/sitemap-swarmlab_faq.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_faq/docs/index.html -2021-12-05T16:08:15.068Z - - diff --git a/build/site/sitemap-swarmlab_poc-datacollector.xml b/build/site/sitemap-swarmlab_poc-datacollector.xml deleted file mode 100644 index 934c65c..0000000 --- a/build/site/sitemap-swarmlab_poc-datacollector.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/doc-dummy_service.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/doc-readmongo_service.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-dummy_service.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-microservice.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-mongo.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-nodejs.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-redis.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-src.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-structure.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-usage.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index-vuejs.html -2021-12-05T16:08:15.068Z - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_poc-datacollector/docs/index.html -2021-12-05T16:08:15.068Z - - diff --git a/build/site/sitemap.xml b/build/site/sitemap.xml deleted file mode 100644 index 902ad7c..0000000 --- a/build/site/sitemap.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/sitemap-swarmlab_faq.xml - - -http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/sitemap-swarmlab_poc-datacollector.xml - - diff --git a/build/site/swarmlab_all/docs/_images/adhoc.png b/build/site/swarmlab_all/docs/_images/adhoc.png deleted file mode 100644 index 6256678..0000000 Binary files a/build/site/swarmlab_all/docs/_images/adhoc.png and /dev/null differ diff --git a/build/site/swarmlab_all/docs/_images/swarmlab.png b/build/site/swarmlab_all/docs/_images/swarmlab.png deleted file mode 100644 index d94ea42..0000000 Binary files a/build/site/swarmlab_all/docs/_images/swarmlab.png and /dev/null differ diff --git a/build/site/swarmlab_all/docs/_images/up-1.png b/build/site/swarmlab_all/docs/_images/up-1.png deleted file mode 100644 index 1a3ee40..0000000 Binary files a/build/site/swarmlab_all/docs/_images/up-1.png and /dev/null differ diff --git a/build/site/swarmlab_all/docs/_images/up-2.png b/build/site/swarmlab_all/docs/_images/up-2.png deleted file mode 100644 index 43b8990..0000000 Binary files a/build/site/swarmlab_all/docs/_images/up-2.png and /dev/null differ diff --git a/build/site/swarmlab_all/docs/_images/up.png b/build/site/swarmlab_all/docs/_images/up.png deleted file mode 100644 index f4db804..0000000 Binary files a/build/site/swarmlab_all/docs/_images/up.png and /dev/null differ diff --git a/build/site/swarmlab_all/docs/index.html b/build/site/swarmlab_all/docs/index.html deleted file mode 100644 index db683c6..0000000 --- a/build/site/swarmlab_all/docs/index.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - FAQ! :: Swarmlab all - - - - - - - -
- -
-
- -
- -
- -
-

FAQ!

- -
-

How to get the path of current script 28

-
-
-
-
#!/bin/bash
-SOURCE="${BASH_SOURCE[0]}"
-while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
-  TARGET="$(readlink "$SOURCE")"
-  if [[ $TARGET == /* ]]; then
-    SOURCE="$TARGET"
-  else
-    DIR="$( dirname "$SOURCE" )"
-    SOURCE="$DIR/$TARGET" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
-  fi
-done
-
-SRPATH="$( dirname "$SOURCE" )"
-SFPATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
-if [ "$SFPATH" != "$SRPATH" ]; then
-  RDIR=$SRPATH    # relativ path directory
-fi
-
-#echo "full path file   $SOURCE"
-#echo "full path dir    $SFPATH"
-#echo "relativ path dir $SRPATH"
-
-cwdir=$PWD
-wdir=$SFPATH
-cd $wdir
-
-echo "current working directory,"
-echo $cwdir
-echo "dir of running program"
-echo $wdir
-
-
-
-
-
-

How to Fix "x509: certificate signed by unknown authority" issue 28

-
-
-
-
run with sudo
-
-
-
-
-
#!/bin/bash
-
-registry_address=hub.swarmlab.io
-registry_port=5443
-mkdir -p /etc/docker/certs.d/$registry_address:$registry_port
-openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/docker/certs.d/$registry_address:$registry_port/ca.crt
-
-registry_port=5480
-mkdir -p /etc/docker/certs.d/$registry_address:$registry_port
-openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/docker/certs.d/$registry_address:$registry_port/ca.crt
-
-
-
-
-
-

Homw to Add current user to the docker group 28

-
-
-
-
sudo usermod -aG docker $USER
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - diff --git a/build/site/swarmlab_faq/docs/_images/adhoc.png b/build/site/swarmlab_faq/docs/_images/adhoc.png deleted file mode 100644 index 6256678..0000000 Binary files a/build/site/swarmlab_faq/docs/_images/adhoc.png and /dev/null differ diff --git a/build/site/swarmlab_faq/docs/_images/swarmlab.png b/build/site/swarmlab_faq/docs/_images/swarmlab.png deleted file mode 100644 index d94ea42..0000000 Binary files a/build/site/swarmlab_faq/docs/_images/swarmlab.png and /dev/null differ diff --git a/build/site/swarmlab_faq/docs/_images/up-1.png b/build/site/swarmlab_faq/docs/_images/up-1.png deleted file mode 100644 index 1a3ee40..0000000 Binary files a/build/site/swarmlab_faq/docs/_images/up-1.png and /dev/null differ diff --git a/build/site/swarmlab_faq/docs/_images/up-2.png b/build/site/swarmlab_faq/docs/_images/up-2.png deleted file mode 100644 index 43b8990..0000000 Binary files a/build/site/swarmlab_faq/docs/_images/up-2.png and /dev/null differ diff --git a/build/site/swarmlab_faq/docs/_images/up.png b/build/site/swarmlab_faq/docs/_images/up.png deleted file mode 100644 index f4db804..0000000 Binary files a/build/site/swarmlab_faq/docs/_images/up.png and /dev/null differ diff --git a/build/site/swarmlab_faq/docs/index.html b/build/site/swarmlab_faq/docs/index.html deleted file mode 100644 index 42d32be..0000000 --- a/build/site/swarmlab_faq/docs/index.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - FAQ! :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

FAQ!

- -
-

How to get the path of current script 28

-
-
-
-
#!/bin/bash
-SOURCE="${BASH_SOURCE[0]}"
-while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
-  TARGET="$(readlink "$SOURCE")"
-  if [[ $TARGET == /* ]]; then
-    SOURCE="$TARGET"
-  else
-    DIR="$( dirname "$SOURCE" )"
-    SOURCE="$DIR/$TARGET" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
-  fi
-done
-
-SRPATH="$( dirname "$SOURCE" )"
-SFPATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
-if [ "$SFPATH" != "$SRPATH" ]; then
-  RDIR=$SRPATH    # relativ path directory
-fi
-
-#echo "full path file   $SOURCE"
-#echo "full path dir    $SFPATH"
-#echo "relativ path dir $SRPATH"
-
-cwdir=$PWD
-wdir=$SFPATH
-cd $wdir
-
-echo "current working directory,"
-echo $cwdir
-echo "dir of running program"
-echo $wdir
-
-
-
-
-
-

How to Fix "x509: certificate signed by unknown authority" issue 28

-
-
-
-
run with sudo
-
-
-
-
-
#!/bin/bash
-
-registry_address=hub.swarmlab.io
-registry_port=5443
-mkdir -p /etc/docker/certs.d/$registry_address:$registry_port
-openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/docker/certs.d/$registry_address:$registry_port/ca.crt
-
-registry_port=5480
-mkdir -p /etc/docker/certs.d/$registry_address:$registry_port
-openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/docker/certs.d/$registry_address:$registry_port/ca.crt
-
-
-
-
-
-

Homw to Add current user to the docker group 28

-
-
-
-
sudo usermod -aG docker $USER
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/bidirectional-communication.png b/build/site/swarmlab_poc-datacollector/docs/_images/bidirectional-communication.png deleted file mode 100644 index b0c425b..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/bidirectional-communication.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/docker-images.png b/build/site/swarmlab_poc-datacollector/docs/_images/docker-images.png deleted file mode 100644 index f12b8e4..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/docker-images.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/fluent-mongo.png b/build/site/swarmlab_poc-datacollector/docs/_images/fluent-mongo.png deleted file mode 100644 index dc37e7a..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/fluent-mongo.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/gynamic-swarm.png b/build/site/swarmlab_poc-datacollector/docs/_images/gynamic-swarm.png deleted file mode 100644 index 187e12d..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/gynamic-swarm.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/intro.png b/build/site/swarmlab_poc-datacollector/docs/_images/intro.png deleted file mode 100644 index be24b71..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/intro.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/nvc.png b/build/site/swarmlab_poc-datacollector/docs/_images/nvc.png deleted file mode 100644 index 8a18b59..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/nvc.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/nvc1.png b/build/site/swarmlab_poc-datacollector/docs/_images/nvc1.png deleted file mode 100644 index ecabdea..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/nvc1.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/openweb.png b/build/site/swarmlab_poc-datacollector/docs/_images/openweb.png deleted file mode 100644 index 05bde8b..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/openweb.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/replica-set-primary-with-two-secondaries.bakedsvg.svg b/build/site/swarmlab_poc-datacollector/docs/_images/replica-set-primary-with-two-secondaries.bakedsvg.svg deleted file mode 100644 index 628fd76..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/_images/replica-set-primary-with-two-secondaries.bakedsvg.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/swarm-poc.png b/build/site/swarmlab_poc-datacollector/docs/_images/swarm-poc.png deleted file mode 100644 index afab527..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/swarm-poc.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/swarm-poc1.png b/build/site/swarmlab_poc-datacollector/docs/_images/swarm-poc1.png deleted file mode 100644 index f629234..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/swarm-poc1.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/swarmlab-connect.png b/build/site/swarmlab_poc-datacollector/docs/_images/swarmlab-connect.png deleted file mode 100644 index 0520936..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/swarmlab-connect.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/swarmlab.png b/build/site/swarmlab_poc-datacollector/docs/_images/swarmlab.png deleted file mode 100644 index d94ea42..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/swarmlab.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/types-of-mounts-bind.png b/build/site/swarmlab_poc-datacollector/docs/_images/types-of-mounts-bind.png deleted file mode 100644 index 2d8d409..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/types-of-mounts-bind.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/vue-modules.png b/build/site/swarmlab_poc-datacollector/docs/_images/vue-modules.png deleted file mode 100644 index be24b71..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/vue-modules.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/_images/vue.png b/build/site/swarmlab_poc-datacollector/docs/_images/vue.png deleted file mode 100644 index be24b71..0000000 Binary files a/build/site/swarmlab_poc-datacollector/docs/_images/vue.png and /dev/null differ diff --git a/build/site/swarmlab_poc-datacollector/docs/doc-dummy_service.html b/build/site/swarmlab_poc-datacollector/docs/doc-dummy_service.html deleted file mode 100644 index e7accb7..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/doc-dummy_service.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - dummy_service :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

dummy_service

-
-

fluent.conf

-
-
-
-
config file: WriteToMongo/fluent/fluent.conf
-
-
-
-

edit

-
-
-
<match debug.*>
-  @type stdout
-</match>
-
-<source>  (1)
-  @type tail
-
-  path /var/log/*.log
-  path_key tailed_path
-  pos_file /tmp/fluentd--1605454018.pos
-  pos_file_compaction_interval 30s
-  refresh_interval 30s
-  skip_refresh_on_startup
-
-  tag stats.node
-
-  enable_stat_watcher false
-  enable_watch_timer true
-  read_from_head true
-  follow_inodes true  # Without this parameter, file rotation causes log duplication
-
-  <parse>
-    @type none
-
-    keep_time_key true
-  </parse>
-</source>
-
-# define the source which will provide log events
-<source> (1)
-  @type tail             (2)
-
-  path /var/log-in/*/*   (3)
-  path_key tailed_path
-  pos_file /tmp/fluentd--1605454014.pos (4)
-  pos_file_compaction_interval 10s
-  refresh_interval 30s
-  skip_refresh_on_startup
-
-  tag log.node                     (5)
-
-  enable_stat_watcher false         (6)
-  enable_watch_timer true           (7)
-  read_from_head true
-  follow_inodes true  # Without this parameter, file rotation causes log duplication
-  <parse>
-    @type none                (8)
-
-    keep_time_key true
-  </parse>
-</source>
-
-## match tag=log.* and write to mongo
-<match log.*>    (9)
-  @type copy
-  copy_mode deep   (10)
-  <store ignore_error>   (11)
-          @type mongo    (12)
-
-	  connection_string mongodb://mongo.poc-datacollector_datacollector-net:27017/fluentdb  (13)
-
-          #database fluentdb
-          collection test
-          #host mongo.poc-datacollector_datacollector-net
-          #port 27017
-
-          num_retries 60
-          capped                  (14)
-          capped_size 100m
-  <inject>
-    # key name of timestamp
-         time_key time
-    </inject>
-
-          <buffer>
-            retry_wait 50s
-              flush_mode immediate    (15)
-            #flush_interval 10s
-          </buffer>
-  </store>
-
-  <store ignore_error>
-        @type stdout
-  </store>
-
-  <store ignore_error>
-	  @type file
-	  path /tmp/mylog
-	  <buffer>
-	    timekey 1d
-	    timekey_use_utc true
-	    timekey_wait 10s
-	  </buffer>
-  </store>
-
-</match>
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1<source> directives determine the input sources. The source submits events to the Fluentd routing engine. An event consists of three entities: tag, time and record.
2The tail Input plugin allows Fluentd to read events from the tail of text files. Its behavior is similar to the tail -F command. see image: type tai
3The path(s) to read. Multiple paths can be specified, separated by comma ','. '*' format can be included to add/remove the watch file dynamically. At the interval of refresh_interval, Fluentd refreshes the list of watch files.
4pos_file handles multiple positions in one file so no need to have multiple pos_file parameters per source. Don’t share pos_file between tail configurations. It causes unexpected behavior e.g. corrupt pos_file content.
5The tag of the event.
6Enables the additional inotify-based watcher. Either of enable_watch_timer or enable_stat_watcher must be true
7Enables the additional watch timer. Either of enable_watch_timer or enable_stat_watcher must be true
8The none parser plugin parses the line as-is with the single field. This format is to defer the parsing/structuring of the data.
9<match> directives determine the output destinations. The match directive looks for events with matching tags and processes them. The most common use of the match directive is to output events to other systems.
10Chooses how to pass the events to <store> plugins. deep copied events to each store plugin. This mode is useful when you modify the nested field after out_copy, e.g. Docker Swarm/Kubernetes related fields.
11Specifies the storage destinations. The format is the same as the <match> directive. This section is required at least once.
12The mongo Output plugin writes records into , the document-oriented database system.
13The MongoDB connection string for URI.
14This option enables the capped collection. This is always recommended. Capped collections are fixed-size collections that support high-throughput operations that insert and retrieve documents based on insertion order. Capped collections work in a way similar to circular buffers: once a collection fills its allocated space, it makes room for new documents by overwriting the oldest documents in the collection.
15Flushing Parameters:
-
-
-
-fluent mongo -
-
Figure 1. type tail
-
-
-
-

restart

-
-

To make changes become effective a restart is required

-
-
-
-
./tools/poc-service-restart-dummy
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/doc-readmongo_service.html b/build/site/swarmlab_poc-datacollector/docs/doc-readmongo_service.html deleted file mode 100644 index 8b02241..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/doc-readmongo_service.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - readmongo_service :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

readmongo_service

-
-

App

-
-
-
-
src: readmongo/swarmlab-app/src/run/
-
-
-
-

stream2mongo

-
-
-
async function onCollectionNew(err, collection) {
-  let options = {
-    tailable: true,
-    awaitdata: true,
-    numberOfRetries: -1,
-    tailableRetryInterval: 500,
-  };
-  var cursor = collection.find({}, options).stream();
-  var itemsProcessed = 0;
-  var room = this.user;
-  var sid = this.id;
-  console.log("Inside callback: " + room + " Id: " + sid);
-  var rep = setUser(sid, room);
-
-  cursor.on("data", async function (data) {
-    cursor.pause();
-    var res = await getkey(sid);
-
-    if (res == "1") {
-      cursor.resume();
-      var obj = JSON.parse(JSON.stringify(data));
-      io.in(room).emit("logsend", obj);
-    } else if (res == "2") {
-      cursor.resume();
-      console.log("Cursor is closing...");
-      cursor.close();
-    }
-  });
-}
-
-
-
-
-
var cursor = collection.find({}, options).stream();
-
-
-
-

A Tailable Cursor remains open after the client exhausts the results in the initial cursor.

-
-
-

Tailable cursors are conceptually equivalent to the tail Unix command with the -f option (i.e. with "follow" mode).

-
-
-

After clients insert new additional documents into a capped collection, the tailable cursor will continue to retrieve documents.

-
-
-
-

socket (open,checkstream,event)

-
-
-
const pubClient = new Redis({
-  host: REDIS,
-  port: REDIS_PORT,
-});
-
-  // ------------------------------
-  // read from redis
-  // ------------------------------
-async function getkey(id) {
-  return new Promise((resolve) => {
-    pubClient.get(id, function (err, reply) {
-      if (err) {
-        resolve(null);
-      } else {
-        if (reply) {
-          //console.log("---------fount----------");
-          resolve(1);
-        } else {
-          console.log("----------not fount------------");
-          resolve(2);
-        }
-      }
-    });
-  });
-}
-
-  // ------------------------------
-  //   check if stream exists
-  // ------------------------------
-async function checkstream(data) {
-  var res = await getkey(data.id);
-  if (res == "1") {
-    console.log("Stream is on!");
-  } else {
-    console.log("Creating Stream....");
-
-    var url = URL;
-    MongoClient.connect(
-      url,
-      { useNewUrlParser: true, useUnifiedTopology: true },
-      function (err, db) {
-        if (err) throw err;
-        var dbo = db.db(DATABASE);
-        dbo.collection(COLLECTION, onCollectionNew.bind(data));
-      }
-    );
-  }
-}
-
-  // ------------------------------
-  // --- open socket -------------
-  // ------------------------------
-io.on("connection", (s) => {
-  console.error("socket connection");
-  var usersession = new Object();
-  usersession.SOCKET = {};
-  usersession.SOCKET.error = {};
-  console.error("socket ...");
-  s.auth = false;
-
-  // ------------------------------
-  // --- authenticate
-  // ------------------------------
-  s.on("authenticate", function (data) {
-    const token = data;
-    (async () => {
-      var isvalid = await checkToken(token);
-      if (isvalid.action == "ok") {
-        usersession.SOCKET.user = isvalid.user;
-        usersession.SOCKET.scope = isvalid.scope; // space delimeter
-        usersession.SOCKET.token = isvalid.token;
-        usersession.SOCKET.id = s.id;
-        s.auth = true;
-      } else {
-        s.auth = false;
-      }
-    })();
-  });
-
-  // ------------------------------
-  // --- event ----------------
-  // ------------------------------
-  s.on("onevent", function (data) {
-    var binddata = {
-      user: data,
-      id: s.id,
-    };
-    checkstream(binddata);
-  });
-
-}
-
-
-
-
-

restart

-
-

To make changes become effective a restart is not required

-
-
- - - - - -
- - -You may have to wait (couple of minutes) for the system to fully provision resources. You may have to refresh the web interface a couple of times! -
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-dummy_service.html b/build/site/swarmlab_poc-datacollector/docs/index-dummy_service.html deleted file mode 100644 index 4158055..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-dummy_service.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - Usage dummy_service :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Usage dummy_service

-
-

usage dummy_service

-
-
- - - - - -
- - -Change to project root directory. You can find this here: Instances → [Select Instance] → Connect -→ "Project BaseDir" -
-
-
-

List devices

-
-
    -
  • -

    Open a terminal and Run:

    -
  • -
-
-
-
-
./tools/poc-dummy-ls
-
-
-
-
-

Add device

-
-
    -
  • -

    Open a terminal and Run:

    -
  • -
-
-
-
-
./tools/poc-dummy-create device-name
-
-
-
-
-

Remove device

-
-
    -
  • -

    Open a terminal and Run:

    -
  • -
-
-
-
-
./tools/poc-dummy-rm device-name
-
-
-
-
-

Send data from device

-
-
    -
  • -

    Open a terminal and Run:

    -
  • -
-
-
-
-
./tools/poc-dummy-send device-name "data test"
-
-
-
- - - - - -
- - -Always use double quotes around data -
-
-
-
-

Device history

-
-
    -
  • -

    Open a terminal and Run:

    -
  • -
-
-
-
-
./tools/poc-dummy-log device-name
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-microservice.html b/build/site/swarmlab_poc-datacollector/docs/index-microservice.html deleted file mode 100644 index 68d8866..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-microservice.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - Add microservice :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Add microservice

-
-

start microservice

-
-
-
-
- - - - - -
- - -Start microservice -
-
-
-
- -
-
-
-
-
-
-
-

add microservice

-
-
-
-
- - - - - -
- - -Add microservice2poc network -
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-mongo.html b/build/site/swarmlab_poc-datacollector/docs/index-mongo.html deleted file mode 100644 index f4d9289..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-mongo.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - Mongo → services mongo :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Mongo → services mongo

-
-
-
-

MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need

-
-
-

Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. -MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL).

-
-
-
-
-

Main features

-
-
-
    -
  • -

    Ad-hoc queries

    -
    -
      -
    • -

      MongoDB supports field, range query, and regular-expression searches.

      -
    • -
    -
    -
  • -
  • -

    Indexing

    -
    -
      -
    • -

      Fields in a MongoDB document can be indexed with primary and secondary indices or index.

      -
    • -
    -
    -
  • -
  • -

    Replication

    -
    -
      -
    • -

      MongoDB provides high availability with replica sets.

      -
    • -
    -
    -
  • -
  • -

    Load balancing

    -
    -
      -
    • -

      MongoDB scales horizontally using sharding.

      -
    • -
    -
    -
  • -
  • -

    File storage

    -
    -
      -
    • -

      MongoDB can be used as a file system, called GridFS, with load balancing and data replication features over multiple machines for storing files.

      -
    • -
    -
    -
  • -
  • -

    Aggregation

    -
    -
      -
    • -

      MongoDB provides three ways to perform aggregation: the aggregation pipeline, the map-reduce function, and single-purpose aggregation methods.

      -
    • -
    • -

      Map-reduce can be used for batch processing of data and aggregation operations.

      -
    • -
    -
    -
  • -
  • -

    Server-side JavaScript execution

    -
    -
      -
    • -

      JavaScript can be used in queries, aggregation functions (such as MapReduce), and sent directly to the database to be executed.

      -
    • -
    -
    -
  • -
  • -

    Capped collections

    -
    -
      -
    • -

      MongoDB supports fixed-size collections called capped collections. This type of collection maintains insertion order and, once the specified size has been reached, behaves like a circular queue.

      -
    • -
    -
    -
  • -
-
-
-

Doc origin wikipedia

-
-
-
-
-

Replication in MongoDB

-
-
-
-
replica set is a group of mongod instances that maintain the same data set. A replica set contains several data bearing nodes and optionally one arbiter node.
-
-
-
-
-replica set primary with two secondaries.bakedsvg -
-
-
- - - - - -
- - -swarmlab provide storage options -
-
-
-

Video = intro

-
-
-
- - - - - -
- - -Mongo in 100 Seconds -
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-nodejs.html b/build/site/swarmlab_poc-datacollector/docs/index-nodejs.html deleted file mode 100644 index 82cd0a2..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-nodejs.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - NodeJS → services readmongo_service, dummy_service :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

NodeJS → services readmongo_service, dummy_service

-
-

asynchronous event-driven

-
-
- - - - - -
- - -As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. -
-
-
-

Almost no function in Node.js directly performs I/O, so the process never blocks. Thanks to this, scalable systems is very reasonable to be developed in Node.js.

-
- -
- - - - - -
- - -Node.js is similar in design to, and influenced by, systems like Ruby’s Event Machine and Python’s Twisted. -
-
-
-

Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of a library.

-
-
-

In other systems, there is always a blocking call to start the event-loop.

-
-
-

Typically,

-
-
-
    -
  • -

    behavior is defined through callbacks at the beginning of a script,

    -
  • -
  • -

    and at the end a server is started through a blocking call like EventMachine::run().

    -
  • -
-
-
- - - - - -
- - -
-

In Node.js, there is no such start-the-event-loop call.

-
-
-
    -
  • -

    Node.js simply enters the event loop after executing the input script.

    -
  • -
  • -

    Node.js exits the event loop when there are no more callbacks to perform.

    -
  • -
-
-
-
-
-
-
-

threads

-
-
-

Node.js being designed without threads doesn’t mean you can’t take advantage of multiple cores in your environment.

-
-
-

Child processes can be spawned by using our child_process.fork() API, and are designed to be easy to communicate with.

-
-
- - - - - -
- - -Built upon that same interface is the cluster module, which allows you to share sockets between processes to enable load balancing over your cores. -
-
-
-
-
-

socket.io

-
-
-

Socket.IO is a library that enables real-time, bidirectional and event-based communication between the browser and the server.

-
-
-

It consists of:

-
-
-
    -
  • -

    a Node.js server: Source | API

    -
  • -
  • -

    a Javascript client library for the browser (which can be also run from Node.js): Source | API

    -
  • -
-
-
-
-bidirectional communication -
-
- -
-
-
-

express

-
-
-

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

-
-
-

Fast, unopinionated, minimalist web framework for Node.js

-
-
-
-
-

Video = intro

-
-
-
-
- - - - - -
- - -NodeJS in 10 Minutes and Netflix -
-
-
-
- -
-
-
-
- -
-
-
-
-
-

netflix

-
-
-
    -
  • -

    6:50 monolithic

    -
  • -
  • -

    8:24 minroservices

    -
  • -
  • -

    19:00 microservice

    -
  • -
  • -

    37:00

    -
  • -
-
- -
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-redis.html b/build/site/swarmlab_poc-datacollector/docs/index-redis.html deleted file mode 100644 index 69f6511..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-redis.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - Redis → services redisserver :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Redis → services redisserver

-
-
-
-

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.

-
-
-

The project was developed and maintained by ihttps://github.com/antirez[Salvatore Sanfilippo^]

-
-
- - - - - -
- - -The name Redis means *Re*mote *Di*ctionary *S*erver. -
-
-
-

MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL).

-
-
-
-
-

Main features

-
- -
-

Video = intro

-
-
-
- - - - - -
- - -Redis in 100 Seconds -
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-src.html b/build/site/swarmlab_poc-datacollector/docs/index-src.html deleted file mode 100644 index 58e6648..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-src.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - Source and config files :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Source and config files

-
-
-
-
-swarmlab connect -
-
-
-
    -
  • -

    (1) Opens the info menu

    -
  • -
  • -

    (2) Run a shell in a running container

    -
  • -
  • -

    (3) Opens web interface

    -
  • -
  • -

    (4),(5) Source directory - Directory Maps

    -
  • -
-
-
-
-types of mounts bind -
-
-
-

"Directory Maps" are the preferred mechanism for persisting data generated by and used by Docker containers. We use here "bind mounts" and they are dependent on the directory structure and OS of the host machine.

-
-
- - - - - -
- - -Your local changes to the files will be overwritten by click on "Download" button. You should always take a full backup first (simple copy the directory tree) -
-
-
-
-
-

webclient

-
-
-

Source code: playground-client/src

-
-
-

environment variables: playground-client/.env

-
-
-
-
-

dummy_service

-
-
-

Source code: dummyservice/swarmlab-app/src/run

-
-
-

config file: WriteToMongo/fluent/fluent.conf

-
-
-
    -
  • -

    Unified data collector layer

    -
  • -
-
-
-
-
-

readmongo_service

-
-
-

Source code: readmongo/swarmlab-app/src/run

-
-
-

environment variables: readmongo/swarmlab-app/src/.env

-
-
-
-
-

redisserver

-
-
-

Redis is automatically started for you. We use nodeJS to interact with Redis. Setup config etc, on the fly from dummy_service and readmongo_service services.

-
-
-
-
-

mongo

-
-
-

Mongo is automatically started for you. We use nodeJS to interact with Mongo. Setup config etc, on the fly from dummy_service and readmongo_service services.

-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-structure.html b/build/site/swarmlab_poc-datacollector/docs/index-structure.html deleted file mode 100644 index 2500736..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-structure.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - project structure and technologies used :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

project structure and technologies used

-
-

Dynamic Structure

-
-
-
-
-
-swarm poc -
-
-
-


-

-
-
-
From → To
-
    -
  • -

    monolithic → networking architecture

    -
  • -
  • -

    static → Dynamic

    -
  • -
  • -

    host based → Service based

    -
  • -
  • -

    linear → agile

    -
  • -
-
-
-
-
- - - - - -
- - -You will learn to code, coordinate and orchestrate a swarm of self-acting nodes. -
-
-
-
-
-

Dynamic Instaces

-
-
-
-
-
-210 -
-
-
-


-

-
-
-

Server instances are platform agnostic container-based applications.

-
-
-

To build a large - scale distributed application we take advantage of standardized code deployments using Docker containers.

-
-
-

Docker-based applications can be seamlessly moved from local development machines to production deployments

-
-
-


-
-
-
-
-
-
-

Dynamic networks - Swarm

-
-
-
-
-
-320 -
-
-
-


-
-
-

From Code to full-blown systems

-
-
-
    -
  • -

    from a single container on your local machine

    -
  • -
  • -

    to a running cloud native - container-based environment

    -
  • -
  • -

    in the simplest and most logical format as possible.

    -
  • -
-
-
-


-
-
-
-

-
-
-
-
Services in a dynamic and Scalable Distributed Architecture
-
-
-
-

-
-
-
-
-
-
-

Datacollector structure

-
-
-
-
-
-230 -
-
-
-

-
-
-
    -
  • -

    (red) Redisserver

    -
    -
      -
    • -

      redis sync for readmongo_service and dummy_service

      -
    • -
    -
    -
  • -
  • -

    (blue) readmongo_service

    -
    -
      -
    • -

      reads data from mongodb (Rest api)

      -
      -
        -
      • -

        1. Webclient → readmongo_service

        -
      • -
      • -

        2. readmongo_service ← mongo

        -
      • -
      • -

        3. webclient ← readmongo_service

        -
      • -
      -
      -
    • -
    • -

      reads data from mongodb (socket)

      -
      -
        -
      • -

        Webclient ←→ readmongo_service ←→ redis ←→ readmongo_service ←→ mongo

        -
      • -
      -
      -
    • -
    -
    -
  • -
  • -

    (green) dummy_service

    -
    -
      -
    • -

      IoT devive or App → mongo

      -
    • -
    -
    -
  • -
-
-
- - - - - -
- - -(red), (blue) and (green) are scalable microservices -
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-usage.html b/build/site/swarmlab_poc-datacollector/docs/index-usage.html deleted file mode 100644 index 50c5427..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-usage.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Usage datacollector :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Usage datacollector

-
-

start datacollector

-
-
-
-
- - - - - -
- - -Start poc-datacollector -
-
-
-
- -
-
-
-
-
-
-
-

stop datacollector

-
-
-
-
- - - - - -
- - -Stop poc-datacollector -
-
-
-
- -
-
-
-
-
-
-
-

Open Web interface webclient

-
-
-
-
- - - - - -
- - -Start poc-datacollector -
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index-vuejs.html b/build/site/swarmlab_poc-datacollector/docs/index-vuejs.html deleted file mode 100644 index 02095d7..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index-vuejs.html +++ /dev/null @@ -1,464 +0,0 @@ - - - - - - Vue.js → service webclient :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Vue.js → service webclient

-
-
-
- - - - - -
- - -
-

Vue.js is an open-source, progressive JavaScript framework for building user interfaces (UIs) and single-page applications.

-
-
-
-
-

Library modularization using a framework is common in frontend development.

-
-
-

What differentiates Vue.js from other alternatives is:

-
-
-
    -
  • -

    its “high decoupling”,This means it is very simple to extend its functionalities as modules are included to an application.

    -
  • -
-
-
-

For example, if we want to organize and render small visual components, all we need is Vue.js’s ‘core’ library. -It is not necessary to include additional libraries.

-
-
-

As the application grows,

-
-
-
    -
  • -

    we have libraries to manage routes such as ‘vue-router’,

    -
  • -
  • -

    libraries to manage the global state such as ‘vuex’

    -
  • -
  • -

    and libraries to build responsive web applications such as ‘bootstrap-vue’.

    -
  • -
  • -

    Additionally, if our application needs to be optimized or needs good SEO, we can include the ‘vue-server-rendering’ library.

    -
  • -
-
-
-

In the following figure, we can see how the libraries we just mentioned are progressively included, from a small SPA to multi-page applications (MPA).

-
-
-
-intro -
-
-
- - - - - -
- - -The name of the framework – Vue – is the same phonetically in English as view, and it corresponds to the traditional Model-View-Controller (MVC) architecture -
-
-
-

React and Angular are other Frameworks similar to vuejs

-
-
-
-
-

why Vue js

-
-
-

Below are the reasons stating why Vue js is gaining more popularity:

-
-
-
    -
  • -

    Easy To Understand And Learn

    -
  • -
  • -

    Easy Customization

    -
  • -
  • -

    Readability And Single-file Components

    -
  • -
  • -

    Lightweight

    -
  • -
  • -

    Robust Tooling Ecosystem

    -
  • -
  • -

    Flexibility And Integration Capabilities

    -
  • -
  • -

    Much Advanced

    -
  • -
  • -

    High Performance

    -
  • -
  • -

    LAST BUT NOT LEAST, Documentation

    -
  • -
-
-
-
-
-

Vuex

-
-
-

Vuex is a state management pattern + library for Vue.js applications.

-
-
-
    -
  • -

    It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.

    -
  • -
  • -

    It also integrates with Vue’s official devtools extension -to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.

    -
  • -
-
-
- - - - - -
- - -
What is a "State Management Pattern"?
-
-

Let’s start with a simple Vue counter app:

-
-
-
-
new Vue({
-  // state
-  data () {   (1)
-    return {
-      count: 0
-    }
-  },
-  // view
-  template: `    (2)
-    <div>{{ count }}</div>
-  `,
-  // actions
-  methods: {   (3)
-    increment () {
-      this.count++
-    }
-  }
-})
-
-
-
- - - - - - - - - - - - - -
1The state, the source of truth that drives our app;
2The view, a declarative mapping of the state;
3The actions, the possible ways the state could change in reaction to user inputs from the view.
-
-
-

This is a simple representation of the concept of "one-way data flow":

-
-
-
-
-
-nvc -
-
-
-
-nvc1 -
-
-
- - - - - -
- - -Online Vuex cources -
-
-
-
-
-

Using Axios to Consume APIs

-
-
- - - - - -
- - -Axios is a library for http communication, making ajax requests, and so on. -
-
- -
-
-
-

Using socket.io to Consume Websocket

-
-
-
-bidirectional communication -
-
-
-

Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms. It supports multiple transports, such as WebSockets, Flash sockets, long polling and more, automatically falling back when a transport fails

-
- -
-

Vue Packages

-
-
- -
-
-
-
-

Video = intro

-
-
-
-
- - - - - -
- - -REST API and Socket -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - - diff --git a/build/site/swarmlab_poc-datacollector/docs/index.html b/build/site/swarmlab_poc-datacollector/docs/index.html deleted file mode 100644 index 6e394e4..0000000 --- a/build/site/swarmlab_poc-datacollector/docs/index.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - Data collector! :: Swarmlab faq - - - - - - - -
- -
-
- -
- -
- -
-

Data collector!

-
-
-
-
-swarmlab -
-
-
-

The "data collector" is a lightweight microservice application that collect and sends metadata, collected from a system, such as an IoT network, distributed system, data center, etc to a storage system.

-
-
-
    -
  • -

    The data are transmitted, stored, and can be retrieved at any time.

    -
  • -
-
-
-

"data collector" are developed with a platform agnostic"container-based application strategy

-
-
- - - - - -
- - -
-

A platform-agnostic approach offers many choices

-
-
-
    -
  • -

    Can be seamlessly moved from local development machine to production deployments

    -
  • -
  • -

    Flexibility, Reliability

    -
    -
      -
    • -

      Avoiding Vendor Lock-In

      -
    • -
    -
    -
  • -
  • -

    From Code to full-blown systems

    -
    -
      -
    • -

      from a single container on your local machine

      -
    • -
    • -

      to a running cloud native - container-based environment

      -
    • -
    -
    -
  • -
-
-
-
-
-
-
-

Start

-
-
-

You can start it in the same way as you start any other application.

-
-
- - - - - -
- - -You can find more information here -
-
-
- - - - - -
- - -You may have to wait (couple of minutes) for the system to fully provision resources. You may have to refresh the web interface a couple of times! -
-
-
-

on Error:

-
- - - - - -
- - -
-

on Error:

-
-
-
-
UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
-
-
-
-

Run:

-
-
-
-
export DOCKER_CLIENT_TIMEOUT=120
-export COMPOSE_HTTP_TIMEOUT=120
-
-
-
-

onError:

-
-
-
-
could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
-
-
-
-

Do you have a VPN connected?

-
-
-
    -
  • -

    Turn off VPN

    -
  • -
  • -

    Start POC

    -
  • -
  • -

    After that, you can enable VPN again

    -
  • -
-
-
-
-
-
-
-
-

Open web interface

-
-
-

Find "webclient" Instance from menou:

-
-
-
    -
  • -

    Instances - > click more

    -
  • -
  • -

    connect → "Click here to open the Web_App"

    -
  • -
-
-
-
-
-

Open console

-
-
-

Find "webclient" Instance and run

-
-
-
-
docker exec ... Command
-
-
-
-
-
-

Source directory

-
-
-

The directory that contains the source is in "Directory Maps → Local" column.

-
-
-
-swarmlab connect -
-
-
-
    -
  • -

    (1) Opens the info menu

    -
  • -
  • -

    (2) Run a shell in a running container

    -
  • -
  • -

    (3) Opens web interface

    -
  • -
  • -

    (4),(5) Source directory - Directory Maps

    -
  • -
-
-
-

"Directory Maps" are the preferred mechanism for persisting data generated and used by Docker containers. We use here "bind mounts" and they are dependent on the directory structure and OS of the host machine.

-
-
- - - - - -
- - -Your local changes to the files will be overwritten by clicking the "Download" button. You should always take a full backup first (simple copy the directory tree) -
-
-
-
-
-
-
-
-
-

This page was built using the Antora default UI

-
- - - - - - -