You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the platform, as a prototype, will not scale; it's running on NeDB, a simple local version of Mongo; it cannot do full text search even though the instructions suggest that's possible.
SQLite is used in a number of similar projects such as Zotero, and appears easy to drop in there.
That requires a bootstrap function which maps the old NeDB JSON files to SQLite tables.
In a sense, this is a prelude to other backsides for future work.
The text was updated successfully, but these errors were encountered:
Have a driver shelled in. It compiles and runs.
This task must be completed before being able to easily delete a journal entry, which can require a lot of surgery if it has wikilinks.
Right now, the platform, as a prototype, will not scale; it's running on NeDB, a simple local version of Mongo; it cannot do full text search even though the instructions suggest that's possible.
SQLite is used in a number of similar projects such as Zotero, and appears easy to drop in there.
That requires a bootstrap function which maps the old NeDB JSON files to SQLite tables.
In a sense, this is a prelude to other backsides for future work.
The text was updated successfully, but these errors were encountered: