| layout | page |
|---|---|
| title | AISBERG über AnalyticsCreator |
| subtitle | Meine Erfahrungen mit dem AnalyticsCreator zur DWH-Automatisierung (ELT, DWH, SSAS) |
| share-img | /assets/img/AisbergLogo.svg |
{% for post in site.tags.popular %}
{% endfor %}
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
<p class="post-meta">
Posted on {{ post.date | date: "%B %-d, %Y" }}
</p>
<div class="post-entry">
{{ post.content | truncatewords: 50 | strip_html | xml_escape}}
<span href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read More]</span>
</div>
</a>