Python Marlin ReST API 服务器

程序名称:Python Marlin

授权协议: BSD

操作系统: 跨平台

开发语言: Python

Python Marlin 介绍

Marlin 是 Redis快速简单的 ReST API 服务器。

快速开始:

pip install marlin  # install marlin to the python environment.
marlin-server start  # start marlin server - port: 5000

请求方法

METHOD URL RESPONSE DESCRIPTION
GET /api/v1/[model]?start=1&end=10 [data] 1-10 returns the 1-10 elements in the [model]
GET /api/v1/[model]/1 data item returns the element with id 1
GET /ping/ 200/500 check if service is up and connected
POST /api/v1/[model]/ [data] adds data to the model
PUT /api/v1/[model]/1/ [data] edit data
DELETE /api/v1/[model]/1 200 delete the data item
DELETE /api/v1/[model]/ - delete complete data in model
DELETE /api/v1/[model]?force=1 - delete and reset model (starts with id=1

Python Marlin 官网

https://github.com/atmb4u/marlin

相关编程语言

SchemaCrawler提供一组用于增强标准JDBC Metadata的...
ER Master 是一个用于设计ER模型图的Eclipse插件。提...
Eclipse下用于画数据库ER图的插件,主要特性如下: ...
PowerDesigner 是Sybase的企业建模和设计解决方案,...
Mogwai ERDesigner NG是一个实体关系建模工具类似于...
Power*Architect 是一个数据建模工具,主要用在数据...