# |
Jul 6th 2018, 09:39 |
braeden |
It uses a 'query language' called CQL |
# |
Jul 6th 2018, 09:39 |
josbeir |
no xp with casandra, is it comparable to elasticsearch or more something like mongodb? |
# |
Jul 6th 2018, 09:38 |
braeden |
I enjoy it in a way, because it forces you to be more exact with your design |
# |
Jul 6th 2018, 09:38 |
josbeir |
dont think of it as denormalization |
# |
Jul 6th 2018, 09:37 |
josbeir |
its just a different mindset |
# |
Jul 6th 2018, 09:37 |
braeden |
They tell you to denormalise everything, which doesn't help my OCD at all |
# |
Jul 6th 2018, 09:37 |
braeden |
data modeling in Cassandra is a pain in the ass, I tell ya |
# |
Jul 6th 2018, 09:36 |
josbeir |
:) |
# |
Jul 6th 2018, 09:36 |
braeden |
:) |
# |
Jul 6th 2018, 09:35 |
neon1024 |
Although we’ve got it covered, https://www.bbc.co.uk/news/uk-england-london-44732754 |
# |
Jul 6th 2018, 09:35 |
braeden |
wait, wasn't it the French that refused his visit? |
# |
Jul 6th 2018, 09:35 |
braeden |
oh he's decided to come over has he? |
# |
Jul 6th 2018, 09:35 |
josbeir |
ba dum ts |
# |
Jul 6th 2018, 09:35 |
neon1024 |
Trump in the UK next week! :( |
# |
Jul 6th 2018, 09:35 |
braeden |
You just made their watch list |
# |
Jul 6th 2018, 09:35 |
neon1024 |
I suppose they’ve already got them though |
# |
Jul 6th 2018, 09:35 |
braeden |
:O |
# |
Jul 6th 2018, 09:35 |
neon1024 |
That does remind me though, I need to email the NSA their account details |
# |
Jul 6th 2018, 09:34 |
braeden |
haha, I know, just playing |
# |
Jul 6th 2018, 09:34 |
neon1024 |
@braeden If you use `varchar(255)` Cake will bake the rule out for you :slightly_smiling_face: |
# |
Jul 6th 2018, 09:34 |
james.phillips |
@bravo-kernel will do sorry if I misled you I didnt notice that bit was wrong... The response look correct so I was happy |
# |
Jul 6th 2018, 09:34 |
braeden |
^__^ |
# |
Jul 6th 2018, 09:34 |
braeden |
255 length password, is this app for the NSA? |
# |
Jul 6th 2018, 09:33 |
bravo-kernel |
@james.phillips :ballot_box_with_check: let us know if you manage to get the response example looking like JSON API |
# |
Jul 6th 2018, 09:32 |
neon1024 |
File uploaded https://cakesf.slack.com/files/U1BT622HW/FBKNTTA68/validation_field_passing_repetition.php / https://slack-files.com/T053DPNCM-FBKNTTA68-afcc380209 |
# |
Jul 6th 2018, 09:31 |
neon1024 |
Validation having to pass the field into every rule feels like a bad api |
# |
Jul 6th 2018, 09:29 |
james.phillips |
@bravo-kernel if the the model and example "model" value matched just the "data" section part i happy, thou im missing the attributes section in mine so I will look at annotaions later if I get time today |
# |
Jul 6th 2018, 09:26 |
lorenzo |
right |
# |
Jul 6th 2018, 09:26 |
k4t |
->filter(...)->first() |
# |
Jul 6th 2018, 09:26 |
k4t |
nice |
# |
Jul 6th 2018, 09:26 |
lorenzo |
if you do `->first()` |
# |
Jul 6th 2018, 09:26 |
lorenzo |
no, it will only filter until the first one returns true @k4t |
# |
Jul 6th 2018, 09:26 |
james.phillips |
@bravo-kernel sorry I now understand, yes might is working like yours... I didn't notice that Example Value was just missing the json api... the response was correct and I was happy with that ;) |
# |
Jul 6th 2018, 09:25 |
k4t |
but when I call ->filter on it then every elements in that collection needs to be compared so they are demanded, right? |
# |
Jul 6th 2018, 09:24 |
lorenzo |
@k4t ok, then that is a lazy collection. No need to stop the loop, elements are only processed on demand |
# |
Jul 6th 2018, 09:24 |
josbeir |
:) |
# |
Jul 6th 2018, 09:24 |
josbeir |
it has like 10000000 traits |
# |
Jul 6th 2018, 09:24 |
neon1024 |
Can we just use an emoji typehint in the code! :) |
# |
Jul 6th 2018, 09:24 |
josbeir |
but i must agree, the whole time stuff has so much nested stuff its not easy to get a good understanding of it |
# |
Jul 6th 2018, 09:23 |
neon1024 |
Touché! |
# |
Jul 6th 2018, 09:23 |
lorenzo |
it can be string, int, datetimeinterface |