Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/500f096e6fb7951a7e22e9e128ac68c2 to your computer and use it in GitHub Desktop.
Save ryantm/500f096e6fb7951a7e22e9e128ac68c2 to your computer and use it in GitHub Desktop.
/nix/store/76c13c2l3i1dsy219zmhwypiabwy19i2-python3.7-azure-cosmos-3.1.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   ├── cosmos
│   │   │   ├── auth.py
│   │   │   ├── base.py
│   │   │   ├── consistent_hash_ring.py
│   │   │   ├── constants.py
│   │   │   ├── cosmos_client.py
│   │   │   ├── default_retry_policy.py
│   │   │   ├── documents.py
│   │   │   ├── endpoint_discovery_retry_policy.py
│   │   │   ├── errors.py
│   │   │   ├── execution_context
│   │   │   │   ├── aggregators.py
│   │   │   │   ├── base_execution_context.py
│   │   │   │   ├── document_producer.py
│   │   │   │   ├── endpoint_component.py
│   │   │   │   ├── execution_dispatcher.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── multi_execution_aggregator.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── aggregators.cpython-37.pyc
│   │   │   │   │   ├── base_execution_context.cpython-37.pyc
│   │   │   │   │   ├── document_producer.cpython-37.pyc
│   │   │   │   │   ├── endpoint_component.cpython-37.pyc
│   │   │   │   │   ├── execution_dispatcher.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── multi_execution_aggregator.cpython-37.pyc
│   │   │   │   │   └── query_execution_info.cpython-37.pyc
│   │   │   │   └── query_execution_info.py
│   │   │   ├── global_endpoint_manager.py
│   │   │   ├── hash_partition_resolver.py
│   │   │   ├── http_constants.py
│   │   │   ├── __init__.py
│   │   │   ├── location_cache.py
│   │   │   ├── murmur_hash.py
│   │   │   ├── partition.py
│   │   │   ├── __pycache__
│   │   │   │   ├── auth.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── consistent_hash_ring.cpython-37.pyc
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── cosmos_client.cpython-37.pyc
│   │   │   │   ├── default_retry_policy.cpython-37.pyc
│   │   │   │   ├── documents.cpython-37.pyc
│   │   │   │   ├── endpoint_discovery_retry_policy.cpython-37.pyc
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── global_endpoint_manager.cpython-37.pyc
│   │   │   │   ├── hash_partition_resolver.cpython-37.pyc
│   │   │   │   ├── http_constants.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── location_cache.cpython-37.pyc
│   │   │   │   ├── murmur_hash.cpython-37.pyc
│   │   │   │   ├── partition.cpython-37.pyc
│   │   │   │   ├── query_iterable.cpython-37.pyc
│   │   │   │   ├── range.cpython-37.pyc
│   │   │   │   ├── range_partition_resolver.cpython-37.pyc
│   │   │   │   ├── request_object.cpython-37.pyc
│   │   │   │   ├── resource_throttle_retry_policy.cpython-37.pyc
│   │   │   │   ├── retry_options.cpython-37.pyc
│   │   │   │   ├── retry_utility.cpython-37.pyc
│   │   │   │   ├── runtime_constants.cpython-37.pyc
│   │   │   │   ├── session.cpython-37.pyc
│   │   │   │   ├── session_retry_policy.cpython-37.pyc
│   │   │   │   ├── synchronized_request.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── vector_session_token.cpython-37.pyc
│   │   │   ├── query_iterable.py
│   │   │   ├── range_partition_resolver.py
│   │   │   ├── range.py
│   │   │   ├── request_object.py
│   │   │   ├── resource_throttle_retry_policy.py
│   │   │   ├── retry_options.py
│   │   │   ├── retry_utility.py
│   │   │   ├── routing
│   │   │   │   ├── collection_routing_map.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── collection_routing_map.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── routing_map_provider.cpython-37.pyc
│   │   │   │   │   └── routing_range.cpython-37.pyc
│   │   │   │   ├── routing_map_provider.py
│   │   │   │   └── routing_range.py
│   │   │   ├── runtime_constants.py
│   │   │   ├── session.py
│   │   │   ├── session_retry_policy.py
│   │   │   ├── synchronized_request.py
│   │   │   ├── utils.py
│   │   │   └── vector_session_token.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── azure_cosmos-3.1.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── doc
│   │   ├── conf.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── conf.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── samples
│   ├── __init__.py
│   ├── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── Shared
│   ├── config.py
│   ├── __init__.py
│   └── __pycache__
│   ├── config.cpython-37.pyc
│   └── __init__.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
19 directories, 101 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment