Hello , I just tried to install airbyte on a GCP i...
# announcements
m
Hello , I just tried to install airbyte on a GCP instance that is running Centos 7 , everything seems to normal from docker logs perspective, Yet the UI is not showing anything except a blank screen only the blue loading then a blank screen,
root@airbyte-sa ~]# docker ps
CONTAINER ID        IMAGE                           COMMAND                  CREATED             STATUS              PORTS                              NAMES
ae120c1f8776        airbyte/webapp:0.1.0-alpha      "/docker-entrypoint.…"   14 minutes ago      Up 14 minutes       0.0.0.0:8000->80/tcp               airbyte-webapp
ef54d71cd0fa        airbyte/scheduler:0.1.0-alpha   "/bin/bash -c './wai…"   15 minutes ago      Up 14 minutes                                          airbyte-scheduler
5fd047d9e0c0        airbyte/server:0.1.0-alpha      "/bin/bash -c './wai…"   15 minutes ago      Up 14 minutes       8000/tcp, 0.0.0.0:8001->8001/tcp   airbyte-server
217c72742810        airbyte/db:0.1.0-alpha          "docker-entrypoint.s…"   15 minutes ago      Up 15 minutes       5432/tcp                           airbyte-db
[root@airbyte-sa ~]#
m
Hi Mina, if I understand you're running it on a gcp instance and you're trying to connect from your laptop right?
If so, I assume you have an ssh tunnel established to this server right?
m
I exposed it publicly , and I just figured out that I need to enable port 8001 in order to work , I know it is still not that secured but No Risk No Fun 😂
🚀 1
It works now 👍
m
great!
we are going to make the UI a bit more descriptive when it cannot connect to the API.
Thank for testing and be brutal with your feedback! Out of curiosity what do you want to use it for and what integration would you like to see?
m
Nothing in specific so far, I am exploring the capability , Yet for example we are using DB connect with Splunk to get data from different DBs and sync them into a splunk indexes, Also we are working on replacing such a solution with Apache Nifi , wondering if we will be having future plans to integrate with such tools
I am mean in Airbyte , if we are going to support such usecases with Log Stream tools , I will have a look also on the codes maybe I can contribute in such as well.