Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi I am having a similar problem where i can see my database in the Browser UI but when i try to list out from the container console, i am unable to see. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot see my databases on ArcadeDB Website.
But I can see them both on the CLI.
What am I missing on setting-up or running-on ArcadeDB?
Setup with our Getting-Started Guide
Create 2nd food DB with their ArcadeDB-Doc's JSON-Importer
$ create database food $ import database file://home/arcadedb/Downloads/FoodData_Central_foundation_food_json_2022-10-28.zip with mapping = {"FoundationFoods": [{"@cat": "v","@type": "<foodClass>","foodNutrients": [{"@cat": "e","@type": "HAS_NUTRIENT","@in": "nutrient","@cardinality": "no-duplicates","nutrient": {"@cat": "v","@type": "Nutrient","@id": "id","@idType": "long","@strategy": "merge"},"foodNutrientDerivation": "@ignore"}],"inputFoods": [{"@cat": "e","@type": "INPUT","@in": "inputFood","@cardinality": "no-duplicates","inputFood": {"@cat": "v","@type": "<foodClass>","@id": "fdcId","@idType": "long","@strategy": "merge","foodCategory": {"@cat": "e","@type": "HAS_CATEGORY","@cardinality": "no-duplicates","@in": {"@cat": "v","@type": "FoodCategory","@id": "id","@idType": "long","@strategy": "merge"}}}}]}]}From that, With a slight substitution because its in a Docker-container instead of a local-instance; To this
Both the CLI and the website know about food DB: As seen by the list databases on the CLI, and As seen by the create food DB response on the website Cannot execute command Database 'food' already exists. But I cannot see-or-select on the website dropdown options.
Why can I not use the food DB on the website?
I've tried:
I was expecting to see the DB show up on the Website selection options.
I see everything but the website allowing me to use the other DB from the dropdown selection.
Beta Was this translation helpful? Give feedback.
All reactions