Skip to content

ibm-watson-data-lab/parse-on-bluemix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse-on-Bluemix Overview

Greenkeeper badge

Parse, the application framework, is shortly to retire. You can still run Parse applications yourself thanks to the open-sourced Parse Server. This project gives you some simple starter code that lets you run the Parse Server on Bluemix. You can add a MongoDB service from Compose as the app's storage layer.

Application Requirements

  • Bluemix Node.js Runtime
  • Compose.io MongoDB service

Running the app on Bluemix

The fastest way to deploy this application to Bluemix is to click the Deploy to Bluemix button below.

Deploy to Bluemix

Once deployed:

  • Sign up for an account at Compose.io and provision a MongoDB service
  • Add a "MongoDB by Compose" service to your app in the Bluemix Dashboard
  • Configure the "MongoDB by Compose" service by adding the credentials of your Compose MongoDB service into the Bluemix Dashboard

Don't have a Bluemix account? If you haven't already, you'll be prompted to sign up for a Bluemix account when you click the button. Sign up, verify your email address, then return here and click the the Deploy to Bluemix button again. Your new credentials let you deploy to the platform and also to code online with Bluemix and Git. If you have questions about working in Bluemix, find answers in the Bluemix Docs.

Environment Variables

Required

APP_ID MASTER_KEY PARSE_MOUNT CLOUD_CODE_MAIN HTTPS

Optional

DATABASE_URI FILE_KEY CLIENT_KEY JS_KEY REST_KEY DOTNET_KEY ALLOW_CLIENT_CLASS_CREATION ENABLE_ANONYMOUS_USERS OAUTH FACEBOOK_APP_IDS

Privacy Notice

Refer tohttps://github.com/IBM/metrics-collector-client-node#privacy-notice

Disabling Deployment Tracking

For manual deploys, deployment tracking can be disabled by removing require("metrics-tracker-client").track(); from the end of the index.js main server file.

License

Copyright 2016 IBM Cloud Data Services

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http:https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A quick attempt to roll @ParsePlatform on @IBM-Bluemix and see what happens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%