GM nostr!
Today I'll work on the staging url of our label site.
I am going to integrate an authentication via nostr extension =)
let's go =)
Giacomo Developer
npub1ynpa...tuuf
I am pretty obsessed with graphs data structures.
I am working on my label internet application and I want to work with graphs, adding datas, but also code snippets and stuff like that, cause i think this way one could easily build efficient UI with a faster pace, at least in my opinion.
So, I am struggling a little on creating my own implementation of a in-memory graph database, so that it is easier to interact with a graph-db.
I want to use a local storage graph database on the browser which connects to a graph database on the server/relay and in between I imagined to manage datas with an in memory graph database.
So i have been looking online and i found this for now which looks interesting to me:
- https://terminusdb.com/
-
for the local-storage and server-side storage I am using this:
-
I created a proxy to be able to access control over the gundb instance on the server, just to be able to implement subscriptions.
My idea is to create a system based on datas, where datas emit events. It feels to me like the correct workflow to interact with nostr relays.
Gundb is an event-driven database, and it fits pretty well, in my opinion, in a reactive architecture ,without the need of using overhead like React and Redux, which in my opinion are a pain in the ass!
I hope to find some interested nerd like me on here! lol
ps. I am not exactly an academic developer, I am a self-taught one, so expect my ways to be pretty rude!! I am a music producer and I run a record label: npub1f87cd0957kvk8ghw4zzyndr8zmxxq66nhe3tz0x52zn7a89ajt7qk6956j!!
GitHub
GitHub - brandonbloom/jseg: A super simple, in-memory, JS graph database.
A super simple, in-memory, JS graph database. Contribute to brandonbloom/jseg development by creating an account on GitHub.
GUN — the database for freedom fighters - Docs v2.0
Decentralized Database
Today I started working on an RTMP server to start streaming from my new Mac Studio. I succesfully created the RTMP server with node, now I am facing some stresses creating the HLS playlist!
I am using `ffmpeg` on my machine I suppose it is to create the little snippets of files, but there is a little but in the html page, it shrinks to its original size and it seems to reload, and every fucking time it does that there is a flash happening which is really annoying!
would appreciate some help =)
#coding #nodejs #rtmp #hls
GM =)