Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: How to get the list of entries from an FDP running as an index #439

Open
markwilkinson opened this issue Jul 24, 2023 · 4 comments
Open

Comments

@markwilkinson
Copy link
Contributor

The Question
I am running an FDP index. When I ask for the TTL representation of the main page, the entries don't appear. How can I get to them?

@markwilkinson
Copy link
Contributor Author

I watched the network calls as the page loaded and I saw the call that pulls the indexed FDP addresses, but it appears that that call is constrained by CORS, so I can't successfully call it from my tool...

@markwilkinson
Copy link
Contributor Author

(I may be misinterpreting what I'm seeing, though... If I am, my apologies!)

@kburger
Copy link
Contributor

kburger commented Jul 27, 2023

Hi @markwilkinson, there's a pending issue that the index does not behave correctly as an FDP at this point. In practice this means the root metadata is there, but the links to the child resource down the hierarchy are not materialized. This is being discussed with Marek, and will be fixed in the near future (but I don't have a timeline at the moment). Apologies for the inconvenience.

@markwilkinson
Copy link
Contributor Author

So... The answer is that it's impossible? I can't get it from scraping the page because it's injected late, so not accessible to HTTP code clients...

I guess it must be in the GraphDB, though? In which case, I can just create my own front-end over the index...

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants