Andrew - Quick question about schema naming con...
Quick question about schema naming conventions. Is there an elegant way to deal with things that function as - hence need to be modelled as - both an entity and a role? Eg “court” as a role that an org plays AND a type of organisation. Want to be able to reflect the broader range of orgs playing the role, as opoosed to those officially designated as such. Is the answer just suck it up and use different names?
Rules?
I am sure this has come up before, but your main features page shows that version three supports rules while your migration page says they have been removed before I spend my time looking at three. Can somebody tell me are rules gone and is there any plan to bring them back or did this turn into just another database?
Studio Schema Viz Customization
A quick question regarding the new Web base Studio (BTW, its great to be able to use TypeDB for learning with no install required!). I've created a small schema for a demo I'm doing in a few weeks to a potential client. I'm wondering is there any way to manipulate what appears in the Visualizer (its a nice improvement from v2). For example: 1) suppress the attributes to make it a bit more readable 2) show ONE selected entity with any other entities connected via a relation 3) maybe some other co...
Mark McLellan - Update on my failure to commit ...
Update on my failure to commit a 30K row file. Alex tested it and it worked for him. I cut the file in half and each half was able to insert and commit. then i tried the full file again and this time it did the commit. so, not sure why it was failing in the video that i sent to you. i will monitor and report any similar failings in future. but for the moment, all is working well.
kevinsullivan - Hey folks, it's kind of unclear...
Hey folks, it's kind of unclear from quick search results whether lists, structs, etc., are yet available? I'm assuming no, though the GPTs say yes. Is it no? If so, any ETA?
Mark McLellan - @krishnan i have sent an email ...
@krishnan i have sent an email to Alex and asked him to forward to you as well. it has a short video. perhaps you can see where i am going wrong 🙁
In postgres we have queries like `SELECT
In postgres we have queries like
SELECT * from some_table WHERE user_id = auth.uid() OR members ? auth.uid()
. We poll that, compare the ids and versions of the rows to the ids and verisons the client says it has, and only return whatever has changed (higher version than client_data), no longer matches (in client data but not in query results), or is new (not in client data but in query results)Derive Macro for rust
Hey folks, I'm Sevki, I'm new here and I've been working on a typedb macro, I've already posted it to the forums https://forum.typedb.com/t/derive-macro-for-rust/701 , like I said, I'm super new so if anyone wants to help me out I would really apprecitate it
typedb-examples/use-cases at master · ty...
@krishnan
Just chiming in on this example.
As a layman knowing nothing about how different components in biology are related to one another, I find it a bit hard to understand this domain....

Hi @krishnan
Hi @krishnan
Thank you for the help. I am revisiting your sample schema.
I understand the first part, and I rewrote it to the below working query....
Functions attached to concepts example
Sure! Give me a minute, I'm trying to cook up an example where this situation naturally applies so that we can look at an example of something that isn't contrived just for the sake of demonstrating this need
Console database delete
Joshua meant that ...
database create
is idempotent. So you can use:
database create Experimental
database delete Experimental
database create Experimental
database delete Experimental