10 minutes: API Model Canvas - business plan tool for APIs (Jarkko Moilanen, API:Suomi & Manfred Bortenschlager, 3Scale) [See slides]
[cancelled] 10 minutes: APIOps API expert training in Tampere University of Applied Sciences (Ari Rantala)
20 minutes: API economy & The Open API Initiative (OAI) - Board member
Is it possible to teach kids about digital piggybank, explain them money, currency, savings, and especially when they ask how does it work ?
Explaining APIs for acceptance by non-technical colleagues has always been a challenge. Tools like Swagger have helped surely but a large amount of business managers, customer campaign managers, business consultants still are unaware of what APIs can do for them; and what they can actually ask for and phrase a requirement from service providers or partners
There exists a common problem if you are:
At ERNIT we not only teach children about financial literacy, but also try to answer how does it work. How easy or difficult it is to connect to a bank, how they like to sit on information and not provide us easily, what it is to transfer money from one person to another, from one account to another, and one country to another ... And based upon how much this kid gets to know about APIs, this kid might soon wants us to switch his savings to another currency by virtue of just knowing that technically by the APIs, it is actually possible
Can a teenager of tomorrow with experience with ERNIT, Netflix, iTunes play role in defining how an API should be and what should it provide to him, and how much he is willing to pay? This might be start of what is coming next when literacy of API reaches the masses whose demands just need to be tapped. How will it go against current banking system, media reports, regulations and will they get to all co-exist in API economy?
Amandeep comes from over 14 years of technical implementation experience at customer sites and consulting from large scale enterprise systems integrations, to recently as microservices advocate driving and focussing on efficiency of process delivery and building stable turnkey solutions for customers across Denmark, France, UK, China, and India. His recent assignment with ERNIT is to integrate the digital piggybank with all banks in Europe and with Bitcoin solutions, while also educating and interacting with actual customers of solution seeking their participation in building it
Presenters Manfred Bortenschlager (@manfredbo) and Nicolas Grenié (@picsoung) will take you through the necessary steps to set up the infrastructure to secure and monitor traffic to your API using an API gateway implemented with 3scale. They'll also share some best practices, tricks and tools you can use to help you test, debug and monitor your API.
Topics covered will include::
Register to workshop with this form
The workshop introduces the audience to AWS services such as API Gateway, Lambda functions that enable developers to develop services to the cloud without deploying any servers. the serverless framework that streamlines the process of developing and deploying API Gateway / Lambda based solutions The workshop consists of a short theory introduction and of a step-by-step tutorial how to build a simple blog backend using API Gateway, Lambda and serverless.
Prerequisites for the workshop (for the hands-on excercise):
In this presentation we will see the principles of API description languages and those of API Discovery. And understand why public catalogs of API definitions is core of future IoA. Whole talk is based on APIs.guru project as example of such catalog.
An API gateway is a single entry point for APIs in a microservices infrastructure. It provides authentication and authorization layers, routes and load balances requests to API services, and caches previous requests. Being the first entry point of the API, it is crucial to manage and provision it through code rather than using a manual process. Furthermore, replicating its configuration on development and staging environments allows to load test the API gateway and to anticipate issues before it is deployed to production.
I demonstrate the deployment of an API gateway using Docker. Technologies used include:
I discuss the benefits of using Docker and how it simplifies changes of configuration and deployment to multiple environments. Sample code and brief documentation are available on GitHub at http://github.com/cirulls/docker-api-gateway
More info coming soon.