LinkedRecords is now MIT-licensed
LinkedRecords is a NoSQL database that you can connect to directly from your single-page application - no backend code required.
Want to build apps with LinkedRecords? Check out the documentation website:
The chart below shows the performance of core operations as the database grows. This is automatically updated after each merge to main.
The load test simulates a realistic document management scenario. Each createDocument operation creates a blueprint of 8 attributes (7 KeyValueAttributes + 1 LongTextAttribute) including the document content, collaborator/reader groups, comments, references, and configuration. The fetchDocuments operation lists all documents for a user, while fetchDocument retrieves a single document with all its associated attributes.
The test simulates a multi-tenant environment with three users:
The x-axis shows the total number of documents in the database (owned by all users combined). The y-axis shows the response time in milliseconds.