Skip to content

Commit 3225650

Browse files
authored
Update README.md
1 parent 392a7f5 commit 3225650

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

README.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,6 @@
1-
# [![arctic](https://raw.githubusercontent.com/man-group/arctic/master/logo/arctic_50.png?raw=true)](https://github.com/man-group/arctic) [Arctic TimeSeries and Tick store](https://github.com/man-group/arctic)
1+
# Development moved to ArcticDB Repository
22

3-
4-
[![Documentation Status](https://readthedocs.org/projects/arctic/badge/?version=latest)](https://arctic.readthedocs.io/en/latest/?badge=latest)
5-
[![CircleCI](https://circleci.com/gh/man-group/arctic/tree/master.svg?style=shield)](https://app.circleci.com/pipelines/github/man-group/arctic?branch=master)
6-
[![PyPI](https://img.shields.io/pypi/v/arctic)](https://pypi.org/project/arctic)
7-
[![Python](https://img.shields.io/badge/Python-3.6|3.7|3.8-green.svg)](https://github.com/man-group/arctic)
8-
[![Join the chat at https://gitter.im/man-group/arctic](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/man-group/arctic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9-
10-
Arctic is a high performance datastore for numeric data. It supports [Pandas](http://pandas.pydata.org/),
11-
[numpy](http://www.numpy.org/) arrays and pickled objects out-of-the-box, with pluggable support for
12-
other data types and optional versioning.
13-
14-
Arctic can query millions of rows per second per client, achieves ~10x compression on network bandwidth,
15-
~10x compression on disk, and scales to hundreds of millions of rows per second per
16-
[MongoDB](https://www.mongodb.org/) instance.
17-
18-
Arctic has been under active development at [Man Group](https://www.man.com/) since 2012.
19-
20-
---
21-
22-
## :mega: ArcticDB! :mega:
23-
24-
ArcticDB, Man Group's high-performance Python-native DataFrame database, is available on [GitHub](https://github.com/man-group/arcticdb).
25-
26-
ArcticDB is the next generation of Arctic and is designed to be a drop-in replacement for it, providing a platform that is:
27-
28-
* **Fast**: Capable of processing billions of rows in seconds
29-
* **Flexible**: Designed to handle complex real-world datasets
30-
* **Familiar**: Built for the modern Python Data Science ecosystem - Pandas In/Pandas Out!
31-
32-
This repository **does not contain the code for ArcticDB**, but instead contains the older (first) version of the Arctic platform.
33-
This repository is now in maintenance mode and all ongoing development efforts will be focused on ArcticDB.
34-
35-
If you would like information on ArcticDB please see the [website](https://arcticdb.io) or get in touch with us at arcticdb@man.com.
3+
[Please see this repository for more information](https://github.com/man-group/ArcticDB).
364

375
---
386

0 commit comments

Comments
 (0)