|
15 | 15 | <meta name="description" content="A Cloud native multi-package registry.
|
16 | 16 | Enseada is a modern, fast and scalable package registry, designed from the ground up to run in elastic, container-based environments and to be highly available and distributed.
|
17 | 17 | It leverages scalability by using natively distributed technologies
|
18 |
| -The registry itself is written in Go, a statically typed and extremely fast programming language very popular in Cloud native applications. |
| 18 | +The registry itself is written in Rust, a statically typed and extremely fast programming language built for correctness and safety. |
19 | 19 | CouchDB is used as the primary datastore, containing information about repositories, users and access control.">
|
20 | 20 | <meta property="og:title" content="About Enseada &middot; Enseada">
|
21 | 21 | <meta property="og:url" content="/about/">
|
22 | 22 | <meta property="og:description" content="A Cloud native multi-package registry.
|
23 | 23 | Enseada is a modern, fast and scalable package registry, designed from the ground up to run in elastic, container-based environments and to be highly available and distributed.
|
24 | 24 | It leverages scalability by using natively distributed technologies
|
25 |
| -The registry itself is written in Go, a statically typed and extremely fast programming language very popular in Cloud native applications. |
| 25 | +The registry itself is written in Rust, a statically typed and extremely fast programming language built for correctness and safety. |
26 | 26 | CouchDB is used as the primary datastore, containing information about repositories, users and access control.">
|
27 | 27 | <meta property="og:site_name" content="Enseada">
|
28 | 28 | <meta property="og:type" content="website">
|
|
31 | 31 | <meta name="twitter:description" content="A Cloud native multi-package registry.
|
32 | 32 | Enseada is a modern, fast and scalable package registry, designed from the ground up to run in elastic, container-based environments and to be highly available and distributed.
|
33 | 33 | It leverages scalability by using natively distributed technologies
|
34 |
| -The registry itself is written in Go, a statically typed and extremely fast programming language very popular in Cloud native applications. |
| 34 | +The registry itself is written in Rust, a statically typed and extremely fast programming language built for correctness and safety. |
35 | 35 | CouchDB is used as the primary datastore, containing information about repositories, users and access control.">
|
36 | 36 | <meta name="twitter:url" content="/about/" />
|
37 | 37 | <meta property="og:image" content="">
|
38 | 38 | <meta name="twitter:image" content="">
|
39 | 39 | <meta name="author" content="Enseada">
|
40 | 40 |
|
41 |
| - <meta name="generator" content="Hugo 0.63.2" /> |
| 41 | + <meta name="generator" content="Hugo 0.65.3" /> |
42 | 42 |
|
43 | 43 | <title>About Enseada · Enseada</title>
|
44 | 44 |
|
|
387 | 387 | align-self: stretch !important; }
|
388 | 388 | </style>
|
389 | 389 |
|
390 |
| - <link href="/style.min.a3636f61285a533daad479f35324a9957d578abc7b90e33f92123377123a455b.css" rel="stylesheet"> |
| 390 | + <link href="/style.min.ccd0052a7c50e26cdf9a5578b444b59d28dd6db2b0038eb0ffbc1992424bf0e6.css" rel="stylesheet"> |
391 | 391 | <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
392 | 392 | <link rel="icon" sizes="16x16 32x32" type="image/x-icon" href="/favicon.ico">
|
393 | 393 | <link rel="icon" href="/favicon.png">
|
@@ -458,38 +458,35 @@ <h2>About Enseada</h2>
|
458 | 458 | to run in elastic, container-based environments and to be highly available and distributed.</p>
|
459 | 459 | <hr>
|
460 | 460 | <p>It leverages scalability by using natively distributed technologies</p>
|
461 |
| -<p>The registry itself is written in <a href="https://golang.org">Go</a>, a statically typed and extremely fast programming language very popular in Cloud native applications.</p> |
| 461 | +<p>The registry itself is written in <a href="https://rust-lang.org">Rust</a>, a statically typed and extremely fast programming language built for correctness and safety.</p> |
462 | 462 | <p><a href="https://couchdb.apache.org/">CouchDB</a> is used as the primary datastore, containing information about
|
463 | 463 | repositories, users and access control. CouchDB is a web-native database written in Erlang and based on web technologies like HTTP and JSON.</p>
|
464 |
| -<p>As far as storage is concerned, both local disks an object storage services are supported altough the latter are strongly recommended for production deployments.</p> |
| 464 | +<p>Packages are can be stored in CouchDB itself, as file attachments, or in distributed object storage services like Amazon S3. The latter are recommended for production usage.</p> |
465 | 465 | <h2 id="security-first">Security first</h2>
|
466 | 466 | <p>Enseada aims at providing a small, yet complete set of feature for managing software packages.
|
467 | 467 | Security is a priority concern, so an advanced policy engine provides the capabilities to define fine grained permissions over repositories and packages. From human users to automated service accounts, every access to the system is controlled, filtered and logged. A fully compliant <a href="https://auth0.com/docs/protocols/oauth2">OAuth 2</a> implementation allows integration with third party systems with ease.</p>
|
468 | 468 | <h2 id="management-api">Management API</h2>
|
469 |
| -<p>A set of <a href="https://twitchtv.github.io/twirp">Twirp</a> APIs allows to programmatically interact with Enseada and its resources. Check the <a href="https://docs.enseada.io/developers/apis.html">documentation</a> for more information.</p> |
| 469 | +<p>A set of RESTful APIs allows to programmatically interact with Enseada and its resources. Check the <a href="https://docs.enseada.io/developers/apis.html">documentation</a> for more information.</p> |
470 | 470 | <h2 id="management-ui">Management UI</h2>
|
471 | 471 | <p>The same set of functionalities exposed in the <a href="#management-api">API</a> is available as a built-in web GUI. Check the <a href="https://docs.enseada.io/users/ui.html">documentation</a> for more information.</p>
|
472 | 472 | <h2 id="supported-package-repositories">Supported package repositories</h2>
|
473 | 473 | <p>Enseada is a multi-package registry, meaning it can support a large number of package formats and registry APIs.</p>
|
474 | 474 | <p>At the moment, the following formats are supported:</p>
|
475 | 475 | <ul>
|
476 |
| -<li><a href="https://maven.apache.org/guides/introduction/introduction-to-repositories.html">Maven 2 / 3</a></li> |
| 476 | +<li><a href="https://docs.docker.com/registry/spec/api/">Docker</a></li> |
| 477 | +<li><a href="https://maven.apache.org/guides/introduction/introduction-to-repositories.html">Maven 2/3</a></li> |
477 | 478 | <li><a href="https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md">NPM</a> (planned, coming soon)</li>
|
478 |
| -<li><a href="https://docs.docker.com/registry/spec/api/">Docker</a> (planned, coming soon)</li> |
479 | 479 | <li><a href="https://rubygems.org">RubyGems</a> (planned, coming soon)</li>
|
| 480 | +<li><a href="https://doc.rust-lang.org/cargo/reference/registries.html">Rust crates</a> (planned, coming soon)</li> |
| 481 | +<li><a href="https://docs.gomods.io/intro/protocol/">Go module proxy</a> (planned, coming soon)</li> |
480 | 482 | </ul>
|
481 | 483 | <h2 id="supported-storage-providers">Supported storage providers</h2>
|
482 |
| -<p>Enseada abstracts the underlying storage provider with an agnostic engine based on <a href="https://github.com/chartmuseum/storage">ChartMuseum’s library</a> |
483 |
| -See <a href="#configuration">Configuration</a> for how to setup the storage layer.</p> |
484 |
| -<p>At the moment, only these providers are supported:</p> |
| 484 | +<p>Enseada abstracts the underlying storage provider with a custom storage engine tailored for its use cases.</p> |
| 485 | +<p>At the moment, the following providers are supported:</p> |
485 | 486 | <ul>
|
486 |
| -<li>Local disk</li> |
| 487 | +<li>CouchDB File Attachments</li> |
487 | 488 | <li>S3 compatible (AWS S3, Minio, DigitalOcean Spaces, Scaleway Object Storage, Ceph, etc)</li>
|
488 |
| -<li>Google Cloud Storage</li> |
489 | 489 | </ul>
|
490 |
| -<p>Local disk is only supported in single-node mode. To support <a href="#cluster-mode">cluster mode</a> use an object storage provider.</p> |
491 |
| -<h2 id="cluster-mode">Cluster mode</h2> |
492 |
| -<p>Coming soon</p> |
493 | 490 | </div>
|
494 | 491 | </article>
|
495 | 492 | </div>
|
|
0 commit comments