Parse

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(MongoDB)
(指南)
 
(未显示1个用户的29个中间版本)
第1行: 第1行:
 
[[Facebook]] Parse 移动开发者平台将于[http://blog.parse.com/announcements/moving-on/ 2017年1月28日关闭]。
 
[[Facebook]] Parse 移动开发者平台将于[http://blog.parse.com/announcements/moving-on/ 2017年1月28日关闭]。
  
==项目==
+
==[http://docs.parseplatform.org/parse-server/guide/ 指南]==
 +
事先安装好 [[Node.js]] 和 [[MongoDB]]
 +
$ sh <(curl -fsSL https://raw.githubusercontent.com/parse-community/parse-server/master/bootstrap.sh)
 +
$ npm install -g mongodb-runner
 +
$ mongodb-runner start
 +
$ npm start
 +
http://localhost:1337/parse
 +
 +
git clone https://github.com/parse-community/parse-server-example
 +
npm install
 +
mongo
 +
npm start
 +
 
 +
==IoT==
 +
*[http://blog.parse.com/learn/connecting-hardware-with-the-cloud-parse-for-iot/ Connecting Hardware with the Cloud: Parse for IoT]
 +
*[https://github.com/ParsePlatform/Anydevice AnyDevice] An [[Internet of Things]] (IoT) sample application built on Parse
 +
*[http://blog.parse.com/learn/make-a-cloud-controlled-car-using-parse-for-iot/ Make a Cloud-Controlled Car using Parse for IoT] [https://github.com/ParsePlatform/InternetCar Internet Car]
 +
*[http://blog.parse.com/learn/using-parse-for-iot-to-create-an-order-button/ Using Parse for IoT to Create an Order Button] [https://github.com/ParsePlatform/AnyButton AnyButton @ GitHub]
 
*[https://github.com/ParsePlatform/parse-embedded-sdks Parse Embedded C SDKs]Parse for IoT:Facebook的物联网SDK
 
*[https://github.com/ParsePlatform/parse-embedded-sdks Parse Embedded C SDKs]Parse for IoT:Facebook的物联网SDK
 +
*[https://github.com/ParsePlatform/Parse-SDK-Arduino Parse Arduino SDK]
 +
*[http://blog.parse.com/learn/engineering/playing-with-arduino-temboo-and-parse/ Playing with Arduino, Temboo and Parse]
 +
 +
==项目==
 +
*[https://github.com/ParsePlatform Parse @ GitHub]
 +
*[https://github.com/ParsePlatform/Docs Parse Docs]
 +
*[https://github.com/ParsePlatform/ParseReact Parse + React]
 +
*[http://blog.parse.com/learn/parse-loves-go/ Parse Loves Go]
 +
*[http://blog.parse.com/learn/building-a-killer-webrtc-video-chat-app-using-pubnub-parse/ Building a Killer WebRTC Video Chat App using PubNub & Parse]
 +
*[https://github.com/ParsePlatform/ParseUI-iOS ParseUI] [http://blog.parse.com/announcements/introducing-the-new-parseui-for-ios/ Introducing the new ParseUI for iOS]
 +
*[https://github.com/boltsframework Bolts Framework] [http://blog.parse.com/learn/introducing-bolts-for-parse-sdks/ Introducing Bolts for Parse SDKs]
  
 
==应用==
 
==应用==
第8行: 第36行:
 
*[https://github.com/ParsePlatform/AnyWall Anywall iOS] [http://itunes.apple.com/us/app/anywall/id520955490?ls=1&mt=8 安装 Anywall iOS]
 
*[https://github.com/ParsePlatform/AnyWall Anywall iOS] [http://itunes.apple.com/us/app/anywall/id520955490?ls=1&mt=8 安装 Anywall iOS]
 
*[https://github.com/ParsePlatform/AnyWall/tree/master/AnyWall-android Anywall Android] [https://play.google.com/store/apps/details?id=com.parse.anywall 安装 Anywall Android]
 
*[https://github.com/ParsePlatform/AnyWall/tree/master/AnyWall-android Anywall Android] [https://play.google.com/store/apps/details?id=com.parse.anywall 安装 Anywall Android]
*[https://github.com/ParsePlatform/ParseStore iOS Parse Store] [https://itunes.apple.com/us/app/parse-store/id613679907?ls=1&mt=8 安装 iOS Parse Store]
+
*[https://github.com/ParsePlatform/ParseStore iOS Parse Store] [https://itunes.apple.com/us/app/parse-store/id613679907?ls=1&mt=8 安装 iOS Parse Store] [http://blog.parse.com/learn/engineering/build-an-e-commerce-mobile-app-on-parse-and-stripe/ Build an e-commerce mobile app on Parse and Stripe]
 
*[https://github.com/ParsePlatform/Anyyolk AnyYolk HTML5 game] [https://www.anyyolk.com/ 在线Play]
 
*[https://github.com/ParsePlatform/Anyyolk AnyYolk HTML5 game] [https://www.anyyolk.com/ 在线Play]
 
*[https://github.com/ParsePlatform/Anyimg Anyimg] [https://www.anyimg.org/ Anyimg官网]
 
*[https://github.com/ParsePlatform/Anyimg Anyimg] [https://www.anyimg.org/ Anyimg官网]
 
*[https://github.com/ParsePlatform/AnyMeme AnyMeme] [http://www.anymeme.org/ AnyMeme官网]
 
*[https://github.com/ParsePlatform/AnyMeme AnyMeme] [http://www.anymeme.org/ AnyMeme官网]
 
*[https://github.com/ParsePlatform/AnyBlog AnyBlog] [http://www.anyblog.co/ AnyBlog官网]
 
*[https://github.com/ParsePlatform/AnyBlog AnyBlog] [http://www.anyblog.co/ AnyBlog官网]
 +
*[https://github.com/parseplatform/anyphone AnyPhone] [http://blog.parse.com/announcements/phone-based-login-can-you-dig-it/ Phone-Based Login, Can You Dig It?]
  
 
==[[MongoDB]]==
 
==[[MongoDB]]==
 
*[http://blog.parse.com/announcements/mongodb-rocksdb-parse/ MongoDB + RocksDB at Parse] [[RocksDB]]
 
*[http://blog.parse.com/announcements/mongodb-rocksdb-parse/ MongoDB + RocksDB at Parse] [[RocksDB]]
 +
*[https://github.com/ParsePlatform/parse-server/wiki/MongoRocks Using MongoDB + RocksDB]
 +
*[http://blog.parse.com/learn/engineering/mongodb-rocksdb-writing-so-fast-it-makes-your-head-spin/ MongoDB + RocksDB: Writing so Fast it Makes Your Head Spin]
 +
*[http://blog.parse.com/learn/engineering/mongodb-rocksdb-benchmark-setup-compression/ MongoDB + RocksDB: Benchmark Setup & Compression]
 
*[https://www.mongodb.com/migrate-from-parse-to-mongodb-cloud-manager-and-aws Migrate from Parse to MongoDB Cloud Manager and AWS]
 
*[https://www.mongodb.com/migrate-from-parse-to-mongodb-cloud-manager-and-aws Migrate from Parse to MongoDB Cloud Manager and AWS]
 +
*[http://blog.parse.com/learn/engineering/migrating-your-parse-app-to-mongorocks/ Migrating Your Parse App to MongoRocks]
 +
*[https://github.com/mongodb-partners/mongo-rocks RocksDB Storage Engine Module for MongoDB]
 +
*[http://blog.parse.com/learn/engineering/strata-open-source-library-for-efficient-mongodb-backups/ Strata: Open Source Library for Efficient MongoDB Backups] [https://github.com/facebookgo/rocks-strata rocks-strata]
 +
*[http://blog.parse.com/learn/engineering/fun-with-tokumx/ Fun with TokuMX] [https://github.com/ParsePlatform/flashback Flashback @ GitHub]
 +
*[http://blog.parse.com/learn/engineering/dependency-injection-with-go/ Dependency Injection with Go]
 +
*[http://blog.parse.com/learn/engineering/smart-indexing-at-parse/ Smart Indexing at Parse]
 +
 +
==安全==
 +
*[http://blog.parse.com/learn/engineering/parse-security-i-are-you-the-key-master/ Parse Security Part I]、[http://blog.parse.com/2014/07/07/parse-security-ii-class-hysteria/ Part II]、[http://blog.parse.com/2014/07/14/parse-security-iii-are-you-on-the-list/ Part III]、[http://blog.parse.com/2014/07/21/parse-security-iv-ahead-in-the-cloud/ Part IV]、[http://blog.parse.com/2014/07/28/parse-security-v-how-to-make-friends/ Part V]
 +
*[https://github.com/ParsePlatform/CloudCodeOAuthGitHubTutorial Adding Third-Party Authentication to your Web App]
 +
 +
==身份验证==
 +
*[https://github.com/ParsePlatform/parse-server/blob/master/src/Auth.js Auth.js]
 +
*[https://github.com/ParsePlatform/parse-server/tree/master/src/authDataManager authDataManager] 支持主流社交账户
 +
*集成 [https://github.com/bnoguchi/everyauth everyauth]
 +
 +
==消息推送==
 +
 +
==Parse Dashboard==
 +
*[https://github.com/ParsePlatform/parse-dashboard Parse Dashboard @ GitHub]
 +
 +
==Parse Analytics==
 +
*[http://blog.parse.com/announcements/parse-analytics-same-great-taste-now-just-the-way-you-like-it/ Parse Analytics: Same Great Taste, Now Just the Way You Like It]
 +
*[http://blog.parse.com/announcements/introducing-push-analytics-improved-insight-into-push-campaigns/ Introducing Push Analytics: Improved Insight into Push Campaigns]
 +
 +
==部署运营==
 +
*[https://parse.com/migration Migration Guide]
 +
*[https://github.com/ParsePlatform/Ops Parse Ops]
 +
*[http://blog.parse.com/announcements/parse-migration-guides-discounts-and-events/ Parse Migration Guides, Discounts, and Events]
 +
*[http://mobile.awsblog.com/post/TxCD57GZLM2JR/How-to-set-up-Parse-Server-on-AWS-using-AWS-Elastic-Beanstalk How to set up Parse Server on AWS using AWS Elastic Beanstalk]
 +
*[https://devcenter.heroku.com/articles/deploying-a-parse-server-to-heroku Deploying a Parse Server to Heroku]
  
 
==服务商==
 
==服务商==
第22行: 第85行:
  
 
==图集==
 
==图集==
 +
<gallery>
 +
image:parse-comparison-parse-server.png|比较
 +
image:parse-embedded.png|Parse Embedded
 +
</gallery>
  
 
==链接==
 
==链接==
 
*[https://parse.com/ Parse官网]
 
*[https://parse.com/ Parse官网]
 
*[https://parseplatform.github.io/ Parse Open Source Hub]
 
*[https://parseplatform.github.io/ Parse Open Source Hub]
 +
*[https://github.com/parse-community/ Parse Community @ GitHub]
 
*[https://github.com/ParsePlatform Parse @ GitHub]
 
*[https://github.com/ParsePlatform Parse @ GitHub]
 
*[https://www.parse.com/tutorials Parse Tutorials]
 
*[https://www.parse.com/tutorials Parse Tutorials]
 
*[http://www.infoq.com/cn/news/2015/08/open-source-parse-sdk Facebook开源Parse后端SDK]
 
*[http://www.infoq.com/cn/news/2015/08/open-source-parse-sdk Facebook开源Parse后端SDK]
 
*[http://www.infoq.com/cn/news/2015/06/Ruby-Go-API-Parse 移动后端支持平台Parse将API由Ruby迁移到Go]
 
*[http://www.infoq.com/cn/news/2015/06/Ruby-Go-API-Parse 移动后端支持平台Parse将API由Ruby迁移到Go]
 +
*[http://blog.parse.com/learn/parse-push-experiments-re-engage-more-powerfully-and-more-creatively-with-ab-testing-2/ Parse Push Experiments]
 
*[https://github.com/ParsePlatform/PushTutorial/tree/master/iOS Tutorial: Setting up Push Notifications on iOS and OS X]
 
*[https://github.com/ParsePlatform/PushTutorial/tree/master/iOS Tutorial: Setting up Push Notifications on iOS and OS X]
 
*[https://parse.com/tutorials/android-push-notifications Tutorial: Setting up Push Notifications on Android]
 
*[https://parse.com/tutorials/android-push-notifications Tutorial: Setting up Push Notifications on Android]
 +
*[http://blog.parse.com/learn/using-parse-to-power-up-your-framer-prototypes-part-i/ Using Parse to Power Up Your Framer Prototypes (Part I)]
  
 
[[category:mobile]]
 
[[category:mobile]]
第40行: 第110行:
 
[[category:MongoDB]]
 
[[category:MongoDB]]
 
[[category:facebook]]
 
[[category:facebook]]
 +
[[category:huihoo]]

2017年12月5日 (二) 08:15的最后版本

Facebook Parse 移动开发者平台将于2017年1月28日关闭

目录

[编辑] 指南

事先安装好 Node.jsMongoDB

$ sh <(curl -fsSL https://raw.githubusercontent.com/parse-community/parse-server/master/bootstrap.sh)
$ npm install -g mongodb-runner
$ mongodb-runner start
$ npm start
http://localhost:1337/parse

git clone https://github.com/parse-community/parse-server-example
npm install 
mongo
npm start

[编辑] IoT

[编辑] 项目

[编辑] 应用

[编辑] MongoDB

[编辑] 安全

[编辑] 身份验证

[编辑] 消息推送

[编辑] Parse Dashboard

[编辑] Parse Analytics

[编辑] 部署运营

[编辑] 服务商

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱