https://github.com/managedcode/orleans.indexing
Orleans.Indexing is a library that provides functionality for searching Orleans grains by their states. It uses the powerful Lucene.NET library for indexing and searching grain states, making it easy to quickly retrieve data from grains.
https://github.com/managedcode/orleans.indexing
indexing orleans
Last synced: 5 months ago
JSON representation
Orleans.Indexing is a library that provides functionality for searching Orleans grains by their states. It uses the powerful Lucene.NET library for indexing and searching grain states, making it easy to quickly retrieve data from grains.
- Host: GitHub
- URL: https://github.com/managedcode/orleans.indexing
- Owner: managedcode
- License: mit
- Created: 2022-04-18T11:06:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T10:36:04.000Z (over 2 years ago)
- Last Synced: 2024-05-01T11:26:16.437Z (12 months ago)
- Topics: indexing, orleans
- Language: C#
- Homepage:
- Size: 85.9 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orleans.Indexing
Orleans.Indexing is a library that provides functionality for searching Orleans grains by their states. It uses the powerful Lucene.NET library for indexing and searching grain states, making it easy to quickly retrieve data from grains.