chipsenkbeil / entity-rs

A simplistic framework based on TAO, Facebook's distributed database for social graph
https://entity.rs
42 stars 5 forks source link

Happy to see this #82

Open antoniopresto opened 6 months ago

antoniopresto commented 6 months ago

TAO (and single table design) was my inspiration for a library I've been creating/using in TypeScript for a while. https://github.com/antoniopresto/powership/blob/master/packages/entity/src/indexRelations/__tests__/Entity.indexRelations.spec.ts#L312-L319

It would be great if you could share what your experience with this architecture was/is. Do you have any you plan to continue working on this?

I just started learning Rust and will take a look at this lib too.

chipsenkbeil commented 6 months ago

Hey there, no plans to continue working on this crate at this time. In fact, I'll probably archive it in the near future.

I wrote this to support a separate project, https://github.com/chipsenkbeil/vimwiki-rs, which I have since moved away from and archived itself.

You're welcome to look at it, but many components may now follow outdated patterns in macro generation. It was and still is a continually evolving space. 😄