Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _data/participants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,21 @@
Our mission at [Google Cloud](https://cloud.google.com/) is to accelerate every organization's ability to digitally transform its business and industry. We empower our customers to become digital and AI leaders by combining Google's AI innovation with differentiated solutions for compute, app development, data, security, and collaboration — all built on Google's reliable and planet-scale infrastructure.
offering: >
[Google Cloud Memorystore](https://cloud.google.com/memorystore) is a versatile, fully-managed, in-memory database service for Valkey, offering sub-millisecond data access, scalability, and high availability.

- name: Ericsson
link: https://www.ericsson.com/
image:
path: /img/ericsson.svg
alt: Ericsson logo
company: >
Founded in 1876, Ericsson is a Swedish communication technology and services provider. The company offers software, services, and infrastructure for information and communications technology used by telecommunications operators, including traditional telecommunications, Internet Protocol networking equipment and business support solutions. Ericsson is headquartered in Stockholm, Sweden.

- name: Oracle Cloud Infrastructure
link: https://www.oracle.com/cloud/
image:
path: /img/oracle.svg
alt: Oracle logo
company: >
The next-generation cloud designed to run any application, faster and more securely, for less.
offering: >
Achieve sub-millisecond latency with [Oracle Cloud Infrastructure (OCI) Cache](https://www.oracle.com/cloud/cache/).
1 change: 1 addition & 0 deletions static/img/Oracle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions static/img/ericsson.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion templates/participants.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
<a href="{{participant.link}}" class="logo">
<img src="{{participant.image.path}}" alt="{{participant.image.alt}}" />
</a>
{% if participant.offering %}
<h3>Valkey offering:</h3>
{{ participant.offering | markdown | safe }}
{% endif %}
<h3>About the company:</h3>
{{ participant.company | markdown | safe }}

</div>
{% endfor %}
</div>
{% endblock main_content %}
{% endblock main_content %}