All Projects → EricLondon → Rails-4-ElasticSearch-dynamic-facets

EricLondon / Rails-4-ElasticSearch-dynamic-facets

Licence: other
Rails 4 ElasticSearch integration with dynamic facets

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
coffeescript
4710 projects

Projects that are alternatives of or similar to Rails-4-ElasticSearch-dynamic-facets

dynamic-form-json
dynamic-form-json is a tiny library to generate a Form in React automatically based on certain array of object that passed as a props
Stars: ✭ 16 (+0%)
Mutual labels:  dynamic, form
tform
A easy, extensible and dynamic flutter form framework. Support for custom selectors, validators and widgets. Support form verification, insert, delete and so on.
Stars: ✭ 30 (+87.5%)
Mutual labels:  dynamic, form
Ngx Dynamic Form Builder
FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular10+
Stars: ✭ 93 (+481.25%)
Mutual labels:  dynamic, form
SuluFormBundle
Form Bundle for handling Dynamic and Symfony Forms in https://sulu.io
Stars: ✭ 51 (+218.75%)
Mutual labels:  dynamic, form
Vue Dynamic Form Component
Vue dynamic nested form component, support nested Object/Hashmap/Array. Vue动态多级表单组件,支持嵌套对象/Hashmap/数组。
Stars: ✭ 220 (+1275%)
Mutual labels:  dynamic, form
dynamic-input-fields-reactjs
Example of the dynamic input fields in ReactJS
Stars: ✭ 31 (+93.75%)
Mutual labels:  dynamic, form
TextFieldsTraversalController
A controller to manage the traversal of a collection of textfields.
Stars: ✭ 15 (-6.25%)
Mutual labels:  form
ODYM
Open Dynamic Material Systems Model
Stars: ✭ 36 (+125%)
Mutual labels:  dynamic
json-schema-js-gui-model
Handy gui model and associated translator that can be used to construct javascript UI forms from json-schemas
Stars: ✭ 19 (+18.75%)
Mutual labels:  form
lp-loader
Frictionless language packs for Webpack.
Stars: ✭ 14 (-12.5%)
Mutual labels:  dynamic
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
Stars: ✭ 94 (+487.5%)
Mutual labels:  form
dynamic-datasource-starter
springboot 动态切换数据的基本思想与实现方法
Stars: ✭ 12 (-25%)
Mutual labels:  dynamic
simple json
Simple way to dynamically convert from and to JSON using build-time generators given a type.
Stars: ✭ 15 (-6.25%)
Mutual labels:  dynamic
github-readme-streak-stats
🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
Stars: ✭ 1,395 (+8618.75%)
Mutual labels:  dynamic
grapesjs-plugin-forms
Set of form components and blocks for the GrapesJS editor
Stars: ✭ 39 (+143.75%)
Mutual labels:  form
GenerateDynamicCustomForm
You can generate a dynamic form view in a few minutes for a signup, add a record. Creating a form is very easy.
Stars: ✭ 18 (+12.5%)
Mutual labels:  form
DuktapeJava
Tiny Powerfull JavaScript Engine On Android Platform integrating with java
Stars: ✭ 74 (+362.5%)
Mutual labels:  dynamic
godot-InventorySystem
Easily modifiable Inventory System ready for use. If you need anything further, you can add it.
Stars: ✭ 27 (+68.75%)
Mutual labels:  dynamic
bulma-material-form
Material Design Form Elements for Bulma (CSS Only)
Stars: ✭ 26 (+62.5%)
Mutual labels:  form
DynamicComponents-AI2
An App Inventor extension to add full support for creating any type of component at runtime, in your app.
Stars: ✭ 47 (+193.75%)
Mutual labels:  dynamic

== README

App Prereqs:

  1. Java 7
  2. JRuby
  • via RVM
    • Install RVM: curl -sSL https://get.rvm.io | bash -s stable
    • Install latest JRuby: rvm install jruby
  1. Elasticsearch
  • via Homebrew
    • Install Homebrew: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
    • Install Elasticsearch: brew install elasticsearch
  • Start Elasticsearch: elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
  1. Rails setup (development mode)
  • bundle install
  • rake db:migrate
  • rake db:seed
  • rails s

Optional/Misc:

  1. Homebrew cellar directory (/usr/local/Cellar): brew config | grep -i ^HOMEBREW_CELLAR | awk '{print $2}'
  2. Install Elasticsearch head plugin
  • Plugins dir (/usr/local/var/lib/elasticsearch/plugins/): brew info elasticsearch | grep -i ^Plugins: | awk '{print $2}'
  • Elasticsearch dir (/usr/local/Cellar/elasticsearch/1.3.2): brew info elasticsearch | head -3 | tail -1 | awk '{print $1}'
  • cd /usr/local/Cellar/elasticsearch/1.3.2 && bin/plugin -install mobz/elasticsearch-head
  • Browse to: http://localhost:9200/_plugin/head/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].