read pockect base from BI tools
PocketBase
2
Posts
2
Posters
28
Views
2
Watching
-
Hello, I want to use a database on cloudron, for my need pocketbase is perfect. Only I can't connect it to a bi tool such as apache superset or metabase (hosted in the same cloudron).
These tools tell me that I need to point to a local file, but I only have a url (eg: pocketbase.mycloudron.fr) and a bdd name (eg: bd_pocket).can you give me the info?
-
I guess you want to have the sqlite file of pocketbase accessible?
- Create a Volume . Maybe /srv/data (create this path on server) and use Filesystem type
- Move the app data directory of pocketbase to this volume . https://docs.cloudron.io/apps/#data-directory
- Then, mount the same volume in metabase/superset . https://docs.cloudron.io/apps/#mounts . The sqlite will be in /media/<mountpointname>/...