hoax.ly technical architecture
Last updated
Last updated
In general we are using the ELK Stack (), with Elasticsearch as the heart of it.
Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that powers applications that have complex search features and requirements
Elastic's open source solutions solve a growing list of search, log analysis, and analytics challenges across virtually every industry.
Elasticsearch stores data as documents, this suits well for our use case. Documents are expressed in (JavaScript Object Notation) which is an ubiquitous internet data interchange format and widely used.
Furthermore, Elasticsearch is using standard RESTful APIs and is providing clients for all types of programming languages.
Documentation for ElasticSearch can be found here:
For Scraping we use , one of the most-used scraping technology out there.
We also use : Portia lets you scrape web sites without any programming knowledge required.
We don't use SaaS and host all of our tools on our own. Our main server is currently rented at Hetzner, a well-known German hosting provider. All servers are running Ubuntu and Nginx or Apache.
During development we used our own gitlab instance. However, after release all software will be available on github. We rely heavily on docker, for developing locally and also on production. Every repository is providing its own docker container, files or images.
You can find the swagger docu for the hoaxly API here: https://api.hoax.ly/api
The is done in typescript and , a popular JavaScript framework. Currently it is only available for chrome.
For the Chatbots we use , a popular PHP chat framework. It relies on Symfony and Laravel (BotMan Studio).
The webchat frontend is done with , a popular JavaScript framework.
The Website Installation Package is built using a Drupal 8 installation profile and will be published on github.com and drupal.org. It is based on , a Drupal distribution for professional publishers.
We use the Composer Drupal template on github, so all the components of the Drupal site including Drupal, contributed modules and themes, as well as external libraries can be pulled in via :
A documentation how to build Drupal 8 installation profiles can be found here: