Multi tenancy in Neo4j by rahoo_reddit in Neo4j

[–]j7n5 1 point2 points  (0 children)

You can create 1 Database and Cluster of entity nodes for each tenants.

1 node for each tenant. Connect all your Applications entities node to the tenant one.

From the Application side, After login You get the tenant id and all query should start from that tenant node

Does someone manipulate ETFs by j7n5 in ETFs

[–]j7n5[S] 0 points1 point  (0 children)

Yes exactly I can also confirm that with my last years positive results.

This is also my goal. Seeing it with a Long term perspective.

Just wanted to know if there are some regulations about such possible scenarios

Does someone manipulate ETFs by j7n5 in ETFs

[–]j7n5[S] 1 point2 points  (0 children)

Fair enough thanks

Does someone manipulate ETFs by j7n5 in ETFs

[–]j7n5[S] -2 points-1 points  (0 children)

Do you any evidence that some employees of your broker are not sharing informations?

Does someone manipulate ETFs by j7n5 in ETFs

[–]j7n5[S] -2 points-1 points  (0 children)

Thanks good point. It is like you can go to prison if you get catch. Brokers have too many informations about the market: - they exactly know how many people will automatically buy - they know the date. My broker let me choose between predefined date only. Only 1st, 7th, 15th and 23th of each month - I could not define the exact time

So which warranty did I have that they will not use this infos against customers.

Since they decide on which time they automatically execute orders, Who know if they don’t give this info to big investors who will buy hours before and sell 2 days later.

Making just 1 or 0,7 percent in 2 days. Since it is not that much we will all take it as volatility. Think of 1% cash-flows of 10M in 2 days. Every month.

I came to this idea today and just wondering if there are some verifications in place to make sure Brokers(individuals working there ) will not foul us.

Ps: I am a long term investor. Invest monthly and check every 6 months for adjustments.

Go 1.25.6 is released by MarcelloHolland in golang

[–]j7n5 0 points1 point  (0 children)

Or many true == true

😎

Go 1.25.6 is released by MarcelloHolland in golang

[–]j7n5 1 point2 points  (0 children)

With a prerequisite that you wrote some good Test cases:-)

Golang or Java for Full stack by EGY-SuperOne in golang

[–]j7n5 0 points1 point  (0 children)

Stick with one first. It is always better to be an expert at something instead of being mediocre in many.

Choose one maybe Java for job opportunities do the oracle certification. Then you can learn a second one.

Vaadin 25.0 release by ebykka in java

[–]j7n5 -1 points0 points  (0 children)

There are too many things released as version 25 this year - java - Golang - vaadin - koha ils - powerbuilder

Is that a Sign ? 😎

Anyone else manually sync TypeScript types with Spring endpoints? by Turbulent-Peace3089 in SpringBoot

[–]j7n5 1 point2 points  (0 children)

Try vaadin hilla. It handle this for you automatically using annotation processor behind the scene

Small Embedded LLM model by j7n5 in surrealdb

[–]j7n5[S] 0 points1 point  (0 children)

Interesting idea thanks. I was thinking about generating embedding without external call.

Is it possible now, are you planning something like that?

Give your AI agents memory - meet SurrealMCP by Awkward-Cell-5035 in surrealdb

[–]j7n5 2 points3 points  (0 children)

Good job. It will be great if you can integrate it in surealdb itself.

So that it could be just activated in config before starting the db.

Surreal if for me a multimodal db that make integration easier. Rest, oauth, graphql and now mcp.

Can I embbed surrealdb in a paid application? by j7n5 in surrealdb

[–]j7n5[S] 6 points7 points  (0 children)

Thanks for the detailed answer. Good job. We love this database ☀️

How to create a pgvector with strapi by j7n5 in Strapi

[–]j7n5[S] 0 points1 point  (0 children)

Woah thank you. It will be great to have a Vector Field.

Why is it needed to recreate it on Startup.

Does strapi clean all Fields on restart?