{ "info": { "author": "Guillem Borrell", "author_email": "guillemborrell@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "GUIDB\n=====\n\nGuidb is a minimal layer of code on top of Leveldb, using Google's\nprotocol buffers and ZeroMQ, to build a key-value distributed\ndatastore.\n\nThe goal of this project is more academic than practical, to prove\nthat key-value datastores can be distributed and scaled-up very easily\nwith minimal work.\n\nI honestly doubt that it will grow to a enterprise-class database\nbecause then it will be as complex as Riak or Cassandra, and I don't\nhave the time, the knowledge nor the talent to do that.\n\nIf you have comments, use the comment form in my webpage for any\npost. And ignore the fact that it's in Spanish.\n\nThere is no public development repository at this time because I think\nthat is not necessary for roughy 200 lines of code, but I could set it\nup upon request.\n\nLook at the tests (test.py) for fully working examples. It's as easy\nas it gets.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://guillemborrell.es", "keywords": "parallel database", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "guidb", "package_url": "https://pypi.org/project/guidb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/guidb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://guillemborrell.es" }, "release_url": "https://pypi.org/project/guidb/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "Very simple parallel database based on leveldb and zeromq.", "version": "0.1.5" }, "last_serial": 2283979, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "4ad1c27408eeb54ae711b8428cc07293", "sha256": "f5c154f8d2925a8eae1402c9783290f18958f91fc7bd612f7a336ff6ac8aa701" }, "downloads": -1, "filename": "guidb-0.1.5.tar.gz", "has_sig": false, "md5_digest": "4ad1c27408eeb54ae711b8428cc07293", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5603, "upload_time": "2013-01-01T11:32:12", "url": "https://files.pythonhosted.org/packages/60/15/0d3c840d3ee0c54b3fd31c7a95110c2af67f7f3161da281aded716636b4e/guidb-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4ad1c27408eeb54ae711b8428cc07293", "sha256": "f5c154f8d2925a8eae1402c9783290f18958f91fc7bd612f7a336ff6ac8aa701" }, "downloads": -1, "filename": "guidb-0.1.5.tar.gz", "has_sig": false, "md5_digest": "4ad1c27408eeb54ae711b8428cc07293", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5603, "upload_time": "2013-01-01T11:32:12", "url": "https://files.pythonhosted.org/packages/60/15/0d3c840d3ee0c54b3fd31c7a95110c2af67f7f3161da281aded716636b4e/guidb-0.1.5.tar.gz" } ] }