Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to do expert system using Clips loading this file into a form application or ASP.NET using C#.

but the fact should come from a database..

i didn't find a way to take the database and make it the input for Clips rules.

so how can i make the database as input to Clips rule and the rules' result should appear on the application.??


thanks..
Posted
Comments
ZurdoDev 12-Nov-14 7:31am    
What is Clips?
Bestfofo 12-Nov-14 9:49am    
CLIPS is an expert system tool

1 solution

I assume you have legacy system and you want to migrate it to .Net framework.

With the above limited information and assumptions like you have a legacy system to migrate only suggestion is capture more information on the domain you are talking , then using some ETL tools you should load your input files into your database.
 
Share this answer
 
v2
Comments
Bestfofo 12-Nov-14 10:06am    
thanks for you..

yes i have a database from another system and i want it to be look like facts so i can use them in the Expert System.

i don't have any experience with ETL tools but can it transform the database to any form that i want ?
Mathew Soji 12-Nov-14 10:41am    
No ETL is just a tool , you need to do the necessary coding work for an ETL tool to work as per our expectation.

To convert a legacy system/database , first you need to design you new database and define the data . Then you need to map the fields in your old database to the newly defined system. Once this mapping decided you can use any tool to load the data and transform it to the new database fields requirements.

An alternate will be , convert your old data to csv files and use stored procedures to load to the new database . In store procedure itself you need to do the cleaning work to suit the new database design.Finally insert to the newly designed tables.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900