HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 12:00:47 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090927090009
location: https://web.archive.org/web/20090927090009/https://github.com/fiorix/mongo-async-python-driver
server-timing: captures_list;dur=0.802616, exclusion.robots;dur=0.026064, exclusion.robots.policy;dur=0.012001, esindex;dur=0.019273, cdx.remote;dur=40.029788, LoadShardBlock;dur=634.373112, PetaboxLoader3.resolve;dur=435.010469, PetaboxLoader3.datanode;dur=111.442978
x-app-server: wwwb-app217
x-ts: 302
x-tr: 746
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 12:00:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Sun, 27 Sep 2009 09:00:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2314927fcd837e8d2d22c620d89063f5"
x-archive-orig-x-runtime: 999ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23381
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 27 Sep 2009 09:00:09 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 27 Sep 2009 09:00:09 GMT", ; rel="memento"; datetime="Sun, 27 Sep 2009 09:00:09 GMT", ; rel="next memento"; datetime="Thu, 21 Jan 2010 16:11:16 GMT", ; rel="last memento"; datetime="Sat, 01 Jun 2019 22:19:14 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090927080358_crawl103_IndexOnly.gpg-c/52_11_20090927085605_crawl101.arc.gz
server-timing: captures_list;dur=0.646960, exclusion.robots;dur=0.027534, exclusion.robots.policy;dur=0.012945, esindex;dur=0.016026, cdx.remote;dur=37.280343, LoadShardBlock;dur=226.222234, PetaboxLoader3.datanode;dur=251.992937, PetaboxLoader3.resolve;dur=157.143498, load_resource;dur=614.629712
x-app-server: wwwb-app217
x-ts: 200
x-tr: 932
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
fiorix's mongo-async-python-driver at master - GitHub
ATTN: Rackspace Move Scheduled for Sunday, September 27th at 5PM Pacific Time.
Learn More.
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a
member .
Every repository with this icon (
) is private.
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
1
2
Sat Sep 26 12:04:16 -0700 2009
README.rst
PyMonga
An asynchronous Python driver for the Mongo database, based on Twisted.
The pymonga package is an alternative to the original pymongo
shipped with the Mongo database.
Because the original pymongo package has it's own connection pool and
blocking low-level socket operations, it is hard to fully implement
network servers using the Twisted framework.
Instead of deferring database operations to threads, now it's possible
to do it asynchronously, as easy as using the original API.
It's still a work in progress and should NOT be used for production systems.
You need setuptools
in order to get pymonga installed.
Just run python setup.py install
There are some examples of basic usage in the examples/ directory.
Thanks to (in no particular order):
Mike Dirolf (mdirolf)
The author of original pymongo package.
This feature is coming soon. Sit tight!