KenobiDB - document-based data store built over SQLite (patx.github.io)
from rimu@piefed.social to python@programming.dev on 03 Feb 2025 21:33
https://piefed.social/post/454061

>>> from kenobi import KenobiDB  

>>> db = KenobiDB('example.db')  

>>> db.insert({'name': 'Yoda', 'lightsaber': 'green'})  
True  

>>> db.search('lightsaber', 'green')  
[{'name': 'Yoda', 'lightsaber': 'green'}]  

#python

threaded - newest

infeeeee@lemm.ee on 03 Feb 2025 21:42 next collapse

Cease and desist letter from Disney Legal Dept in 3…2…1…

logging_strict@programming.dev on 04 Feb 2025 07:17 collapse

Agreed.

Looked at the project LICENSE and saw no character licensing waiver from Disney. This not a case of fair use, The package is both branded kenobi and uses copyrighted imagery. Removing all doubt. The image most likely is not in the public domain. But if that is, this should be clearly documented and isn’t.

My first impression is, what a noob move.

Taking a step back, lets keep in mind, software is Intellectual Property. All our licenses are meaningless, if coders disregard copyright law.

There is nothing wrong with the software as long as it’s fork’ed away. The package name, the main script file name, and entrypoint name should be renamed. The imagery should be deleted.

Send a letter to Disney saying, stay away from our kids then kick them out of the Western world. Then take a shower. Maybe burn our clothes just be sure.

Disney is guilty of mixing good and evil and calling it good. They propagandize your women projecting imagery that men should be rejected. They project themselves as priests seeking to supplant culture and society with their own set of morality and ethics.

We are a separate group, we are priests of technology. And don’t want to be stuck in the dark ages forever cuz a group of pervs discovered they can get little girls to pose for the camera and then feed the girls princess fantasies.

BUT that doesn’t excuse our actions. If we disregard copyright law.

rglullis@communick.news on 04 Feb 2025 00:19 next collapse

KenobiDB is designed for small-scale applications and prototypes. While it provides excellent performance for most operations, it is not intended to replace full-fledged databases for high-scale or enterprise-level applications for that you should use MongoDB.

Only MongoDB is webscale…

logging_strict@programming.dev on 06 Feb 2025 07:43 collapse

Which is stated very clearly.

Not stated, kenobi data engine is limited to only sqlite3. Would pigeon hole yourself unable to switch data engines later on. For that usecase, recommend an ORM (SQLAlchemy).

kenobi looks like a fun project. Not every project needs to be bleeding edge or the bestest. kenobi is a good choice who those who are making a local app that doesn’t deal with requests.

rglullis@communick.news on 06 Feb 2025 09:53 collapse

Don’t make me explain the joke.

logging_strict@programming.dev on 06 Feb 2025 11:18 collapse

Oh! How embarrassing. Gonna pretend i understand the joke and hope no one notices.

Not familiar enough with MongoDB, besides it’s not exactly open source

rglullis@communick.news on 06 Feb 2025 11:27 collapse

All you need to understand about MongoDB is that it is webscale, because it doesn’t do joins and it has the most kick-ass benchmarks. And sharding.

why0y@lemmy.ml on 20 Mar 2025 21:10 collapse

sharing is the secret to the web scale sauce. you just turn it on and it scales right up

Voroxpete@sh.itjust.works on 04 Feb 2025 02:21 next collapse

OK, yeah, this looks pretty cool. There are a lot of situations where I want to store information, and a text file isn’t ideal, but running a full fledged database is overkill. I like the simplicity of the interface, especially the search function.

logging_strict@programming.dev on 04 Feb 2025 08:02 next collapse

It appears no package has kenobi as a dependency

clickpy.clickhouse.com/dashboard/kenobi

Might i suggest the reason could possibly be attributed to that gigantic legal liability that sticks out like a sore thumb. Hmmm

logging_strict@programming.dev on 04 Feb 2025 08:15 next collapse

This commit gives link to the artist

Creating fan art is fine as long as that art isn’t sold without a Disney character licensing waiver. So the artist did nothing wrong.

The kenobi package did. It’s equivalent to making Kenobi T-shirts and selling them online.

logging_strict@programming.dev on 04 Feb 2025 08:30 next collapse

From the artists web site there is a page discussing copyright law

www.deviantart.com/about/policy/copyright/

Maybe the authors of kenobidb should read that page.

Folks running DeviantArt understands …

“If you take my work down am I protected from a lawsuit?

No. Even if DeviantArt takes an infringing work down, you may still be responsible for very significant damages if the copyright owner decides to sue you.”

logging_strict@programming.dev on 04 Feb 2025 08:38 next collapse

Why do we care?

Both github and pypi are likely to receive DMCA Complaints causing them trouble and grief.

Coders use both github and pypi and would prefer less trouble coming their way

harrisonerd@piefed.social on 04 Feb 2025 22:32 next collapse

Thanks everyone for their interest in this little project. We removed the drawing and any even somewhat Disney references. Disney does not own 'kenobi', they do own 'Obi-Wan Kenobi' and 'Ben Kenobi'. There is nothing to do with either of these names of the Star Wars character on the GitHub or PyPI now. Thanks for the feedback everyone!

rimu@piefed.social on 04 Feb 2025 23:06 next collapse

Welcome to PieFed 😊

logging_strict@programming.dev on 05 Feb 2025 13:15 collapse

Thank you for getting rid of the imagery so quickly. It’s much better without it.

You are right can get away with the package name.

Looked over the source code and it’s a good project.

Will look over it again and see what i can contribute

harrisonerd@piefed.social on 05 Feb 2025 17:19 collapse

Much appreciated guys!

logging_strict@programming.dev on 06 Feb 2025 08:23 next collapse

i’ll take pissing on the OPs parade for 100 Alex

OP heard our advice and acted. In my book, that puts him in the awesome category.

We need more of that and more people willing to contribute rather than being Captain Obvious

logging_strict@programming.dev on 07 Feb 2025 14:02 collapse

This is what happens for people who share their projects in this community

Giant PR to port kenobi to pep518

unittest to pytest port coverage up from ~70% --> ~88%

Four (minor) bugs found

harrisonerd@piefed.social on 07 Feb 2025 17:39 collapse

Merged this morning!

logging_strict@programming.dev on 08 Feb 2025 03:55 collapse

Wow! That was fast.

Next on the docket kenobi#5 which introduces pre-compile