-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
62 lines (55 loc) · 2.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: default
---
<div class="home">
<p class="page-announce">
Pelikan is a cache framework written in Rust and (historically) C. It
provides an expanding collection of cache services, including multiple
backends and proxies. It offers best-in-kind performance, superb operational
ergonomics, and excellent monitoring capabilities, making it suitable for
both local and large scale deployment. The modular design has attracted
researchers from multiple institutions to conduct cutting-edge cache
research and ready-to-ship development on the Pelikan platform.
</p>
<div class="page-col-wrapper">
<div class="page-col">
<div align="center">
<h2>Source</h3>
<a href="https://github.com/pelikan-io/pelikan"><span class="icon-large icon--github">{% include icon-github.svg %}</span></a>
</div>
</div>
<div class="page-col">
<div align="center">
<h2>Discussion</h3>
<span><a href="https://discord.gg/yUBWHqxGUR"><img src="https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0b5061df29d55a92d945_full_logo_blurple_RGB.svg" alt="Discord link" style="max-width:50%;"></a></span>
<!-- <p><a href="https://groups.google.com/forum/#!forum/pelikan-cache">Google group</a></p> -->
</div>
</div>
<div class="page-col">
<div align="center">
<h2>Follow</h3>
<p class="rss-subscribe" style="padding-bottom: 4px"><a href="{{ "/feed.xml" | prepend: site.baseurl }}">Blog RSS</a></p>
<span><a href="https://twitter.com/pelikan_cache" class="twitter-follow-button" data-show-count="false">Follow @pelikan_cache</a></span>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
</div>
</div>
<h1 class="page-heading">Talks</h1>
<ul class="video-list">
<li>
<div class="video-text-wrap"><iframe width="320" height="180" src="https://www.youtube.com/embed/pLRztKYvMLk" frameborder="0" allowfullscreen></iframe></div>
<h4>Cache à la carte: a framework for in-memory caching</h4><p class="video-text">In this StrangeLoop 2015 talk, we explained Pelikan's approach toward a generalized framework for building caching software, and how we design the system for both performance and operations.</p>
</li>
</ul>
<h1 class="page-heading">Posts</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
</div>