Git Product home page Git Product logo

ravendb / ravendb Goto Github PK

View Code? Open in Web Editor NEW
3.5K 157.0 823.0 720.7 MB

ACID Document Database

Home Page: https://ravendb.net

License: Other

C# 83.51% PowerShell 0.20% Shell 0.14% HTML 2.20% CSS 0.01% JavaScript 3.17% TypeScript 9.31% Batchfile 0.01% Smalltalk 0.01% Lua 0.01% Dockerfile 0.01% Python 0.19% C 0.07% TSQL 0.01% Less 0.79% Makefile 0.01% ANTLR 0.02% Handlebars 0.01% SCSS 0.35%
ravendb c-sharp document-database nosql nosql-databases nosql-data-storage database

ravendb's People

Contributors

arekpalinski avatar aviv86 avatar aviviadi avatar ayende avatar bennage avatar danieldar avatar danielle9897 avatar davidfowl avatar efratshenhar avatar garayx avatar gregolsky avatar grisha-kotler avatar haludi avatar iftahbe avatar jamesnk avatar kalczur avatar karmeli87 avatar kwiato avatar lastav5 avatar maciejaszyk avatar maximburyak avatar ml054 avatar myarichuk avatar ppekrol avatar ravendb-bot avatar redknightlois avatar samueldjack avatar shaharhikri avatar shiranshalom avatar synhershko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ravendb's Issues

Security

Allow to define meta data about a document (using headers)
Saying who are the users/groups allows to see it

This requires us to have user/groups
And requires us to have authentication

Disable indexes that have more than 10% failure rate

If an index cause more than 10% failures (exceptions on indexes), it probably means that it is faulty, and we should disable it.
Disabled indexes cannot be queried and would require re-definition to be of use.

Query by document id

Should be able to POST a list of document ids to the server and get back their content.

Provide more stats

number of requests
number of puts, gets, deletes
number of queries
avg request time
longest request url

where longest means took the most time
biggest request url, where biggest means the db sent the most data

Merge tasks

When a task is added, should look for existing tasks of the same type on the same index/view and merge it with them.
Should increase perf some.

Keep track of indexing errors

Simple numbers:
Number of total indexed documents (including re-indexing).
Number of failed indexing attempts (threw an exception)

JSON editor corrupts document

Put this in the raw json format
{"name":"ayende","email":"[email protected]","projects":[{"name":"raven"}]}

Move to the json editor, try to open the projects node, see that you see nothing, switch back to raw json, and you see the projects are gone.

Update queries

So we can support "migration" style queries like:

from doc in docs
where doc.type == "post"
select new
{
type = doc.type,
content = doc.content,
posted_at = doc.posted_at,
categories = new [] { doc.category }
}

Should run at the server side, not client side, and the output overwrite the current document.

Batching PUT & DELETE

Not a RESTful operation, but required.

The simplest is to create
Put( Doc [] docs)

And then to have something like;

/bulkdocs - where post accepts an array of documents and save them in a single transaction The format could be;

[ { method: "PUT", data: { the actual doc }, metadata: { meta }, key: key }, { method: "DELETE", key: key } }

HTML UI for the DB

Allow to see documents, see queries, execute queries, add queries , update queries, remove queries, edit documents.
Should be self contained as a simple HTML + JS app working against the server.

Implement DTC support

One of the comments that I heard was that DTC support would be important for several key scenarios (such as using Raven with Rhino Service Bus, or any queuing implementation).
We should implement a DTC support using System.Transactions.

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.