-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
65 lines (63 loc) · 4.63 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
63
64
65
<!DOCTYPE html>
<!--
██╗ ██╗ ██╗ ██████╗██╗██████╗ ██╗ ██╗██╗ ██╗
██║ ██║ ██║██╔════╝██║██╔══██╗ ██║ ██╔╝██║ ██║
██║ ██║ ██║██║ ██║██║ ██║ ██╔═██╗ ╚██╗ ██╔╝
██████╗╚██████╔╝╚██████╗██║██████╔╝ ██║ ██╗ ╚████╔╝
╚═════╝ ╚═════╝ ╚═════╝╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═══╝
Official Repository: https://github.com/lucid-kv/lucid
Made by Clint.Network (https://twitter.com/clint_network)
-->
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin></lien>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<link rel="preload" href="https://github.com/lucid-kv/deploy-templates/blob/master/lucid.png?raw=true" as="image">
<meta name="title" content="Lucid KV">
<meta name="description" content="Lucid is currently in a development stage but we want to achieve a fast, secure and distributed key-value store accessible through an HTTP API, we also want to propose persistence, encryption, WebSocket streaming, replication and a lot of features. 🦀">
<meta name="keywords" content="lucid,kv,lucid kv,key-value,kv store,store,key-value store,lucid kv store,http,rest api,http kv store,key-value as a service">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="https://github.com/lucid-kv">
<meta name="twitter:site" content="lucid_kv" />
<meta name="twitter:title" content="Lucid KV" />
<meta name="twitter:description" content="Lucid is currently in a development stage but we want to achieve a fast, secure and distributed key-value store accessible through an HTTP API, we also want to propose persistence, encryption, WebSocket streaming, replication and a lot of features. 🦀" />
<meta name="twitter:image" content="https://lucid-kv.store/preview.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:title" content="Lucid KV" />
<meta property="og:description" content="Lucid is currently in a development stage but we want to achieve a fast, secure and distributed key-value store accessible through an HTTP API, we also want to propose persistence, encryption, WebSocket streaming, replication and a lot of features. 🦀" />
<meta property="og:image" content="https://image" />
<meta property="og:url" content="https://lucid-kv.store" />
<meta property="og:site_name" content="Lucid KV" />
<meta property="og:type" content="article" />
<meta name="Identifier-Url" content="https://lucid-kv.store" />
<link rel="canonical" href="https://lucid-kv.store" />
<meta name="theme-color" content="#1d1b26">
<link href="default.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="lucid.png" />
<title>Lucid KV | High performance and distributed KV store accessible through an HTTP API. 🦀</title>
</head>
<body>
<div class="showcase">
<img src="lucid.png" />
<h1>Lucid KV</h1>
<p>Lucid is an high performance and distributed KV store<br />accessible through an HTTP API. 🦀</p>
<div>
<a class="btn fill" href="https://github.com/lucid-kv/lucid"><i class="fab fa-github"></i> View Repository</a>
<a class="btn " href="https://docs.lucid-kv.store/"><i class="fas fa-book"></i> Official Documentation</a>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157256133-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-157256133-1');
</script>
</body>
</html>