Parse
#vngrsbootcamp
Backend as a Service
Ali Davut
ali.davut@vngrs.com
Team Lead
/alidavut
Parse
iOS OS X Android Windows Phone Windows
Javascript .NET Unity PHP Xamarin
Parse
Parse Core Parse Push Parse Analytics
Parse Core
Veritabanı
Veri Tipler
• String
• Number
• Boolean
• Date
• Array
• Object
• File
• GeoPoint
• Pointer
• Relation
Data Browser
Parse Core
Veritaban
API
API
URL HTTP Verb Fonksiyon
/1/classes/<className> GET
Nesnelerin Listesini
Döner
/1/classes/<className> POST
Yeni Bir Nesne
Oluşturur
/1/classes/<className>/<objectId> GET
İstenen Nesneyi
Döner
/1/classes/<className>/<objectId> PUT
Nesne Verilerini
Günceller
/1/classes/<className>/<objectId> DELETE Nesneyi Siler
API
Request
GET
https://api.parse.com/1/classes/Todo
Response
{
"results": [
{
"content": "Pull Requestlere Bak",
"done": false,
"createdAt": "2014-11-19T10:19:16.540Z",
"updatedAt": "2014-11-19T10:19:50.868Z",
"objectId": "RXGnPomLkJ"
}
]
}
API
Request
GET
https://<ApplicationID>:javascript-key=<JS Key>@api.parse.com/1/classes/Todo
Response
{
"results": [
{
"content": "Pull Requestlere Bak",
"done": false,
"createdAt": "2014-11-19T10:19:16.540Z",
"updatedAt": "2014-11-19T10:19:50.868Z",
"objectId": "RXGnPomLkJ"
}
]
}
Parse Core
Veritaban
API
Kullanıcılar
Kullanıcılar
• Email ile Giriş
• Facebook, Twitter Desteği
• Roller
Parse Core
Veritaban
API
Kullanıcılar
Cloud Code
Cloud Code
• Sunucu Tarafında Çalışan JS
• Özel Fonksiyonlar
• Data Validation
• Parse’a Özel Modüller
Cloud Code
Parse.Cloud.beforeSave("Article", function(request, response) {
var article = request.object;
if (!article.get("title")) {
response.error("Every article must have a title.");
} else {
response.success();
}
});
Fonksiyon Tanımlama
Parse.Cloud.define("ping", function(request, response) {
response.success("pong!");
});
Request
GET
https://api.parse.com/1/functions/ping
Response
{
"result": “pong!"
}
Parse Core
Veritaban
API
Kullanıcılar
Cloud Code
Background Jobs
Background Jobs
Parse.Cloud.job("jobName", function(request, status) {
...
...
status.success(result);
}
Background Jobs
Parse Core
Veritaban
API
Kullanıcılar
Hosting
Cloud Code
Background Jobs
Hosting
• Statik dosya depolama
• Landing Page
• Custom Domain
• Dinamik Web Sitesi (Express.js ile)
Parse Core
Veritaban
API
Kullanıcılar
Hosting
Cloud Code
Background Jobs
Otomatik Ölçekleme
DEMO
TODO List
Parse

More Related Content

PDF
Parse - Backend as a Service
PPTX
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
PPTX
How to automate all your SEO projects
PDF
State of search | drupal dinner
PDF
Денис Головняк - Продвинутый поиск с помощью Search API
PDF
Building RESTful APIs
PPT
Xapian vs sphinx
PPTX
Building Beautiful REST APIs in ASP.NET Core
Parse - Backend as a Service
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
How to automate all your SEO projects
State of search | drupal dinner
Денис Головняк - Продвинутый поиск с помощью Search API
Building RESTful APIs
Xapian vs sphinx
Building Beautiful REST APIs in ASP.NET Core

What's hot (20)

KEY
PDF
A Survey of Elasticsearch Usage
PDF
Why Django
PDF
使用 Elasticsearch 及 Kibana 進行巨量資料搜尋及視覺化-曾書庭
PDF
API Design & Security in django
PPTX
Postman Collection Format v2.0 (pre-draft)
PDF
Two Webs! : combining the best of Web 1.0, Web 2.0 and the Semantic Web
PPTX
Crafting Evolvable Api Responses
PDF
Building Beautiful REST APIs in ASP.NET Core
PDF
Django rest framework tips and tricks
PPTX
Gab2015 azure search as a service
PDF
A Practical Guide To Hypermedia APIs - Philly.rb
PPTX
Indexing and searching NuGet.org with Azure Functions and Search - .NET fwday...
PPTX
Portfolio Oversight With eazyBI
PDF
Elasticsearch at Automattic
PDF
Maarten Balliauw "Indexing and searching NuGet.org with Azure Functions and S...
PPTX
03 integrate webapisignalr
PPTX
04 integrate entityframework
ODP
Designing a generic Python Search Engine API - BarCampLondon 8
DOCX
SharePoint 2013 REST API & Remote Authentication
A Survey of Elasticsearch Usage
Why Django
使用 Elasticsearch 及 Kibana 進行巨量資料搜尋及視覺化-曾書庭
API Design & Security in django
Postman Collection Format v2.0 (pre-draft)
Two Webs! : combining the best of Web 1.0, Web 2.0 and the Semantic Web
Crafting Evolvable Api Responses
Building Beautiful REST APIs in ASP.NET Core
Django rest framework tips and tricks
Gab2015 azure search as a service
A Practical Guide To Hypermedia APIs - Philly.rb
Indexing and searching NuGet.org with Azure Functions and Search - .NET fwday...
Portfolio Oversight With eazyBI
Elasticsearch at Automattic
Maarten Balliauw "Indexing and searching NuGet.org with Azure Functions and S...
03 integrate webapisignalr
04 integrate entityframework
Designing a generic Python Search Engine API - BarCampLondon 8
SharePoint 2013 REST API & Remote Authentication
Ad

Viewers also liked (13)

PPTX
Advanced Encryption Standard
PDF
Advanced Encryption Standard
PPT
Advanced Encryption Standard Report
PDF
Advanced encryption standard (aes) epul
PDF
AES effecitve software implementation
PPSX
Advanced Encryption Standard (AES)
PDF
Advanced Encryption Standard (AES)
PDF
Intro to database_services_fg_aws_summit_2014
PPTX
ITB2016 - AWS lambda
PDF
Advanced encryption standard (aes)
PPTX
Designing for elasticity on AWS
PDF
A 60-mn tour of AWS compute (March 2016)
Advanced Encryption Standard
Advanced Encryption Standard
Advanced Encryption Standard Report
Advanced encryption standard (aes) epul
AES effecitve software implementation
Advanced Encryption Standard (AES)
Advanced Encryption Standard (AES)
Intro to database_services_fg_aws_summit_2014
ITB2016 - AWS lambda
Advanced encryption standard (aes)
Designing for elasticity on AWS
A 60-mn tour of AWS compute (March 2016)
Ad

Recently uploaded (20)

PDF
Visual explanation of Dijkstra's Algorithm using Python
PPTX
Introduction to Windows Operating System
PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PDF
Microsoft Office 365 Crack Download Free
PPTX
Lecture 5 Software Requirement Engineering
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PPTX
CNN LeNet5 Architecture: Neural Networks
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PPTX
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PPTX
Trending Python Topics for Data Visualization in 2025
PDF
Guide to Food Delivery App Development.pdf
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PPTX
Airline CRS | Airline CRS Systems | CRS System
DOC
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
PPTX
How to Odoo 19 Installation on Ubuntu - CandidRoot
Visual explanation of Dijkstra's Algorithm using Python
Introduction to Windows Operating System
BoxLang Dynamic AWS Lambda - Japan Edition
Microsoft Office 365 Crack Download Free
Lecture 5 Software Requirement Engineering
How Tridens DevSecOps Ensures Compliance, Security, and Agility
CNN LeNet5 Architecture: Neural Networks
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
Topaz Photo AI Crack New Download (Latest 2025)
Tech Workshop Escape Room Tech Workshop
Wondershare Recoverit Full Crack New Version (Latest 2025)
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Trending Python Topics for Data Visualization in 2025
Guide to Food Delivery App Development.pdf
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
Airline CRS | Airline CRS Systems | CRS System
UTEP毕业证学历认证,宾夕法尼亚克拉里恩大学毕业证未毕业
How to Odoo 19 Installation on Ubuntu - CandidRoot

Parse