Skip to main content

asyncio REST API Resource database

Project description

Introduction

https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat https://travis-ci.org/plone/guillotina.svg?branch=master Test Coverage Python Versions https://img.shields.io/pypi/v/guillotina.svg License Chat

Please read the detailed docs

This is the working project of the next generation Guillotina server based on asyncio.

Dependencies

  • python >= 3.6

  • postgresql >= 9.6

Quickstart

We use pip:

pip install guillotina

Run postgresql

If you don’t have a postgresql server to play with, you can run one easily with docker.

Download and start the docker container by running:

make run-postgres

Run the server

To run the server:

g

Then…

curl http://localhost:8080

Or, better yet, use postman to start playing with API.

You can also navigate in your Guillotina server with its built-in web admin interface by visiting http://localhost:8080/+admin/.

Deploy on Heroku

Read more Guillotina-Heroku.

https://www.herokucdn.com/deploy/button.svg

Getting started with development

Using pip(requires python > 3.6):

git clone git@github.com:plone/guillotina.git
cd guillotina
python -m venv .
./bin/pip install -r requirements.txt
./bin/pip install -e .[test]

Run tests

We’re using pytest:

./bin/pytest guillotina

and for test coverage:

./bin/pytest --cov=guillotina guillotina/

With file watcher…

./bin/ptw guillotina –runner=./bin/py.test

To run tests with cockroach db:

USE_COCKROACH=true ./bin/pytest guillotina

Default

Default root access can be done with AUTHORIZATION header : Basic root:root

Docker

You can also run Guillotina with Docker!

First, run postgresql:

docker run --rm \
    -e POSTGRES_DB=guillotina \
    -e POSTGRES_USER=guillotina \
    -p 127.0.0.1:5432:5432 \
    --name postgres \
    postgres:9.6

Then, run guillotina:

docker run --rm -it \
    --link=postgres -p 127.0.0.1:8080:8080 \
    guillotina/guillotina:latest \
    g -c '{"databases": [{"db": {"storage": "postgresql", "dsn": "postgres://guillotina:@postgres/guillotina"}}], "root_user": {"password": "root"}}'

This assumes you have a config.yaml in your current working directory

Chat

Join us to talk about Guillotina at https://gitter.im/plone/guillotina

CHANGELOG

4.8.17 (2019-07-25)

  • Make Tuple type work with patch field [vangheem]

  • Make IDublinCore.tags a patch field [vangheem]

  • Add appendunique and extendunique to patch field operations [vangheem]

4.8.16 (2019-07-24)

  • Fix exhausted retries conflict error response [vangheem]

4.8.15 (2019-07-23)

  • Make sure field name of patch field is set before using [vangheem]

4.8.14 (2019-07-23)

  • Fix: just skip indexing attributes from schemas that object does not adapt to [lferran]

  • Improve request memory usage [vangheem]

4.8.13 (2019-07-15)

  • Allow modifying app settings from pytest marks [lferran]

  • Merge CORS headers [qiwn]

  • Fix managed_transaction() crashes when request and tm are not provided [masipcat]

4.8.12 (2019-07-08)

  • Handle CancelledError on application cleanup. This seems to happen with uvloop [vangheem]

4.8.11 (2019-06-28)

  • Cache JSONField schema validator object [vangheem]

  • JSONField works with dict instead of requiring str(which is then converted to dict anyways) [vangheem]

  • A few more antipattern fixes [lferran]

4.8.10 (2019-06-26)

  • Fix indexing data potentially missing updated content when fields for accessor is not specified [vangheem]

  • Fix events antipattern [lferran]

4.8.9 (2019-06-17)

  • bump

4.8.8 (2019-06-17)

  • Emit events for registry configuration changes [vangheem]

4.8.7 (2019-06-14)

  • Add field mappings for test field [lferran]

4.8.6 (2019-06-10)

  • Fix @move enable to allow being able to use it for renaming [vangheem]

4.8.5 (2019-06-07)

  • Be compatible with aiohttp > 3 < 4 [vangheem]

  • Make sure utility you are providing also provides the interface you are creating it for in load_utilities. Before, it would not automatically apply the interface for you. [vangheem]

4.8.4 (2019-06-06)

  • Fix aiohttp startup bug [vangheem]

  • propagate unique violation errors on deletion as they should not happen anymore unless db hasn’t been migrated [vangheem]

4.8.3 (2019-06-06)

  • Upgrade to aiohttp 3.5.0 [vangheem]

4.8.2 (2019-05-28)

  • Fix bug where non-async object subscribers were getting called twice [vangheem]

4.8.2 (unreleased)

  • Nothing changed yet.

4.8.1 (2019-05-25)

  • Improve startup speed by not using glogger for startup code [vangheem]

  • Support zope.Interface inheritance in schema.Object [masipcat]

4.8.0 (2019-05-13)

  • get_object_by_oid now raises KeyError since it provided unsafe behavior when used with tombstoned objects [vangheem]

4.7.8 (2019-05-06)

  • Fix potential memory leak in security lookup cache [vangheem]

  • Fix security policy cache lookup to distinguish between types of cached decisions for parent vs top level object [vangheem]

You are seeing a truncated changelog.

You can read the changelog file for a complete list.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guillotina-4.8.17.tar.gz (5.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

guillotina-4.8.17-py3-none-any.whl (5.4 MB view details)

Uploaded Python 3

File details

Details for the file guillotina-4.8.17.tar.gz.

File metadata

  • Download URL: guillotina-4.8.17.tar.gz
  • Upload date:
  • Size: 5.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for guillotina-4.8.17.tar.gz
Algorithm Hash digest
SHA256 899c3325e04aa0e1fca19f9eda608f1e7eb235252ab46d435832a92f7a6b15f3
MD5 fb8f72ad1e21a68acd7fdf5518223452
BLAKE2b-256 6fdc92b592ab9feb574fbc93307cfd422e19c5615b71411790b11a3df255fea2

See more details on using hashes here.

File details

Details for the file guillotina-4.8.17-py3-none-any.whl.

File metadata

  • Download URL: guillotina-4.8.17-py3-none-any.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for guillotina-4.8.17-py3-none-any.whl
Algorithm Hash digest
SHA256 0b287fc8da26b5bc246f792d0f7d3799881fc1a7696176e7f0060708d6ffc973
MD5 da78759e5903980e6c8ce6a65870d5c0
BLAKE2b-256 4cd863b22ba8f14aa75472bbc291e6e97dd0445ab760cee967ad4b57b27e807f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page