{ "info": { "author": "Rockset, Inc", "author_email": "api@rockset.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: SQL", "Topic :: Database", "Topic :: Database :: Database Engines/Servers", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Shells" ], "description": "This package includes an interactive SQL REPL that can be invoked by running `rock sql` without any arguments:\n\n- Depends on the main `rockset` module to be already installed.\n\n- `rock-sql` command line utility to interact, manage and operate Rockset from a shell command line.\n\n- Once installed `rock-sql` can also be invoked by simply running `rock sql`.\n\nRockset documentation is available at:\nhttp://docs.rockset.com\n\n\nAttribution\n===========\n\nThe `rock sql` REPL is heavily derived from the https://github.com/dbcli/pgcli project.\nOur sincere gratitude and admiration to the authors and contributors of that project.\n\n\nRelease Notes\n-------------\n\n.. Add a line for every user-facing feature change\n.. rst syntax requires leaving an empty line before and after the sub-bullets\n\n- 0.6.15-beta.20191013\n\n - moved `rock sql` interactive REPL to a new Python package rockset_sqlcli\n\n- 0.6.0-beta.20190617\n\n - move from cloud-level integrations to service-level integrations: DynamoDB, GCS, Kinesis, Redshift, S3\n\n- 0.5.33-beta.20190530\n\n - fixed Windows environment issue\n\n- 0.5.30-beta.20190517\n\n - add support for AWS Redshift\n - `rock upload` supports uploading multiple files\n\n- 0.5.23-beta.20190225\n\n - `rock ls` shows creation time and size of collection\n - Better error handling\n - Add support for Workspaces\n\n- 0.5.15-beta.20190124\n\n - Update \u2018User-Agent\u2019 value passed in API request header\n\n- 0.5.14-beta.20190121\n\n - Add support for Google Cloud Storage\n\n- 0.5.13-beta.20190117\n\n - SQLAlchemy enhancements to support Apache Superset\n\n- 0.5.10-beta.20190114\n\n - Added support for AWS External ID as a new type of integration.\n - Added support for `prefix` and `pattern` as parameters under rs.Source.s3()\n - Deprecated rs.Source.s3(...prefixes=[...]). This is still supported but it's recommended that you move to using `prefix` as soon as possible.\n - Fixed bug in `rock upload` to use current working directory.\n\n- 0.5.9-beta.20190104\n\n - Add support for Amazon DynamoDB data source\n - Replace `rock add` with `rock upload`\n\n- 0.5.6-beta.20181210\n\n - Support for creating collections from XML data files\n\n- 0.5.0-beta.20181107\n\n - First beta release\n - Add support for kinesis data source\n - Better error messages when an account reaches resource limit\n - REST API over swagger_client instead of bravado\n\n- 0.4.3-alpha.20181003-3eaa5c7cc7\n\n - Support for field masks.\n - Support for slow rollout of leaves based on healthz checks\n\n- 0.4.3-alpha.20180916+57afbae46a\n\n - Support for creating collections from csv data files\n\n- 0.4.2-alpha.20180910+cf9c623a49\n\n - Support for creating collections using integrations\n - Improved help text for rock create workflows\n\n- 0.4.1-alpha.20180822+e806a29bab\n\n - Support for event time data and data retention during collection creation.\n - Changes to `rock create collection ...` commandline to improve readability\n - `rock drop ...` is now `rock drop collection ...`\n - `rock describe ...` is now `rock describe collection ...`\n\n- 0.4.0-alpha.20180515+ecbe2a0\n\n - Moved to new /org/{org} REST API\n - Add SQL support that is accessible from `rock sql`\n - Field `_id` defines the unique identified for a document (`:id` deprecated)\n - Field `_meta` captures all other system generated fields in documents (`:collection` etc deprecated)\n\n- 0.3.0-alpha.20180314+410b55e\n\n - Add py query builder support for <, <=, > and >= operators for string values\n\n- v0.3.0-alpha.20180206+168be7d\n\n - Add ``F.collect()`` support to accumulate entire parent documents as part of a bucket aggregation\n\n- v0.3.0-alpha.20171206+7debcb7\n\n - Add ``collect`` aggregate function to support bucket aggregations\n - Add support for ``F.count()`` to do equivalent of count(*)\n\n- v0.3.0-alpha.20171121+d8c7961\n\n - Sensitive fields can now be masked or anonymized, when collections are created from AWS S3. See ``rock help create collection`` for more details.\n - AWS S3 bucket path prefixes can be provided to create a collection from only a subset of data in an AWS S3 bucket.\n - Support Parquet file format for loading data into collections.\n\n- v0.3.0-alpha.20170919+49e62f5\n\n - Simpler REST API 0.3\n - Add fence API and write APIs returning commit markers\n - Add View creation progress indicator to describe view API\n - More user-friendly error messages and Python exception strings\n - Enforce and document various system-wide limits\n\n- v0.2.2-alpha.20170824+dff8385\n\n - Support for next version of api_key and got rid of api_secrets\n - Added support for adding multiple documents in single API call\n - Added rockset.source to better support managing S3 sources while creating collections and collection sources while creating views.\n - Better client support for views with multiple analyzer mappings\n - py/client supports async_requests to have multiple concurrent queries pending\n - Support for sampling queries and queries on nested documents\n - Backend: better query optimization support\n\n- v0.2.1-alpha.20170707+88ab952\n\n - Added support for views\n\n- v0.2.1-alpha.20170629+4492c9a\n\n - py/client now respects HTTP_PROXY and HTTPS_PROXY ENV variables\n\n- v0.2.1-alpha.20170629+7b050f5\n\n - Fix bug that made limit queries not composable\n\n- v0.2.1-alpha.20170628+303f256\n\n - Added cursors with automatic pagination support\n - Added support for limit & skip queries\n\n- v0.2.1-alpha.20170624+e6aee25\n\n - Added support for lookup operator for JOINs\n - Auth token auto refresh will support long lived Client() objects\n\n- v0.2.1-alpha.20170615+f3df06e\n\n - Parallel aggregations for faster performance\n - Aggregation support for nested fields\n - Aggregation support over large data sets\n - Rewrote backend service discovery to make it elastic\n - User friendly messages for all py/client exceptions\n\n- v0.1.1-alpha\n\n - First alpha release\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://rockset.com", "keywords": "Rockset serverless search and analytics", "license": "", "maintainer": "", "maintainer_email": "", "name": "rockset-sqlcli", "package_url": "https://pypi.org/project/rockset-sqlcli/", "platform": "", "project_url": "https://pypi.org/project/rockset-sqlcli/", "project_urls": { "Homepage": "https://rockset.com" }, "release_url": "https://pypi.org/project/rockset-sqlcli/0.6.16b20191018/", "requires_dist": [ "Pygments (>=2.0)", "cli-helpers[styles] (>=1.0.1)", "click (>=4.1)", "configobj (>=5.0.6)", "humanize (>=0.5.1)", "prompt-toolkit (==1.0.13)", "pyyaml (>=3.11)", "rockset (>=0.6.0b20190617)", "sqlparse (>=0.2.2)", "webcolors (>=1.7)" ], "requires_python": "", "summary": "Rockset SQL REPL for `rock sql`", "version": "0.6.16b20191018" }, "last_serial": 5998500, "releases": { "0.6.16b20191018": [ { "comment_text": "", "digests": { "md5": "0b0e7720dfb45da9b8dcad5cd41aa771", "sha256": "32bfa0b843fec5888e5aee38e15aec41b7c365840a2d0f447b3f0ce9aea60953" }, "downloads": -1, "filename": "rockset_sqlcli-0.6.16b20191018-py3-none-any.whl", "has_sig": false, "md5_digest": "0b0e7720dfb45da9b8dcad5cd41aa771", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 323756, "upload_time": "2019-10-19T03:09:48", "url": "https://files.pythonhosted.org/packages/e7/b9/124effd4995ba10c47823533a2322306a970eab4ce187f8968dddbddb461/rockset_sqlcli-0.6.16b20191018-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b0e7720dfb45da9b8dcad5cd41aa771", "sha256": "32bfa0b843fec5888e5aee38e15aec41b7c365840a2d0f447b3f0ce9aea60953" }, "downloads": -1, "filename": "rockset_sqlcli-0.6.16b20191018-py3-none-any.whl", "has_sig": false, "md5_digest": "0b0e7720dfb45da9b8dcad5cd41aa771", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 323756, "upload_time": "2019-10-19T03:09:48", "url": "https://files.pythonhosted.org/packages/e7/b9/124effd4995ba10c47823533a2322306a970eab4ce187f8968dddbddb461/rockset_sqlcli-0.6.16b20191018-py3-none-any.whl" } ] }