old blog,

Abyres Data Visualization, powered by Apache Superset is now on COPR

Izhar Firdaus Izhar Firdaus Follow Support Feb 07, 2021 · 1 min read
Abyres Data Visualization, powered by Apache Superset is now on COPR
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.



In Abyres, we use Apache Superset for many of our data visualization needs. Traditionally, we utilize Superset primarily from what distributed by Hortonworks (now Cloudera)As we are investing more into Superset, and that we are increasingly seeing Superset requirements in situation where Hadoop is not really required, we decided to further our commitment in Superset by creating our own distribution package of it.

So, we created Abyres Enterprise Data Visualization, .. a Superset distribution that have been packaged and tested for use with CentOS, RHEL and Fedora. As we are well versed in the RPM packaging world, we ensured this package to integrate seamlessly with traditional management tools available for CentOS/RHEL/Fedora.

Alongside with the distribution, we also providing commercial support & consulting for the tooling for enterprises who wishes to leverage the capabilities of Superset in their organization.

If you want to try out `ae_datavisualization`, we have made it available in COPR for CentOS Stream, Fedora 33 and EPEL-8. 

To install::


# dnf copr enable izhar/ae_datavisualization
# dnf install ae_datavisualization


To configure, the config file is in `/etc/ae_datavisualization/superset_config.py`. You'll need 2 postgresql databases (`ae_datavisualization`, `ae_datavisualization_cache`) and a rabbitmq server running. 

To initialize database and admin user::

# ae_datavisualization db upgrade
# ae_datavisualization init
# ae_datavisualization fab create-admin


To start service::

# systemctl start ae_datavisualization-web
# systemctl start ae_datavisualization-scheduler
# systemctl start ae_datavisualization-worker

If nothing went wrong, you should be able to access Superset at port 8999. If you wish to change the listen port, you can edit at `/etc/sysconfig/ae_datavisualization`.

Interested to know more?.. Contact us at contactus@abyres.net / +603 2724 2535
Written by Izhar Firdaus Follow Support
I'm a system architect, data engineer and developer advocate with passion in Free / Open Source software, entrepreneurship, community building, education and martial art. I take enjoyment in bridging and bringing together different FOSS technologies to help businesses and organizations utilize IT infrastructure to aid and optimize their business and organizational process.

Redash RPM in COPR

Just a quick announcement post.  I've added a redash build in COPR.To install:dnf copr enable izhar/redashdnf install redashConf...

In old blog, Apr 10, 2017

« Previous Post

Migrated to Github Pages

This blog, originally created circa 2005, was originally hosted on top of Google’s Blogger. At the time, Bloggerwas a decent free pla...

In blog, Feb 13, 2021

Next Post »