はじめに
JSON への接続
サポートされている環境で利用可能なWHL およびTAR.GZ ファイルについて、およびPython ディストリビューションに適切なファイルをインストールする方法については、 パッケージのインストール を参照してください。インポートするモジュールについて、および接続文字列に必要な接続プロパティを設定する方法については、接続の確立 を参照してください。
その他の利用可能な接続プロパティを使用して、コネクタ機能の他の側面を設定できます。
Python バージョンサポート
CData Python Connector for JSON は、さまざまなPython 3.8、3.9、3.10、および3.11ディストリビューションにインストールして使用することができます。
JSON バージョンサポート
The 本製品 models local and remote JSON data sources as bidirectional tables. These can be local JSON files or remote JSON streams: RESTful APIs or file stores hosted on FTP servers or popular cloud storage providers. The 本製品 abstracts processing JSON data and connecting to the remote data: HTTP/FTP, SSL/TLS, and authentication: The major authentication schemes are supported, including HTTP Basic, Digest, FTP, NTLM, and OAuth.
関連項目
- コネクタの使用:Python コードで接続を確立しJSON をクエリ。
- SQLAlchemy から:SQLAlchemy を使用してdialect URL との接続を確立し、マッピングされたクラスとセッションを使用してJSON データと対話。