2012-05-21 15:18:40 -07:00
2012-04-24 20:49:46 -07:00
2012-05-02 12:25:11 -07:00
2012-04-28 11:19:29 -07:00
2012-03-30 13:11:55 -07:00
2012-03-01 15:41:19 -07:00
2012-04-21 13:03:06 -07:00
2012-03-07 16:14:47 -07:00
2012-04-11 19:12:32 -07:00
2012-03-31 14:54:48 -07:00
2012-04-28 11:22:57 -07:00
2012-05-21 15:18:40 -07:00

deployd

modern, distributed, resource server.

documentation

Features

  • Streaming, Any-Size File Storage
  • Queryable JSON Collections
  • Validation
  • Authentication
  • Events

Installation

$ [sudo] npm install deployd -g

Start

You can start the server with the dpd command line interface. For more commands see dpd -h.

$ dpd listen

Remote Administration

Deployd servers do not rely on human created passwords, instead deployd can be administered over http using a randomly generated auth key.

Use the CLI to generate a unique key for remote administration.

$ dpd key

added key:

{_id: "...", ...}

Requests to low level APIs such as /types and /resources will require a x-dssh-header containing a key generated with dpd.

Keys can contain meta data for identifying their owner. This is useful in the case where access should be granted and revoked on a key by key basis.

$ dpd addkey '{"user":"joe"}'

added key: {user: 'joe', _id: '...', ...}

Questions

Consult the documentation or contact ritchie at deployd com.

Copyright 2012 deployd, llc

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://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.

Description
No description provided
Readme 9.8 MiB
Languages
JavaScript 89.2%
Less 4.4%
HTML 4.4%
CSS 1.1%
EJS 0.9%