-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch_index.json
9 lines (9 loc) · 2.78 KB
/
search_index.json
1
2
3
4
5
6
7
8
9
[
["index.html", "OpenCPU User Manual Chapter 1 Welcome 1.1 Why OpenCPU 1.2 How it works 1.3 Pieces 1.4 Information and support", " OpenCPU User Manual Build 2017-07-09 Chapter 1 Welcome under construction 1.1 Why OpenCPU Apps. Integration. Mature. Scalable and hackable. Fully open source. library(opencpu) ocpu_start_app('rwebapps/stocks') stockapp 1.2 How it works API for calling R functions and scripts, and managing resources (objects, files, graphics, …) Central: leverages R packages. Packages are natural and powerful container format for R bundling and shipping R code, data, manuals and files. Apps in OpencPU are simply R packages containing R functions. Very flexible and scalable R backend. Builds apps, call it from services or data pipelines. 1.3 Pieces R package: single-user server Apache server: opencpu-server Public cloud server: https://cloud.opencpu.org Docker Containers with opencpu-server JavaScript (browser) client: opencpu.js Apps based on opencpu.js: rwebapps R client for testing 1.4 Information and support API docs Jeroen paper Stack Overflow Mailing list Twitter "],
["get-started.html", "Chapter 2 Get started 2.1 Hello world 2.2 What are apps 2.3 Deployment", " Chapter 2 Get started Steps to develop apps: Create R package with your stuff Expose via OpenCPU single user server Deploy via public server or docker or elsewhere 2.1 Hello world Start a single-user server Run some apps Poke around with curl or the test page. Get some objects in formats, do rpc, post data. Reuse objects from session. 2.2 What are apps 2.3 Deployment Either: Deploy on public server Run your own "],
["the-api.html", "Chapter 3 The API 3.1 Functions 3.2 Data Formats", " Chapter 3 The API Canonical documentation at website. 3.1 Functions 3.2 Data Formats 3.2.1 json 3.2.2 Protocol Buffers 3.2.3 Other types "],
["apps.html", "Chapter 4 Apps 4.1 Functions 4.2 Files 4.3 JavaScript", " Chapter 4 Apps Apps are simply R packages. 4.1 Functions 4.2 Files 4.3 JavaScript "],
["developing-apps.html", "Chapter 5 Developing Apps", " Chapter 5 Developing Apps Setup a development environment. "],
["opencpu-server.html", "Chapter 6 OpenCPU Server 6.1 Installation 6.2 Configuring 6.3 Build from Source", " Chapter 6 OpenCPU Server 6.1 Installation 6.1.1 Ubuntu 16.04 6.1.2 Debian 6.1.3 Fedora / CentOS 6.1.4 Docker 6.2 Configuring 6.2.1 Installing packages 6.2.2 Installing apps 6.2.3 Custom settings Environment variables Custom calls 6.2.4 Performance Tuning Important: each request gets handed in a fork. Thefore they are unaffected but also means that each requests has to load all packages that are not preloaded. Setting limits Preloading packages Custom warmup calls 6.3 Build from Source "],
["docker-1.html", "Chapter 7 Docker", " Chapter 7 Docker opencpu/base opencpu/rstudio Try opencpu user. Install apps. "]
]