14 Creating web services for sharing data analysis results
This chapter covers
- Implementing a Monte Carlo simulation
- Using multiple threads in computations
- Creating and running a web service in Julia
In chapter 1, we discussed a Timeline case study. Recall that the Timeline company provides a web application that helps financial advisers with retirement financial planning. This application needs to perform a lot of on-demand computations while having a fast response time. In this chapter, we will create a web service that serves a similar purpose in a simplified setting.
Imagine we are working at a company that offers its customers a service of evaluating financial assets. You are asked to create a web service that will perform pricing of an ...
Get Julia for Data Analysis now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.