Conversation
|
original content: Reference documentationWhat you need to know as a user of the Wire backend: concepts, features, and API. We strive to keep these up to date. UsersUser lifecycle:
User profiles and metadata:
TODO. TeamsTODO. MessagingTODO. Single sign-onTODO. SCIM provisioningWe have support for provisioning users via SCIM (RFC 7664, RFC 7643). It's in the beta stage.
Developer documentationInternal documentation detailing what you need to know as a Wire backend developer. All of these documents can and should be referenced in the code. If you're not a member of the Wire backend team, you might still find these documents useful, but keep in mind that they are a work in progress.
CassandraWe use Cassandra as the primary data store. It is scalable, has very fast reads and writes, and is conceptually simple (or at least simpler than SQL databases). Some helpful links:
|
fixes a dangling link that was broken in #2622
Checklist