clara-rules
Forward-chaining rules in Clojure(Script)
File Explorer
Download Latest Version (.zip)- config.edn
- clojure.yml
- clara_rules.clj_kondo
- config.edn
- index.html
- fressian.clj
- cancelling.clj
- core.cljc
- accumulators.cljc
- compiler.clj
- dsl.clj
- durability.clj
- engine.cljc
- java.clj
- listener.cljc
- memory.cljc
- platform.cljc
- schema.cljc
- test_rules_data.clj
- testfacts.cljc
- inspect.cljc
- fact_graph.cljc
- inspect.cljc
- loop_detector.cljc
- testing_utils.cljc
- tracing.cljc
- macros.clj
- rules.cljc
- package-info.java
- QueryResult.java
- RuleLoader.java
- WorkingMemory.java
- generators.clj
- test_accum.clj
- test_generators.clj
- test_compilation.clj
- durability_rules.clj
- long_running_tests.clj
- order_ruleset.clj
- other_ruleset.clj
- sample_ruleset.clj
- sample_ruleset_seq.clj
- test_compiler.clj
- test_durability.clj
- test_fressian.clj
- test_infinite_loops.clj
- test_java.clj
- test_java_facts.clj
- test_rules.clj
- test.cljs
- test_complex_negation.cljs
- test_rules.cljs
- test_salience.cljs
- test_rule_execution.cljc
- test_fact_graph.cljc
- test_inspect.cljc
- test_tracing.cljc
- rule_defs.cljc
- test_accumulation.cljc
- test_accumulators.cljc
- test_bindings.cljc
- test_clear_ns_productions.cljc
- test_common.cljc
- test_dsl.cljc
- test_exists.cljc
- test_memory.cljc
- test_negation.cljc
- test_node_sharing.cljc
- test_performance_optimizations.cljc
- test_queries.cljc
- test_rhs_retract.cljc
- test_rules_require.cljc
- test_simple_rules.cljc
- test_testing_utils.cljc
- test_truth_maintenance.cljc
- advanced.html
- simple.html
- BeanTestFact.java
- runner.js
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- CONTRIBUTORS.md
- LICENSE.txt
- NOTICE
- package-lock.json
- package.json
- project.clj
- README.md
- RELEASE.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/oracle-samples/clara-rules
Downloads the entire project code from GitHub to your computer.
cd clara-rules
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
