GithubHelp home page GithubHelp logo

dx-prog / distributedindexing Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 210 KB

2DB Distributed Indexing Sprocket System: Loads files of various types through extractors into a distributed indexing system

License: Apache License 2.0

C# 100.00%
database indexing-engine

distributedindexing's Introduction

2DB Distributed Indexing Sprocket System

2DB Distributed Indexing Sprocket System (the "Project") is a research project by David Garcia into the areas of distributed search, indexing, and complex integrated learning systems. The contributor(s), author(s), and/or sponsor(s), or other Contributor of the Project make the Project available under the Apache 2.0 License.

FEATURES SO FAR

LEXER

Project File: Sprockets.Lexer The project (the "Lexer") is designed to help parse content, queries, and scripts for consumption by indexing systems or script engines.

Lucene Query Sanitizer

Project File: Sprockets.DocumentIndexer.Lucene Lucene Query Sanitizer is now functional. This tool allows developers to expose search engines that can support boolean and fuzzy searches in a manner that is flexible and resistant to malformed queries. This is ideal for enabling advance search without punishing users who are not familiar with strict boolean logic. Examples:

(house AND garden)) OR land becomes (house AND garden) OR land


FEATURE SET TODO

The following is a set of ideal features for my research project.

SEARCH DATABASE FEATURES

The intent is to support saving and searching objects into searchable databases where in the search is handled by services, and the queries and scripting interface are abstracted away from database concerns. The user of the system is intended only to have to worry about their specific programming language, and not the underlying connectivity to any particular database, or set of databases in the case of distributed search.

SEARCHABLE FORMATS

The intent is to be able to store documents of various formats into a database for search wherein the extract is handled by services. The formats intended to be supported are as follows:

  • XML
  • JSON
  • HTML
  • PLAIN

SEARCH METHODS

My desire is to make the project scriptable and usable in multiple languages. The current set of languages targeted are as follows:

  • CSHARP
  • Python (IronPython)
  • Ruby (IronRuby)
  • F#

ANALYSIS FEATURES

This project is intended to make exploring data and the relationships there-in (data-mining) easier.


License

Copyright 2017 David Garcia

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


THIRD PARTY FORMATS

The Project may contain extractors for various formats. The extractors are not intended to support the full scope, scale, structure, intent, design, purpose, philosophy or other quality of the format or problem space for the format. Furthermore, descriptions, information, or other details about the formats are neither stated to be correct nor complete. All information hereafter is provided "AS-IS" in accordance to the license for the Project.

Possible Inclusions

DISCLAIMER

An extractor for any particular format is:

  1. NOT AN ENDORSEMENT OF ANY PARTICULAR FORMAT
  2. NOT AN ENDORSEMENT OF ANY THIRD-PARTY
  3. NEITHER IMPLIES NOR CONSTITUTES AN ENDORSEMENT BY ANY SUCH THIRD-PARTY OF THIS PROJECT
  4. NEITHER IMPLIES NOR CONSTITUTES AN ENDORSEMENT BY ANY SUCH THIRD-PARTY OF OR FOR ANY PROJECT CONTRIBUTOR

distributedindexing's People

Contributors

dx-prog avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.