postgraphile 4.14.0 → 4.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -61
- package/package.json +6 -6
- package/sponsors.json +36 -103
package/README.md
CHANGED
|
@@ -1,36 +1,49 @@
|
|
|
1
|
+
# This is V4; try V5!
|
|
2
|
+
|
|
3
|
+
You're looking at the README for **PostGraphile V4** — stable but feature-frozen.
|
|
4
|
+
|
|
5
|
+
**PostGraphile V5 beta** is nearing completion and has [frequent releases](https://www.npmjs.com/package/postgraphile?activeTab=versions)!
|
|
6
|
+
|
|
7
|
+
**Production-ready** and already powering many apps, V5 is a complete ground-up
|
|
8
|
+
rewrite powered by [Grafast](https://grafast.org), our cutting-edge planning
|
|
9
|
+
and execution engine for GraphQL. It dramatically reduces Postgres load,
|
|
10
|
+
supports true polymorphism, and introduces incremental delivery, executable
|
|
11
|
+
schema exports, greater control over your schema, and much more. Its efficient
|
|
12
|
+
and ergonomic extensibility guides you into the pit of success. It even
|
|
13
|
+
introduces an "eject button" for when you feel the need to move beyond an
|
|
14
|
+
autogenerated schema!
|
|
15
|
+
|
|
16
|
+
V5 remains in "beta" while we finalize the APIs, so minor adjustments may
|
|
17
|
+
be needed between updates. Postgres-centric users who leverage [trusted
|
|
18
|
+
documents](https://benjie.dev/graphql/trusted-documents) (highly recommended!)
|
|
19
|
+
should experience particularly smooth sailing!
|
|
20
|
+
|
|
21
|
+
- [**→ V5 status page**](https://postgraphile.org/v5beta)
|
|
22
|
+
- [**Overview of new features**](https://postgraphile.org/postgraphile/5/migrating-from-v4/v5-new-feature-summary)
|
|
23
|
+
- [Intro to V5 series](https://dev.to/benjie/series/23459) on dev.to
|
|
24
|
+
- [V5 Documentation](https://postgraphile.org/postgraphile/5)
|
|
25
|
+
- [V4 → V5 migration guide](https://postgraphile.org/postgraphile/5/migrating-from-v4)
|
|
26
|
+
- [Remaining tasks](https://github.com/orgs/graphile/projects/3)
|
|
27
|
+
- [💖 Sponsor us to help launch V5 sooner! 🚀](https://github.com/sponsors/benjie)
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
1
31
|
<img width="120" height="120" title="PostGraphile logo" src="https://cdn.rawgit.com/graphile/graphile.github.io/a6225f8c3052df5c276ecef28aeb0cade1aec16a/logos/postgraphile.optimized.svg" />
|
|
2
32
|
|
|
3
33
|
# PostGraphile V4
|
|
4
34
|
|
|
5
35
|
[](https://github.com/sponsors/benjie)
|
|
6
|
-
[](https://patreon.com/benjie)
|
|
7
36
|
[](http://discord.gg/graphile)
|
|
8
37
|
[](https://www.npmjs.com/package/postgraphile)
|
|
9
38
|

|
|
10
39
|
[](https://twitter.com/GraphileHQ)
|
|
11
40
|
|
|
12
|
-
_**Instant lightning-fast GraphQL API backed primarily by your PostgreSQL
|
|
41
|
+
_**Instant lightning-fast GraphQL API backed primarily by your PostgreSQL
|
|
42
|
+
database. Highly customisable and extensible thanks to incredibly powerful
|
|
43
|
+
plugin system.**_ _Formerly "PostGraphQL"._
|
|
13
44
|
|
|
14
45
|
## V4 Documentation: [graphile.org/postgraphile](https://graphile.org/postgraphile)
|
|
15
46
|
|
|
16
|
-
## ANNOUNCEMENT: Version 5 is in **OPEN BETA**
|
|
17
|
-
|
|
18
|
-
The long awaited PostGraphile Version 5 is now available for you to try out! There's still bugs to work out, types to improve, documentation and examples that need writing; read more about what beta means in our **[Beta announcement on dev.to](https://dev.to/graphile/postgraphile-v5-public-beta-get-involved-1lg9)**.
|
|
19
|
-
|
|
20
|
-
Other useful resources:
|
|
21
|
-
|
|
22
|
-
- **[Intro to V5 series](https://dev.to/benjie/series/23459)** on dev.to
|
|
23
|
-
- **[V5 Documentation](https://postgraphile.org)** at postgraphile.org
|
|
24
|
-
- **[V4 -> V5 migration guide](https://postgraphile.org/postgraphile/next/migrating-from-v4/)** at postgraphile.org
|
|
25
|
-
- **[Overview of new features](https://postgraphile.org/postgraphile/next/migrating-from-v4/v5-new-feature-summary)** at postgraphile.org
|
|
26
|
-
- **[💖 Sponsor us to help launch V5 sooner! 🚀](https://github.com/sponsors/benjie)**
|
|
27
|
-
|
|
28
|
-
Now is the perfect time to get your feet wet with V5 — even if you're not yet ready to migrate to it fully. **If you don't try V5 until after its public release then it may be too late to comment on things that could have been improved.** Access is now open to everyone, so dive in!
|
|
29
|
-
|
|
30
|
-
This release has taken a tremendous amount of work and we've forgone a significant amount of client work to build it for you. If you can afford even a couple dollars a month, please consider becoming a sponsor; we really need your support to help get V5 over the finish line!
|
|
31
|
-
|
|
32
|
-
And for those of you wondering when V5.0.0 will be released, here are the [issues that need to be solved before the final release](https://github.com/orgs/graphile/projects/3). The more support we get, the faster that day will come — please get involved, or sponsor us!
|
|
33
|
-
|
|
34
47
|
<!-- SPONSORS_BEGIN -->
|
|
35
48
|
|
|
36
49
|
## Crowd-funded open-source software
|
|
@@ -45,14 +58,7 @@ And please give some love to our featured sponsors 🤩:
|
|
|
45
58
|
|
|
46
59
|
<table><tr>
|
|
47
60
|
<td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
|
|
48
|
-
<td align="center"><a href="https://
|
|
49
|
-
<td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
|
|
50
|
-
<td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
|
|
51
|
-
</tr><tr>
|
|
52
|
-
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
|
|
53
|
-
<td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
|
|
54
|
-
<td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
|
|
55
|
-
<td align="center"><a href="https://politicsrewired.com/"><img src="https://graphile.org/images/sponsors/politics-rewired.png" width="90" height="90" alt="Politics Rewired" /><br />Politics Rewired</a></td>
|
|
61
|
+
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
|
|
56
62
|
</tr></table>
|
|
57
63
|
|
|
58
64
|
<em>\* Sponsors the entire Graphile suite</em>
|
|
@@ -61,29 +67,67 @@ And please give some love to our featured sponsors 🤩:
|
|
|
61
67
|
|
|
62
68
|
## About
|
|
63
69
|
|
|
64
|
-
**GraphQL** is a new way of communicating with your server. It eliminates the
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
70
|
+
**GraphQL** is a new way of communicating with your server. It eliminates the
|
|
71
|
+
problems of over- and under-fetching, incorporates strong data types, has
|
|
72
|
+
built-in introspection, documentation and deprecation capabilities, and is
|
|
73
|
+
implemented in many programming languages. This all leads to gloriously
|
|
74
|
+
low-latency user experiences, better developer experiences, and much increased
|
|
75
|
+
productivity. Because of all this, GraphQL is typically used as a replacement
|
|
76
|
+
for (or companion to) RESTful API services.
|
|
77
|
+
|
|
78
|
+
**PostgreSQL** is the self-proclaimed “world’s most advanced open source
|
|
79
|
+
database,” with each new release bringing more amazing features and performance
|
|
80
|
+
gains. Thinking of your database as a plain CRUD store is now an archaic
|
|
81
|
+
viewpoint as modern PostgreSQL can do so much for you — from authorization
|
|
82
|
+
with Row-Level Security (RLS, introduced in PG9.5), through Foreign Data
|
|
83
|
+
Wrappers (FDW), to real time notifications with `LISTEN`/`NOTIFY`.
|
|
84
|
+
|
|
85
|
+
**PostGraphile** pairs these two incredible technologies together, helping you
|
|
86
|
+
not only build applications more rapidly, but to build lightning-fast
|
|
87
|
+
applications. PostGraphile allows you to access the power of PostgreSQL through
|
|
88
|
+
a well designed, extensible, customisable and incredibly performant GraphQL
|
|
89
|
+
server. It automatically detects tables, columns, indexes, relationships, views,
|
|
90
|
+
types, functions, comments, and more - providing a GraphQL server that is highly
|
|
91
|
+
intelligent about your data, and that automatically updates itself without
|
|
92
|
+
restarting when you change your database schema.
|
|
93
|
+
|
|
94
|
+
With PostGraphile, a well designed database schema should serve the basis for a
|
|
95
|
+
well thought out API. PostgreSQL already has amazing authorization and
|
|
96
|
+
relationship infrastructure, _why duplicate that logic_ in a custom API? A
|
|
97
|
+
PostGraphile API is likely to provide a more performant and standards compliant
|
|
98
|
+
GraphQL API than any created in-house, and can be built in a fraction of the
|
|
99
|
+
time. Focus on your product and let PostGraphile worry about the API layer. Once
|
|
100
|
+
you need to expand beyond this, we have a powerful plugin system including many
|
|
101
|
+
[community contributed plugins](https://www.graphile.org/postgraphile/community-plugins/).
|
|
102
|
+
For a critical evaluation of PostGraphile to determine if it fits in your tech
|
|
103
|
+
stack, read
|
|
104
|
+
[evaluating PostGraphile for your project](https://www.graphile.org/postgraphile/evaluating/).
|
|
71
105
|
|
|
72
106
|
## Introduction
|
|
73
107
|
|
|
74
|
-
Watch a talk by the original author [Caleb](https://twitter.com/calebmer) at
|
|
108
|
+
Watch a talk by the original author [Caleb](https://twitter.com/calebmer) at
|
|
109
|
+
GraphQL Summit for a walk-through of building an application with PostGraphile
|
|
110
|
+
in under 7 minutes. This was using v2 (then called PostGraphQL); we're now up to
|
|
111
|
+
v4 which has many more bells and whistles!
|
|
75
112
|
|
|
76
113
|
[](https://www.youtube.com/watch?v=b3pwlCDy6vY)
|
|
77
114
|
|
|
78
|
-
Hear from the current maintainer [Benjie](https://twitter.com/benjie) at GraphQL
|
|
115
|
+
Hear from the current maintainer [Benjie](https://twitter.com/benjie) at GraphQL
|
|
116
|
+
Finland about the benefits of Database-Driven GraphQL Development:
|
|
79
117
|
|
|
80
118
|
[](https://www.youtube.com/watch?v=XDOrhTXd4pE)
|
|
81
119
|
|
|
82
120
|
## Usage
|
|
83
121
|
|
|
84
|
-
**Documentation:
|
|
122
|
+
**Documentation:
|
|
123
|
+
[graphile.org/postgraphile](https://graphile.org/postgraphile)**
|
|
85
124
|
|
|
86
|
-
You can use PostGraphile via the CLI, as a Node.js middleware, or use the
|
|
125
|
+
You can use PostGraphile via the CLI, as a Node.js middleware, or use the
|
|
126
|
+
GraphQL schema directly. Make sure to check out the
|
|
127
|
+
**[full usage instructions](https://graphile.org/postgraphile/usage/)** on the
|
|
128
|
+
documentation website. We also have a
|
|
129
|
+
[PostgreSQL schema design guide](https://www.graphile.org/postgraphile/postgresql-schema-design/)
|
|
130
|
+
you can follow to build a fully functional PostGraphile API.
|
|
87
131
|
|
|
88
132
|
### CLI
|
|
89
133
|
|
|
@@ -93,24 +137,32 @@ To get started you can install PostGraphile globally:
|
|
|
93
137
|
npm install -g postgraphile
|
|
94
138
|
```
|
|
95
139
|
|
|
96
|
-
…and then just run it! By default, PostGraphile will connect to your local
|
|
140
|
+
…and then just run it! By default, PostGraphile will connect to your local
|
|
141
|
+
database at `postgres://localhost:5432` and introspect the `public` schema. See
|
|
142
|
+
[the available CLI flags](https://www.graphile.org/postgraphile/usage-cli/)
|
|
143
|
+
with:
|
|
97
144
|
|
|
98
145
|
```bash
|
|
99
146
|
postgraphile --help
|
|
100
147
|
```
|
|
101
148
|
|
|
102
|
-
When you're ready to use PostGraphile for your own project, you're advised to
|
|
149
|
+
When you're ready to use PostGraphile for your own project, you're advised to
|
|
150
|
+
install it locally with `yarn`, and run it with `npx`:
|
|
103
151
|
|
|
104
152
|
```bash
|
|
105
153
|
yarn add postgraphile
|
|
106
154
|
npx postgraphile --help
|
|
107
155
|
```
|
|
108
156
|
|
|
109
|
-
**macOS users**: PostGraphile has used port 5000 by default for 5+ years;
|
|
157
|
+
**macOS users**: PostGraphile has used port 5000 by default for 5+ years;
|
|
158
|
+
recently Apple decided to bind the AirPlay service to port 5000 causing a
|
|
159
|
+
conflict. Please use the `--port` option to bind to a different port.
|
|
110
160
|
|
|
111
161
|
### Middleware
|
|
112
162
|
|
|
113
|
-
You can also use PostGraphile as
|
|
163
|
+
You can also use PostGraphile as
|
|
164
|
+
[native HTTP, Connect, Express, or Koa (experimental) middleware](https://www.graphile.org/postgraphile/usage-library/),
|
|
165
|
+
e.g.:
|
|
114
166
|
|
|
115
167
|
```bash
|
|
116
168
|
yarn add postgraphile
|
|
@@ -123,11 +175,15 @@ import postgraphile from 'postgraphile';
|
|
|
123
175
|
createServer(postgraphile());
|
|
124
176
|
```
|
|
125
177
|
|
|
126
|
-
Check out [hapi-postgraphile](https://github.com/mshick/hapi-postgraphile) if
|
|
178
|
+
Check out [hapi-postgraphile](https://github.com/mshick/hapi-postgraphile) if
|
|
179
|
+
you're interested in using PostGraphile as a
|
|
180
|
+
[hapi](https://github.com/hapijs/hapi) server plugin.
|
|
127
181
|
|
|
128
182
|
### Docker
|
|
129
183
|
|
|
130
|
-
To run via Docker, simply pass the
|
|
184
|
+
To run via Docker, simply pass the
|
|
185
|
+
[CLI options](https://www.graphile.org/postgraphile/usage-cli/) to the Docker
|
|
186
|
+
container:
|
|
131
187
|
|
|
132
188
|
```bash
|
|
133
189
|
docker pull graphile/postgraphile
|
|
@@ -144,7 +200,8 @@ docker run --init -p 5000:5000 graphile/postgraphile --connection postgres://POS
|
|
|
144
200
|
|
|
145
201
|
## Read More
|
|
146
202
|
|
|
147
|
-
**Full documentation for PostGraphile is located at
|
|
203
|
+
**Full documentation for PostGraphile is located at
|
|
204
|
+
[graphile.org/postgraphile](https://graphile.org/postgraphile).**
|
|
148
205
|
|
|
149
206
|
PostGraphile features include:
|
|
150
207
|
|
|
@@ -157,12 +214,14 @@ PostGraphile features include:
|
|
|
157
214
|
- [Custom mutations](https://www.graphile.org/postgraphile/custom-mutations/)
|
|
158
215
|
- [Computed columns](https://www.graphile.org/postgraphile/computed-columns/)
|
|
159
216
|
- Development UI (GraphiQL) built in
|
|
160
|
-
- `--watch` mode, auto-detects changes in SQL schema, hot-reloads changes into
|
|
217
|
+
- `--watch` mode, auto-detects changes in SQL schema, hot-reloads changes into
|
|
218
|
+
GraphiQL
|
|
161
219
|
- [Automatic documentation, enhanced by PostgreSQL `COMMENT`s](http://www.postgresql.org/docs/current/static/sql-comment.html)
|
|
162
220
|
- [Schema customisation through smart comments](https://www.graphile.org/postgraphile/smart-comments/)
|
|
163
221
|
- [Simple JWT authentication straight from the database](https://www.graphile.org/postgraphile/security/)
|
|
164
222
|
- [Cursor-based pagination, Relay (classic & modern) compatible](https://www.graphile.org/postgraphile/connections/)
|
|
165
|
-
- Global object identifiers (`nodeId` by default, but Relay-favoured `id` with
|
|
223
|
+
- Global object identifiers (`nodeId` by default, but Relay-favoured `id` with
|
|
224
|
+
`--classic-ids`)
|
|
166
225
|
- Relay-compatible mutations
|
|
167
226
|
- [Use direct from the CLI](https://www.graphile.org/postgraphile/usage-cli/)
|
|
168
227
|
- [Use as Express, Connect, or Koa middleware](https://www.graphile.org/postgraphile/usage-library/)
|
|
@@ -174,7 +233,8 @@ PostGraphile features include:
|
|
|
174
233
|
|
|
175
234
|
## Requirements
|
|
176
235
|
|
|
177
|
-
[Full requirements are on the website](https://www.graphile.org/postgraphile/requirements/),
|
|
236
|
+
[Full requirements are on the website](https://www.graphile.org/postgraphile/requirements/),
|
|
237
|
+
but a basic summary is:
|
|
178
238
|
|
|
179
239
|
- Node v8.6+
|
|
180
240
|
- PostgreSQL 9.6+ (officially; but currently works with 9.4+)
|
|
@@ -187,25 +247,27 @@ Caveats:
|
|
|
187
247
|
|
|
188
248
|
## Supporting PostGraphile
|
|
189
249
|
|
|
190
|
-
The fastest and easiest way you can help PostGraphile thrive is by
|
|
191
|
-
ongoing development and maintenance](https://graphile.org/sponsor/).
|
|
250
|
+
The fastest and easiest way you can help PostGraphile thrive is by
|
|
251
|
+
[sponsoring ongoing development and maintenance](https://graphile.org/sponsor/).
|
|
192
252
|
|
|
193
|
-
Want to help testing and developing PostGraphile? Check out the
|
|
194
|
-
document](CONTRIBUTING.md) to get started quickly!
|
|
253
|
+
Want to help testing and developing PostGraphile? Check out the
|
|
254
|
+
[contributing document](CONTRIBUTING.md) to get started quickly!
|
|
195
255
|
|
|
196
256
|
Commercial support, consultancy and development services are available direct
|
|
197
|
-
from the maintainer; see
|
|
198
|
-
for more information,
|
|
257
|
+
from the maintainer; see
|
|
258
|
+
[Professional Services](https://www.graphile.org/support/) for more information,
|
|
259
|
+
or get in touch!
|
|
199
260
|
|
|
200
|
-
The maintainer of this project is [@Benjie](https://twitter.com/benjie) -
|
|
201
|
-
|
|
261
|
+
The maintainer of this project is [@Benjie](https://twitter.com/benjie) - follow
|
|
262
|
+
him on Twitter!
|
|
202
263
|
|
|
203
264
|
## Thanks
|
|
204
265
|
|
|
205
|
-
Huge thanks to
|
|
206
|
-
development](SPONSORS.md) -
|
|
207
|
-
|
|
208
|
-
|
|
266
|
+
Huge thanks to
|
|
267
|
+
[the individuals and companies who sponsor PostGraphile's development](SPONSORS.md) -
|
|
268
|
+
their financial contributions enable more time to be spent on the project: from
|
|
269
|
+
bug fixes, to code review, to new features! If you want to help the project
|
|
270
|
+
advance more rapidly, please join them in
|
|
209
271
|
[supporting this project](https://graphile.org/sponsor/) 🙏
|
|
210
272
|
|
|
211
273
|
A humongous, heart-felt, thank you to the original author of PostGraphile -
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postgraphile",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.1",
|
|
4
4
|
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
|
|
5
5
|
"author": "Benjie Gillam <benjie@graphile.org> (https://twitter.com/benjie)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"commander": "^2.19.0",
|
|
61
61
|
"debug": "^4.1.1",
|
|
62
62
|
"finalhandler": "^1.0.6",
|
|
63
|
-
"graphile-build": "4.14.
|
|
64
|
-
"graphile-build-pg": "4.14.
|
|
65
|
-
"graphile-utils": "^4.14.
|
|
63
|
+
"graphile-build": "4.14.1",
|
|
64
|
+
"graphile-build-pg": "4.14.1",
|
|
65
|
+
"graphile-utils": "^4.14.1",
|
|
66
66
|
"graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.2 || ^15.0.0",
|
|
67
67
|
"graphql-ws": "^5.6.2",
|
|
68
68
|
"http-errors": "^1.5.1",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"parseurl": "^1.3.2",
|
|
73
73
|
"pg": ">=6.1.0 <9",
|
|
74
74
|
"pg-connection-string": "^2.0.0",
|
|
75
|
-
"pg-sql2": "4.14.
|
|
76
|
-
"postgraphile-core": "4.14.
|
|
75
|
+
"pg-sql2": "4.14.1",
|
|
76
|
+
"postgraphile-core": "4.14.1",
|
|
77
77
|
"subscriptions-transport-ws": "^0.9.18",
|
|
78
78
|
"tslib": "^2.1.0",
|
|
79
79
|
"ws": "^7.4.2"
|
package/sponsors.json
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
[
|
|
2
|
-
"Accenture",
|
|
3
|
-
"Accenture",
|
|
4
|
-
"Accenture",
|
|
5
|
-
"Accenture",
|
|
6
|
-
"Accenture",
|
|
7
|
-
"Accenture",
|
|
8
2
|
"Alvin Ali Khaled",
|
|
9
3
|
"Andrew Joseph",
|
|
10
|
-
"
|
|
4
|
+
"Apollo",
|
|
5
|
+
"Apollo",
|
|
6
|
+
"Apollo",
|
|
11
7
|
"Axinom",
|
|
12
8
|
"Axinom",
|
|
13
9
|
"Axinom",
|
|
@@ -17,108 +13,48 @@
|
|
|
17
13
|
"Beacon",
|
|
18
14
|
"Beacon",
|
|
19
15
|
"Beacon",
|
|
20
|
-
"Ben Periton",
|
|
21
|
-
"Benjamin Berman",
|
|
22
|
-
"Boo",
|
|
23
|
-
"CJ Lazell",
|
|
24
|
-
"CartoLab",
|
|
25
|
-
"Chad Furman",
|
|
26
|
-
"Chad Furman",
|
|
27
|
-
"Chad Furman",
|
|
28
|
-
"Chad Furman",
|
|
29
|
-
"Chad Furman",
|
|
30
|
-
"Chad Furman",
|
|
31
16
|
"Charlie Hadden",
|
|
32
|
-
"Chris Watland",
|
|
33
17
|
"Cintra",
|
|
34
18
|
"Cintra",
|
|
35
19
|
"Cintra",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"Dovetail",
|
|
42
|
-
"Dovetail",
|
|
43
|
-
"Dovetail",
|
|
44
|
-
"Dovetail",
|
|
45
|
-
"Dovetail",
|
|
46
|
-
"FOLX Health",
|
|
47
|
-
"FOLX Health",
|
|
48
|
-
"FOLX Health",
|
|
49
|
-
"Gamma Peak",
|
|
50
|
-
"Giovanny Gutiérrez",
|
|
51
|
-
"Giovanny Gutiérrez",
|
|
52
|
-
"Giovanny Gutiérrez",
|
|
20
|
+
"Dialo",
|
|
21
|
+
"Dimply",
|
|
22
|
+
"Dimply",
|
|
23
|
+
"Dimply",
|
|
24
|
+
"Ether",
|
|
53
25
|
"HR-ON",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"Ian Stewart",
|
|
57
|
-
"Ian Stewart",
|
|
58
|
-
"JYC",
|
|
59
|
-
"James Rascoe",
|
|
60
|
-
"Jimmy Liu",
|
|
61
|
-
"Joe Dennis",
|
|
62
|
-
"Joe Dennis",
|
|
63
|
-
"Joe Dennis",
|
|
64
|
-
"Kadi Kraman",
|
|
26
|
+
"Jody Hoon-Starr",
|
|
27
|
+
"Justin Carrus",
|
|
65
28
|
"Keith Layne",
|
|
66
29
|
"Kiron Open Higher Education",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"Mansoor Razzaq",
|
|
30
|
+
"Locomote",
|
|
31
|
+
"Locomote",
|
|
32
|
+
"Locomote",
|
|
71
33
|
"Matt Bretl",
|
|
72
34
|
"Nate Smith",
|
|
73
|
-
"Nathanael Beisiegel",
|
|
74
|
-
"Nathanael Beisiegel",
|
|
75
|
-
"Nathanael Beisiegel",
|
|
76
35
|
"Ndustrial",
|
|
77
36
|
"Ndustrial",
|
|
78
37
|
"Ndustrial",
|
|
79
|
-
"Netflix",
|
|
80
|
-
"Netflix",
|
|
81
|
-
"Netflix",
|
|
82
|
-
"Netflix",
|
|
83
|
-
"Netflix",
|
|
84
|
-
"Netflix",
|
|
85
|
-
"Nicolas Penot",
|
|
86
|
-
"Notably",
|
|
87
|
-
"Notably",
|
|
88
|
-
"Notably",
|
|
89
|
-
"Old Grammar",
|
|
90
38
|
"Paul Melnikow",
|
|
91
39
|
"Peter C. Romano",
|
|
92
|
-
"Politics Rewired",
|
|
93
|
-
"Politics Rewired",
|
|
94
|
-
"Politics Rewired",
|
|
95
|
-
"Politics Rewired",
|
|
96
|
-
"Politics Rewired",
|
|
97
|
-
"Politics Rewired",
|
|
98
|
-
"PostHog",
|
|
99
|
-
"PostHog",
|
|
100
|
-
"PostHog",
|
|
101
40
|
"Principia Mentis",
|
|
102
41
|
"Principia Mentis",
|
|
103
42
|
"Principia Mentis",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
43
|
+
"Ravio",
|
|
44
|
+
"Ravio",
|
|
45
|
+
"Ravio",
|
|
107
46
|
"Robert Claypool",
|
|
108
47
|
"Robert Claypool",
|
|
109
48
|
"Robert Claypool",
|
|
110
|
-
"SIED 70",
|
|
111
|
-
"Sam Levin",
|
|
49
|
+
"SIED 70 - TE 70",
|
|
112
50
|
"Simon Elliott",
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"Stellate",
|
|
121
|
-
"Stellate",
|
|
51
|
+
"Steelhead",
|
|
52
|
+
"Steelhead",
|
|
53
|
+
"Steelhead",
|
|
54
|
+
"Steelhead",
|
|
55
|
+
"Steelhead",
|
|
56
|
+
"Steelhead",
|
|
57
|
+
"Tailos, Inc.",
|
|
122
58
|
"Taiste",
|
|
123
59
|
"Taiste",
|
|
124
60
|
"Taiste",
|
|
@@ -136,24 +72,21 @@
|
|
|
136
72
|
"Two Bit Solutions",
|
|
137
73
|
"Two Bit Solutions",
|
|
138
74
|
"Vizcom",
|
|
139
|
-
"
|
|
140
|
-
"We Love Micro",
|
|
141
|
-
"We Love Micro",
|
|
142
|
-
"We Love Micro",
|
|
143
|
-
"We Love Micro",
|
|
144
|
-
"We Love Micro",
|
|
75
|
+
"WorkOS",
|
|
145
76
|
"Zymego",
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
77
|
+
"deliver.media",
|
|
78
|
+
"deliver.media",
|
|
79
|
+
"deliver.media",
|
|
149
80
|
"garpulon",
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"latch.bio",
|
|
81
|
+
"kontakto-fi",
|
|
82
|
+
"mateo",
|
|
153
83
|
"nigelrmtaylor",
|
|
154
84
|
"nigelrmtaylor",
|
|
155
85
|
"nigelrmtaylor",
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
86
|
+
"nullachtvierzehn",
|
|
87
|
+
"prodready",
|
|
88
|
+
"prodready",
|
|
89
|
+
"prodready",
|
|
90
|
+
"sheilamosaik",
|
|
91
|
+
"stlbucket"
|
|
159
92
|
]
|