neuroplastic
Version, currently 1.12.032 versions
- 1.15.0latestMay 27, 2026
- 1.14.2not indexedMay 27, 2026
- 1.14.1not indexedMay 27, 2026
- 1.14.0not indexedMay 27, 2026
- 1.13.1not indexedMay 27, 2026
- 1.13.0not indexedMay 27, 2026
- 1.12.2not indexedMay 27, 2026
- 1.12.1not indexedMay 27, 2026
- 1.12.0not indexedMay 27, 2026
- 1.11.1not indexedMay 27, 2026
- 1.11.0not indexedMay 27, 2026
- 1.10.0not indexedMay 27, 2026
- 1.9.0not indexedMay 27, 2026
- 1.8.0not indexedMay 27, 2026
- 1.7.1not indexedMay 27, 2026
- 1.7.0not indexedMay 27, 2026
- 1.6.4not indexedMay 27, 2026
- 1.6.3not indexedMay 27, 2026
- 1.6.2not indexedMay 27, 2026
- 1.6.1not indexedMay 27, 2026
- 1.6.0not indexedMay 27, 2026
- 1.5.0not indexedMay 27, 2026
- 1.4.2not indexedMay 27, 2026
- 1.4.1not indexedMay 27, 2026
- 1.4.0not indexedMay 27, 2026
- 1.3.7not indexedMay 27, 2026
- 1.3.6not indexedMay 27, 2026
- 1.3.5not indexedMay 27, 2026
- 1.3.4not indexedMay 27, 2026
- 1.3.3not indexedMay 27, 2026
- 1.3.2not indexedMay 27, 2026
- 1.3.1not indexedMay 27, 2026
github.com/place-labs/neuroplastic
Elasticsearch query helper for pg-orm
Nothing has been indexed for 1.12.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
neuroplastic:
github: place-labs/neuroplastic
version: ~> 1.12.0Then run:
shards installshard.yml
No shard.yml has been indexed for 1.12.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
neuroplastic
A module for rethinkdb-orm. Exposes an elasticsearch query DSL that automagically resolves relations between the models.
Installation
- Add the dependency to your
shard.yml:
dependencies:
neuroplastic:
github: place-labs/neuroplastic
- Run
shards install
Usage
require "neuroplastic"
class Model < RethinkORM::Base
include Neuroplastic
attribute name : String
attribute age : Int32
end
# Construct a query
query = Model.elastic.query.filter({"name": "bill"})
# Dump the query object
puts query.build
# Perform search
Model.elastic.search(query)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request.
Contributors
- Caspian Baska - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.12.0- Tagged
- May 27, 2026
- Commit
048b443d693d- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/place-labs/neuroplastic
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 32