This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
102 lines (82 loc) · 3.06 KB
/
_config.yml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
### GENERAL SETTINGS ###
# Site settings
title: ReductStore
description: A Time-Series Database for Blob Data, Optimized for Edge Computing, Computer Vision, and IoT.
analytics: G-Y51RZRPE3X
baseurl: "" #important: start with /
url: "https://www.reduct.store"
# Build settings
markdown: kramdown
# Markdown Processors
kramdown:
input: GFM
auto_ids: true
highlighter: rouge
permalink: /:categories/:title/
excerpt_separator: <!--more--> #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
projects:
reductstore:
version: v1.7.3
colors: #in hex code if not noted else
primary: "#2B0548" #"#F70031"
primary_rgb: "0,179,254" #"247,0,49" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#384452" #"#33004D"
success: "#22ad24"
link: "#428bca"
link_hover: "#01b2fe"
footer_heading: "#ffffff"
footer_content: "#bfc9d3"
# Page directory
include:
- _pages
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
social:
- title: github
url: https://github.com/reductstore
- title: twitter
url: https://twitter.com/ReductStore
- title: linkedin
url: https://www.linkedin.com/company/reductstore
- title: discord
url: https://discord.gg/8wPtPGJYsn
# Postal address (add as many lines as necessary). Shown in footer and on Contact page.
address:
- 651 N BROAD ST STE 201
- MIDDLETOWN, DE 19709
email: info@reduct.store
# Short text about your company. Shown in footer on every page and also separately on Home and Contact page.
about: |
ReductStore is a time series database designed specifically for storing and managing large amounts of blob data.
It offers high performance for writing and real-time querying, making it suitable for edge computing, computer vision, and IoT applications.
ReductStore is licensed under the Business Source License 1.1.
plugins:
- jemoji
- jekyll-seo-tag
twitter:
username: ReductStore
card: summary
defaults:
- scope:
path: ""
values:
image: assets/img/logo_default.jpg
testimonials:
- message: "With ReductStore's approach to data retention, we have forgotten about the disk overrun problems on our edge devices."
author: Ingo Kaiser
position: CEO and Co-founder
company: PANDA GmbH
homepage: https://panda.technology
image: assets/img/testimonials/panda.png
- message: "The main reason for choosing ReductStore was that it was quick and easy to deploy, use and integrate. This allowed us to have a working system up and running and ingesting data within a day."
author: Daniel Wedlund
position: Founder
company: Mounte AB
homepage: https://mounte.se
image: assets/img/testimonials/mounte.png
- message: "ReductStore is a vital part of our infrastructure. It handles terabytes of unstructured data in a production environment."
author: Michael Welsh
position: Founder
company: Metric Space UG
homepage: https://www.metric-space.ai/
image: assets/img/testimonials/metric-space.png