forked from prestodb/prestodb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
102 lines (82 loc) · 3.45 KB
/
community.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Presto | Community</title>
<link rel="stylesheet" href="static/presto.css" type="text/css"/>
<meta name="viewport" content="width=device-width">
<meta property="og:type" content="website">
<meta property="og:title" content="Presto | Community">
<meta property="og:description" content="Distributed SQL Query Engine for Big Data">
<meta property="og:image" content="static/presto-og.png">
</head>
<body>
<header class="topbar clearfix">
<nav class="width">
<a href="."><h1>Presto</h1></a>
<ul class="nav">
<li><a href="overview.html">Overview</a></li>
<li><a href="docs/current/">Docs</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="https://github.com/facebook/presto">GitHub</a>
</ul>
</nav>
</header>
<header class="hero clearfix">
<div class="width">
<h1>Presto Community</h1>
</div>
</header>
<div class="content homecontent width clearfix">
<div class="">
<h2>User Group</h2>
<p>
Our main forum for community interaction is the
<a href="https://groups.google.com/group/presto-users">presto-users group</a>.
Use this group for general questions and
discussion around Presto. Join the group or
<a href="mailto:[email protected]">send a message now</a>.
</p>
<h2>Issues</h2>
<p>
If you find an issue with Presto, please
<a href="https://github.com/facebook/presto/issues/new">report</a> it.
</p>
<h2>Contributing</h2>
<p>
You can also contribute fixes and new features as
<a href="https://github.com/facebook/presto/pulls">pull requests</a>.
You will need to sign a
<a href="https://developers.facebook.com/opensource/cla">Contributor License Agreement</a>
("CLA") before it can be accepted into the repository.
</p>
<h2>Facebook</h2>
<p>
Visit the <a href="https://www.facebook.com/prestodb">Presto page</a> on Facebook or
search for the <a href="https://www.facebook.com/search/keyword/?q=%23prestodb">#prestodb</a> hashtag
where we post tutorials, videos and news.
</p>
<h2>Twitter</h2>
<p>
Search for the
<a href="https://twitter.com/search?q=%23prestodb">#prestodb</a>
hashtag on Twitter to keep up with the latest Presto news.
</p>
<h2>Slack</h2>
<p>
The Presto developer community is coordinating activities via
<a href="https://join.slack.com/t/prestodb/shared_invite/enQtNDczNzEzMjYxMTc0LTc5MTVmZjE1N2E4YjJmZDBlNDBkOGUwMjM5YWIwM2E1ZjI3M2FiYzk2MTRmZjFjYjQ3ZmIwNzAzZTU5MWM4ZGU">prestodb.slack.com</a>.
</p>
<h2>Starburst Newsletter</h2>
<p>
Sign up for the monthly newsletter on Presto and surrounding technologies.
Get all the hottest info on Presto news, events, how-to's, etc, distilled to your mailbox once a month.
<a href="https://www.starburstdata.com/presto-newsletter/">Subscribe to the Starburst Newsletter here.</a>
</p>
</div>
</div>
<div class="footer">© Copyright 2013-2016, Facebook</div>
</body>
</html>