Python app Installation
Step-by-step guide to installation with Python.
Last updated
Step-by-step guide to installation with Python.
Last updated
Integrate our Jet Bridge plugin with Python installation. You can place it behind your VPN, in your own VPC, and works locally. We won’t get access to your data, however, you will still receive updates normally.
Python 2.7 or 3.4+
pip - package manager for Python
Any of the following SQL Databases:
PostgreSQL
MySQL
SQLite
Oracle
Microsoft SQL Server
Firebird
Sybase
localhost or web server with an external IP
1. Install Python 2.7 or 3.4+ (comes with pip).
2. Install jet_bridge package using pip or update it from the command line as follows:
3. Install an appropriate database adapter and libraries:
4. Run Jet Bridge from the command line as shown below:
{Project Name} and {Token} is automatically generated when you connect resource.
If you are using Jet Bridge just for HTTP requests (and not SQL) you can use Project Token as value for {Token}.
Go to the API key and below the API keys
Copy UNIQUE APP NAME and JET BRIDGE TOKEN.
This command creates a config if you run it for the first time.
After filling all required options you can now run Jet Bridge by executing the command once again:
5. Finish your project installation by opening this link in your browser (usually, it opens automatically):
localhost is your Jet Bridge HOST and 8888 is its PORT.
If you want to run Jet Bridge on a different host or port, read the instructions on the Configuration page.