-
Notifications
You must be signed in to change notification settings - Fork 26
How is LokiDB the official successor of LokiJS? #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
^^^^^^^ |
As it looks, lokiDB is a typescript port of lokiJS ... maybe that is a natural progression? |
@lustremedia I'm putting an emphasis on the word "official" here. The point is that nothing in the legacy seems to validate this as an official successor. |
@beruic yeah sure, my "natural progression" was more or less a shrug ¯_(ツ)_/¯ comment ... I forget about emotions online sometimes |
The owner of LokiJS (techfort) is the same owner as this group of LokiDB.
…On Thu, Aug 12, 2021, 12:38 Jimmy Merrild Krag ***@***.***> wrote:
@lustremedia <https://github.com/lustremedia> I'm putting an emphasis on
the word *"official"* here. The point is that nothing in the legacy seems
to validate this as an *official* successor.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3YFF552IFRD3GEHQR2S5TT4OQDTANCNFSM42APGFMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
@Viatorus I thought about this, but @techfort is not listed under https://github.com/orgs/LokiJS-Forge/people, so I still fail to see this relation. Is it under another username? :) Nevertheless, I started this issue because I was wondering. I still don't see any evidence of your claim being true @Viatorus, but I guess that as a member of the group, your statement at least hold some weight to it. |
There also exist private member. ;)
And I think this would clear any uncertainty:
techfort/LokiJS#525 (comment)
Nevertheless, I think if someone wants to use and modernize LokiJS/DB, this
repository is a good starting point. I tried my best converting it to
TypeScript and improving it. I am proud of the full text search feature or
the fast lookup tree from obeliskos.
But I don't really use LokiDB (web technology in general) very much. If any
want to continue, please let me know. :)
…On Wed, Aug 18, 2021, 12:42 Jimmy Merrild Krag ***@***.***> wrote:
@Viatorus <https://github.com/Viatorus> I thought about this, but
@techfort <https://github.com/techfort> is not listed under
https://github.com/orgs/LokiJS-Forge/people, so I still fail to see this
relation. Is it under another username? :)
Nevertheless, I started this issue because I was wondering. I still don't
see any evidence of your claim being true @Viatorus
<https://github.com/Viatorus>, but I guess that as a member of the group,
your statement at least hold some weight to it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3YFF5YJY6GG2NWSUWN4LLT5OFAVANCNFSM42APGFMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
I guess it's a wrap then :) |
I've made a few suggestions, but they may detract from the original functionality a little too much, so it may be a case of forking |
I'm a few weeks away from a proper release, but I've built similar database with a Mongo API here: For me this resolves the tickets I opened on this project: It currently does not have indexing, but i'm seeing comparable speeds |
@elmarti great! I'm looking for a fast, persistent and typescript based db solution. But I like a reactive approach. I can see only two projects for that requirement:
One thing you may keep in mind is the possibility to migrate the existing schema and data. |
Subscriptions/observables/update streaming is definitely in my periphery, but no concrete ideas as of yet, but here are some of the things i'll be adding in the coming weeks for the sake of the project i'm working on:
If you have a specific request feel free to open a ticket on the repo or PR, I don't want to keep poking the Loki community 😄 |
I'm submitting a...
Current behavior
https://github.com/LokiJS-Forge/LokiDB claims that
, but I cannot find any reference stating this at LokiJS.
Expected behavior
If it was really so, I'd expect LokiJS to make an official reference to LokiDB.
The text was updated successfully, but these errors were encountered: