Download - REST Easy with Deployd

Transcript
Page 1: REST Easy with Deployd

Deployd

REST Easy with Deployd

Boydlee Pollentine @boydleep

Page 2: REST Easy with Deployd

Who am I?

Author of Appcelerator Titanium CookbookAuthor of Titanium Best Practices

Run a Digital Agency in NorwichFormer .NET Developer (don’t hate me)

Run tiConf – a Titanium & JavaScript Mobile Conference in the EU, US and Australia

Page 3: REST Easy with Deployd

What is Deployd?In a nutshell…

Deployd allows you to design, build and scale API’s for web and mobile apps in

minutes.It’s free, and open source.

Page 4: REST Easy with Deployd

It even comes with a full dashboard system to allow you to create and manage your collection

API’s, create Events and insert/edit data records.

It’s built on top of Node.JS and MongoDB so you know it’s going to be fast, and

scalable.

Page 5: REST Easy with Deployd

Create RESTful API’s through design…

Deployd is built around a series of REST calls that let’s you create “CRUD” collections (GET, DEL, PUT, POST).

Page 6: REST Easy with Deployd

The Deployd Dashboard

Page 7: REST Easy with Deployd

Scripted Logic through Events…

It uses “Events” for each of the REST methods to allow you to intercept calls

and inject your own business logic code.

Page 8: REST Easy with Deployd

Events Logic Screen

Page 9: REST Easy with Deployd

Access Other Collections & Join

Results…

You can use the built-in DPD library to access other collections in your Deployd database and script business logic based

on those queries…

Page 10: REST Easy with Deployd

Accessing Collections via DPD

Page 11: REST Easy with Deployd

Full User login, logout and creation support

out of the box…

You can use the built-in “user” collection type to automatically manage your

system logins, logouts and user creations.

Page 12: REST Easy with Deployd

You can restrict access to certain

REST calls by throwing “cancel”…

Page 13: REST Easy with Deployd

As well as throwing errors, determining if a property has changed

& more…

protect() = don’t allow updates for this propertyprevious() = object containing previous item valueschanged() = informs if a property item was updated

hide() = hides a property in your REST responseerror() / errorif() = adds an error message to the

response

Page 14: REST Easy with Deployd

Use Modules to perform tasks that Deployd doesn’t already do…..

There’s a number of Deployd modules already available for sending e-mail and get files from

Amazon S3, amongst other things.

They’re based on Node Packages, so you can re-use any Node.JS package with NPM!

Page 15: REST Easy with Deployd

So, what is it good for?

A Case Study

Smarter Learn – Education Portal & Analytics Enginewww.smarterlearn.com

Page 16: REST Easy with Deployd

Smarter Learn

Page 17: REST Easy with Deployd

The BriefBuild a system that was:

Able to create API’s “on – the – fly”Highly scalable with high availability

Could easily be integrated into both web and mobile

And above all, cheap!

Page 18: REST Easy with Deployd

How we did it…Cloud servers are amazing.

Built on top of Linux Cloud servers via RackspaceExternal MongoDB connection

We can scale as required (e.g. on launch of a new game)

Allows us to easily install Load Balancing Analytics get stored long term into a MySQL Cloud

server

Page 19: REST Easy with Deployd

Overcoming obstacles

Nothing is perfect.

We built a custom token-based authentication system,We extended “Forever” scripts to ensure better up-time,

Long running API calls can use significant temporary memory – don’t run Deployd without at least 1GB+ RAM.

IE 8.

Node modules allow you to easily overcome any obstacles!

Page 20: REST Easy with Deployd

The end result…

Thousands of API calls per hour

Easily built into a Responsive Website and an app to come using Deployd’s

Appcelerator Titanium Module

Page 21: REST Easy with Deployd

The end result…

Page 22: REST Easy with Deployd

The end result…

Page 23: REST Easy with Deployd

Even if it’s not your first choice for production…

It is an amazing quick and easy way to build out API’s for websites, mobile apps

or just prototyping ideas.

Page 24: REST Easy with Deployd

There’s a tonne of examples at Deployd.com

There’s plenty of sample apps at Deployd.com that show what you can do with the system, including integration

with AngularJS and other Node.JS based systems.

GitHub Sourcehttp://github.com/deployd

Page 25: REST Easy with Deployd

Super Awesome Fast Prototype Time