Which database should I use for a rule-based language? [closed] - database

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I wrote rules in Jess, which database should I use to store them?

Jess has no built-in capability for storing rules in a database; it works with flat files, either text or XML. To use a database, you'd have to implement code yourself to retrieve (and store) them. As such, there's not much we can do to help you choose a database, as Jess won't care.

Related

Oracle sample schema for big data [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Are there any sample oracle schemas for big data? Specifically searching more than 500K row, multiple column and more than one table.
For this purpose I have used TPC benchmarks. You can download a dbgen tool which you can use to generate as much data as you want. You can download it here: http://www.tpc.org/tpc_documents_current_versions/current_specifications.asp

link for free data base contains all words in English? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can anyone give me link for free data base contains all words in English?
Try using http://wordnet.princeton.edu/ WordNet® is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. http://wordnet.princeton.edu/wordnet/license/

Postgresql and C data types [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a mapping between Postgresql data types to C data types
Similar to this question
PostgreSQL and C# Datatypes
There's a tool specifically for that for client-side programming: libpqtypes.
For server-side programming, i.e. PostgreSQL extensions written in C and running in the PostgreSQL server executable, you need to use PostgreSQL's APIs directly.

A tool to convert JSON to C struct? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm just wondering if anyone has already created a tool that will take a given JSON string and write the code for an identical struct in C along with the parser code specific to that struct.
I'm about to do this myself using JSON-C, but I thought I'd ask first.
I think protobuf is my best bet. A guy on the NodeJS list led me on to this.
protobuf-c
node-protobuf
protobuf-js

Where can I find SQL statements to create EAV model? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Alternatively, anyone know of where I can get the EAV model for Erwin?
Why would anybody want to build an EAV system using a SQL database? It's a square peg in a round hole.
If you are really convinced that EAV is the appropriate solution for your problem domain why not choose a database product which supports it? Cassandra or Voldemort or Dynomite?
the tables and structure will depend on your domain.
here is information you can use as sample/template - wiki

Resources