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

Feature Request: Remote Indexing #123

Open
jacobranson opened this issue Jun 29, 2024 · 1 comment
Open

Feature Request: Remote Indexing #123

jacobranson opened this issue Jun 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jacobranson
Copy link

Having all the Markdown files be available locally isn't always going to be feasible. Being able to index files on some remote, either via a URL, or ideally via an S3-compatible API would be highly beneficial.

@rufuspollock
Copy link
Member

@jacobranson great suggestion. This would be very easy to implement here. I think it could start as an example.

My suggestion is you'd start with a copy paste of processFile called e.g. processRemoteFile https://github.com/datopian/markdowndb/blob/main/src/lib/process.ts#L17

If you want an entire folder in e.g. s3 or a github repo then work on indexFolder called e.g. indexRemoteFolder` https://github.com/datopian/markdowndb/blob/main/src/lib/indexFolder.ts#L7

@rufuspollock rufuspollock added the enhancement New feature or request label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants