Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5182

Re: [Python-de] Im Prod mit s3, im Dev mit ???

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Achim Domma <domma@procoders.net>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Im Prod mit s3, im Dev mit ???
Date Mon, 11 Jun 2018 15:20:33 +0200
Lines 29
Message-ID <mailman.215.1528723646.22129.python-de@python.org> (permalink)
References <c1c31bd5-fc91-ed24-72dc-71bcddb5eaff@thomas-guettler.de> <95fcf849-ae58-4929-c741-68a3c3f02240@procoders.net>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de TySVcjRGa2WxL3IyvJ/F8Qfti18FT4Vx61VGhSe5x19g==
Return-Path <domma@procoders.net>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
Authentication-Results webhosting01.marketing-thom.de; spf=pass (sender IP is 2.202.166.126) smtp.mailfrom=domma@procoders.net smtp.helo=[192.168.178.22]
Received-SPF pass (webhosting01.marketing-thom.de: connection is authenticated)
Openpgp preference=signencrypt
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0
In-Reply-To <c1c31bd5-fc91-ed24-72dc-71bcddb5eaff@thomas-guettler.de>
Content-Language en-US
X-PPP-Message-ID <20180611132034.1812.90416@webhosting01.marketing-thom.de>
X-PPP-Vhost procoders.net
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.26
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <95fcf849-ae58-4929-c741-68a3c3f02240@procoders.net>
X-Mailman-Original-References <c1c31bd5-fc91-ed24-72dc-71bcddb5eaff@thomas-guettler.de>
Xref csiph.com de.comp.lang.python:5182

Show key headers only | View raw


Du müßtest schon etwas spezifischer sein. Das S3 API ist ja nicht so
komplex. Wir haben für unsere (einfachen) Zwecke einen Wrapper
geschrieben, der URIs der Art s3://bla/bla bzw. file:///bla/bla
akzeptiert und ein Objekt zurück liefert, das "das Richtige" tut.

Es gibt eine Library die das allgemein versucht und z.B. Downloads im
Hintergrund effizient parallelisiert. Für uns war sie etwas zu smart und
ich müßte den Namen suchen.

Hängt wie gesagt in meinen Augen alles etwas von deinem Anwendungsfall
ab, sollte sich aber mit den üblichen Abstraktionen lösen lassen.

Grüße,
Achim

On Monday, 11 June, 2018 01:27 PM, Thomas Güttler wrote:
> Hallo,
> 
> ich würde gerne meine BLOB Daten des Produktivsystems  in einem Storage
> mit S3 API speichern.
> 
> Im Entwicklungs- und CI-System möchte ich aber gerne ohne S3 auskommen.
> 
> Hat hier jemand Erfahrung oder Hinweise?
> 
> Gruß,
>   Thomas
> 
> 

Back to de.comp.lang.python | Previous | Next | Find similar


Thread

Re: [Python-de] Im Prod mit s3, im Dev mit ??? Achim Domma <domma@procoders.net> - 2018-06-11 15:20 +0200

csiph-web