📄️ Running a Sonar Server
To interact with Sonar through the Command line, the JavaScript client or the user interface, you need to run a Sonar server. The server joins the Sonar peer to peer network and exposes a HTTP API to interact with the content stored on this instance.
📄️ Client and Workspaces
Intro
📄️ Collections
What is a Collection
📄️ Data model and Schema
Data model
📄️ Files
Sonar has a simple but powerful file store built-in. It is accessible on the collection.files property.
📄️ Search
To search the records of a collection we can issue a query which returns an array with the matching records.
📄️ Development
Development