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

Improve the basic.rs client example #985

Open
4 tasks
joepio opened this issue Oct 9, 2024 · 1 comment
Open
4 tasks

Improve the basic.rs client example #985

joepio opened this issue Oct 9, 2024 · 1 comment

Comments

@joepio
Copy link
Member

joepio commented Oct 9, 2024

@AlexMikhalev wanted to have some more simple examples of how to use the atomic_lib rust library. The current basic.rs misses some features:

  • Full text search
  • Collection / pagination
  • Signing in with agent
  • Creating a resource
@AlexMikhalev
Copy link
Collaborator

AlexMikhalev commented Oct 9, 2024

I have the following flow in mind:

  1. Demonstrate how to create a store passing server URL
  2. Demonstrate how to create a store with an authenticated agent passing URL an agent string
  3. Demonstrate how to read from the store
  4. demonstrate how to write to store
  5. Demonstrate how to fetch data from the atomic server using collections
  6. Demonstrate how to search over atomic server using search API (tantivy)
  7. add paginations, but I am more interested in retrieving all data and re-ranking them - Terraphim will handle re-ranking.

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