PageRenderTime 26ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/index.rst

https://bitbucket.org/excieve/pyhs/
ReStructuredText | 34 lines | 24 code | 10 blank | 0 comment | 0 complexity | 5e4a433fe5cb5ab306797a42c75e4556 MD5 | raw file
Possible License(s): MIT
  1. .. pyhs documentation master file, created by
  2. sphinx-quickstart on Sun Nov 28 01:17:44 2010.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to pyhs
  6. ===============
  7. pyhs is a pure Python client (with optional C speedups) for `HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL>`_
  8. plugin to MySQL database. In short, it provides access to the data omitting
  9. the SQL engine in a NoSQL-like interface. It allows all simple operations
  10. (get, insert, update, delete) over indexed data to perform considerably faster
  11. than by usual means.
  12. See `this <http://yoshinorimatsunobu.blogspot.com/2010/10/using-mysql-as-nosql-story-for.html>`_
  13. article for more details about HandlerSocket.
  14. This client supports both read and write operations but no batching at the moment.
  15. Go to :doc:`installation` and :doc:`usage` sections for quick start. There's also a
  16. :doc:`reference <api/index>` for all public interfaces.
  17. Project is open-source and always available on the bitbucket:
  18. http://bitbucket.org/excieve/pyhs/
  19. Contents:
  20. .. toctree::
  21. :maxdepth: 2
  22. installation
  23. usage
  24. api/index