kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
220 stars 112 forks source link

SQL Backend Not Documented #107

Closed palmtown closed 5 years ago

palmtown commented 5 years ago

The SQL documentation on https://github.com/kamax-matrix/mxisd/blob/master/docs/stores/sql.md is not completed. It shows information for directory, but does not show what it is expecting for Identity and Profile. Therefore, can not determine what to query or return from sql.

maxidorius commented 5 years ago

Indeed, documentation is lacking there. Given that the Identity Store is also not following correctly the configuration samples you might find, we'll fix that for v1.3.0 which is the next release. Thank you for pointing it out!

palmtown commented 5 years ago

Thanks for the prompt response, I'll use the REST API in the interim, however, it is much more efficient, faster and redundant by using SQL. Reason being is that one doesn't have to configure a web server to accept query, wait for web server to process query or if web server goes down can take down all of the queries.

You can imagine how much faster results will be if searching database directly. Look forward to the updated doc.

maxidorius commented 5 years ago

This will be done as part of the v1.4 release, since it will heavily feature SQL-based backend.