Replies: 4 comments 2 replies
-
When using the engine in embedded mode with Gremlin Java, which Maven dependencies are needed, what is the correct way to create a database, how to configure, how to use it, use Gremlin, handle transactions etc. |
Beta Was this translation helpful? Give feedback.
-
A common newbie tutorial that could be developed into advanced idea. For example, ledger, event sourcing, CQRS ArcadeDB designed as multi-model database but their fundamental mechanic are Edges. This is very different than common database tutorial with relationship key and 'tabular'. So, how does we reorienting into arcadedb design, that is different than other graph but also not like tabular database. Also, how we use common ArcadeDB operator (for example aggregator, list, string manipulator) to compose interpretable data while also 'make sense' to maintain them in relation to how Arcade multi-model database |
Beta Was this translation helpful? Give feedback.
-
This is the code for running Embedded server ContextConfiguration config = new ContextConfiguration();
ArcadeDBServer server = new ArcadeDBServer(config);
server.start();
|
Beta Was this translation helpful? Give feedback.
-
Springboot and quarkus are One of the most used Java Library today. It will be Great to show how to integrate with these libraries. With common associated topics like security, replication, database transaction, datastore/orm(hibernate, jpa, spring data, ...), metrics, versioning, ... Show how to use multimodal db in real world. For example an app with database, caching and metrics which use Postgres, redis and Prometheus. Then replace all the 3 by just adding Arcadedb dependency. How performance improves And show how Arcadedb can replace all that in an embedded single spring boot using other existing libraries. I think after an example like that Arcadedb will be qualified for the semifinals of software architecture 🎉 Arcadedb is a great ideas I can not just use it for production now because we are not sure if it will really match the expectations. "One db to replace them all, using existing libraries. One jar file with everything included. From database, cache to timeseries" |
Beta Was this translation helpful? Give feedback.
-
What should be in an ArcadeDB introductory tutorial?
Please comment.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions